import { type StreamUtils } from "https://deno.land/x/lume@v1.17.5/deps/sheetjs.ts";
NODE ONLY! these return Readable Streams
Methods
to_csv(sheet: WorkSheet, opts?: Sheet2CSVOpts): any
CSV output stream, generate one line at a time
to_html(sheet: WorkSheet, opts?: Sheet2HTMLOpts): any
HTML output stream, generate one line at a time
to_json(sheet: WorkSheet, opts?: Sheet2JSONOpts): any
JSON object stream, generate one row at a time