type alias ExcelDataTypeimport { type ExcelDataType } from "https://deno.land/x/lume@v1.17.5/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"