Open
Description
Hello,
I'm using the node version with below code:
const readXlsxFile = require('read-excel-file/node');
(async () => {
const rows = await readXlsxFile('2019_07_24.xlsx');
console.log(rows);
})();
Parsing a ~73500 rowed file, attaching. But XPATH module throws the exception: Maximum call stack size exceeded. File uploaded below.
Metadata
Metadata
Assignees
Labels
No labels