Skip to main content
Module

x/flat/mod.ts>xlsx.StreamUtils

A collection of postprocessing utilities for flat
Latest
interface xlsx.StreamUtils
import { type xlsx } from "https://deno.land/x/flat@0.0.15/mod.ts";
const { StreamUtils } = xlsx;

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