feat(planning): ship holiday-aware planning and assistant upgrades
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import XLSX from "xlsx";
|
||||
import * as XLSX from "xlsx";
|
||||
|
||||
export type WorksheetCellValue = boolean | Date | number | string | null;
|
||||
export type WorksheetMatrix = WorksheetCellValue[][];
|
||||
|
||||
Reference in New Issue
Block a user