UNPKG

@papb/json-excel

Version:

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

5 lines (4 loc) 259 B
import { ExpandedJsonToExcelOptions } from './types'; declare type LFLimitChecking = ExpandedJsonToExcelOptions['linefeedLimitChecking']; export declare function assertValidCellContent(string: string, linefeedLimitChecking: LFLimitChecking): void; export {};