Skip to content

(Large files) 73500+ rows: RangeError: Maximum call stack size exceeded #38

Open
@kivancguckiran

Description

@kivancguckiran

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.

2019_07_24.xlsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions