UNPKG

xlsx-preview

Version:

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

8 lines (7 loc) 154 B
export declare function parseARGB(argb: string): { a: number; r: number; g: number; b: number; }; export declare function uuid(): string;