/*:: type ZIPFile = any; type Workbook = { SheetNames: Array; Sheets: any; }; interface CellAddress { r:number; c:number; }; type Cell = any; type Range = { s: CellAddress; e: CellAddress; } type Worksheet = any; type Sheet2CSVOpts = any; type Sheet2JSONOpts = any; type ParseOpts = any; type WriteOpts = any; type WriteFileOpts = any; type RawData = any; interface TypeOpts { type:string; } type XLSXModule = any; type SST = any; type Comment = any; */