type alias ExcelDataTypeimport { type ExcelDataType } from "https://dotland.deno.dev/x/lume@v2.4.2/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"