Skip to main content
Module

x/lume/deps/sheetjs.ts>StreamUtils

🔥 Static site generator for Deno 🦕
Very Popular
Latest
interface StreamUtils
import { type StreamUtils } from "https://deno.land/x/lume@v2.1.4/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

set_readable(Readable: any): void

Set Readable (internal)