UNPKG

xlsx-preview

Version:

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

4 lines (3 loc) 200 B
import { Worksheet } from "exceljs"; import { RowsAndColsSpanMap } from "../types/table"; export declare function genImageHtml(workSheet: Worksheet, positionMap: RowsAndColsSpanMap): Promise<string>;