import { type StrictWS } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/sheetjs.ts";
Worksheet Object with CellObject type
The normal Worksheet type uses indexer of type any
-- this enforces CellObject
import { type StrictWS } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/sheetjs.ts";
Worksheet Object with CellObject type
The normal Worksheet type uses indexer of type any
-- this enforces CellObject