UNPKG
@evidential-fortune-sheet/fortune-excel
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
An Excel import/export import library for FortuneSheet
@evidential-fortune-sheet/fortune-excel
/
dist
/
ToFortuneSheet
/
HandleZip.d.ts
9 lines
(8 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
JSZip
from
"jszip"
;
import
{
IuploadfileList
}
from
"../common/ICommon"
;
export
declare
class
HandleZip
{
uploadFile
:
File
;
workBook
:
JSZip
;
constructor
(
file
:
File
);
unzipFile
():
Promise
<
IuploadfileList
>; }