We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3020837 commit b35a357Copy full SHA for b35a357
src/main/dataTable/models/excelModel.ts
@@ -2,7 +2,7 @@ import { ITableModel } from './index';
2
import xlsx from 'node-xlsx';
3
4
class ExcelModel implements ITableModel {
5
- private sheets?: {name: string, data: [][]}[] = undefined;
+ private sheets?: {name: string, data: any[][]}[] = undefined;
6
7
static getExtensions(): string[] {
8
return ['xlsx', 'xls'];
0 commit comments