@oglabs/export
v6.0.9
Published
Used alongside `@oglabs/spreadsheet`
Downloads
6
Readme
Read/Write excel and csv files
Used alongside @oglabs/spreadsheet
Usage
Reading excel/csv files
import { parse } from "@oglabs/export";
const sheets = parse({ file });Downloading excel/csv files
import { download } from "@oglabs/export";
await download({ sheets, type: "csv|excel" });