Skip to content

Commit b35a357

Browse files
committed
minor type fix
1 parent 3020837 commit b35a357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/dataTable/models/excelModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { ITableModel } from './index';
22
import xlsx from 'node-xlsx';
33

44
class ExcelModel implements ITableModel {
5-
private sheets?: {name: string, data: [][]}[] = undefined;
5+
private sheets?: {name: string, data: any[][]}[] = undefined;
66

77
static getExtensions(): string[] {
88
return ['xlsx', 'xls'];

0 commit comments

Comments
 (0)