Skip to content

Commit

Permalink
minor type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wodnjs6512 committed Apr 22, 2021
1 parent 3020837 commit b35a357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/dataTable/models/excelModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ITableModel } from './index';
import xlsx from 'node-xlsx';

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

static getExtensions(): string[] {
return ['xlsx', 'xls'];
Expand Down

0 comments on commit b35a357

Please sign in to comment.