UNPKG

@papb/json-excel

Version:

Create a pretty Excel table from JSON data with a very simple API

3 lines (2 loc) 208 B
import type { JsonSheet, ExportJsonToExcelOptions } from './types'; export declare function exportJsonToExcelBrowser(fileName: string, sheets: JsonSheet[], options?: ExportJsonToExcelOptions): Promise<void>;