UNPKG

@mertdeveci55/univer-import-export

Version:

Excel/CSV import and export library for Univer spreadsheets with full format preservation

12 lines (11 loc) 329 B
import { IuploadfileList } from "./ICommon"; export declare class HandleXls { /** * Convert .xls file to .xlsx format and return as zip structure */ static convertXlsToXlsx(file: File): Promise<IuploadfileList>; /** * Check if a file is .xls format */ static isXlsFile(file: File): boolean; }