UNPKG

xlsx-preview

Version:

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

7 lines (6 loc) 277 B
import { XlsxData, XlsxOptions } from "./types"; export declare function xlsx2Html(data: XlsxData, options?: XlsxOptions): Promise<string | ArrayBuffer | string[] | Promise<ArrayBuffer>[]>; declare const _default: { xlsx2Html: typeof xlsx2Html; }; export default _default;