After upgrading node from 0.10.36 to 0.12.0, the records array given to callback from parseXlsx is just an empty array. The input xlsx file haven't been changed and downgrading back to node v0.10.32 resolves the issue.
After upgrading node from 0.10.36 to 0.12.0,
the records array given to callback from parseXlsx is just an empty array.
The input xlsx file haven't been changed and
downgrading back to node v0.10.32 resolves the issue.