UNPKG

xlsx-preview

Version:

Preview the .xlsx in the browser, convert to HTML with styles.

5 lines (4 loc) 262 B
import { Worksheet } from "exceljs"; export declare function genEmptyRow(columns: number, orderCell: string): string; export declare function wrapTable(html: string): string; export declare function sheetsInAll(sheets: string[], workSheet: Worksheet[]): string;