6.0.9 • Published 2 years ago
@oglabs/export v6.0.9
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" });
6.0.9
2 years ago