UNPKG

@mertdeveci55/univer-import-export

Version:

Excel/CSV import and export library for Univer spreadsheets with full format preservation

12 lines (11 loc) 242 B
export declare class CSV { csvList: { [key: string]: Array<Array<any>>; }; csvContent: { [key: string]: string; }; constructor(snapshot: any); init(snapshot: any): void; handleCsvContent(): void; }