Skip to content
Shapemetry

Io - Table

API reference — the Table doors of @huukhanhnguyen/io: readers, writers and their option / result types, all on this page.

import { tablesToXlsx, tableToCsv } from '@huukhanhnguyen/io'

Source: ./table. See all formats or the Guide.

API reference

Signatures are generated from the live package .d.ts - not hand-written.

tablesToXlsx

function

tablesToXlsx(sheets: Worksheet[]): Uint8Array

tableToCsv

function

tableToCsv(columns: string[], rows: string[][]): string

tableToPdf

function

tableToPdf(columns: string[], rows: string[][], options?: TablePdfOptions): Uint8Array
Last updated: 📖 1 min readEdit on GitHub