exceljs / exceljs

Excel Workbook Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: Cannot read property 'date1904' of undefined

huanz opened this issue · comments

commented

export xlsx by macOS Numbers app, then i use:

const workbook = new Excel.Workbook();
workbook.xlsx.readFile('template.xlsx');
TypeError: Cannot read property 'date1904' of undefined
      at module.exports.reconcile (/Users/bukas/web/api/node_modules/exceljs/dist/es5/xlsx/xlsx.js:108:33)
      at /Users/bukas/web/api/node_modules/exceljs/dist/es5/xlsx/xlsx.js:316:14
      at <anonymous>

I also met the same problem

sample.xlsx
here is the sample @guyonroche