import { type CellObject } from "https://deno.land/x/lume@v1.17.5/deps/sheetjs.ts";
Worksheet Cell Object
Properties
The Excel Data Type of the cell. b Boolean, n Number, e Error, s String, d Date, z Empty
optional
c: CommentsComments associated with the cell
optional
z: NumberFormatNumber format string associated with the cell (if requested)
optional
l: HyperlinkCell hyperlink object (.Target holds link, .tooltip is tooltip)