UNPKG

xlsx-preview

Version:

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

3 lines (2 loc) 85 B
import { Cell } from "exceljs"; export declare function genCell(cell: Cell): string;