Skip to main content
Module

x/lume/deps/sheetjs.ts>ExcelDataType

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias ExcelDataType
import { type ExcelDataType } from "https://deno.land/x/lume@v2.1.4/deps/sheetjs.ts";

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"