UNPKG

@corbe30/fortune-excel

Version:

An Excel import/export import library for FortuneSheet

4 lines (3 loc) 286 B
import { IFileType } from "./ICommon"; export declare const transformExcelToFortune: (file: any, setSheets: any, setKey: any, sheetRef: any) => Promise<void>; export declare const transformFortuneToExcel: (luckysheetRef: any, fileType?: IFileType, download?: boolean) => Promise<Blob>;