Skip to main content
Module

x/flat/mod.ts>xlsx.ExcelDataType

A collection of postprocessing utilities for flat
Latest
type alias xlsx.ExcelDataType
import { type xlsx } from "https://deno.land/x/flat@0.0.15/mod.ts";
const { ExcelDataType } = xlsx;

The Excel data type for a cell. b Boolean, n Number, e error, s String, d Date, z Stub

definition:
| "b"
| "n"
| "e"
| "s"
| "d"
| "z"