gitbrent/xlsx-js-style

Problems with json size bigger than 90MB

Opened this issue · 0 comments

Hi,
I'm having problems adding a json file to a sheet for a json size bigger than 90MB.

const jsonSize = require('json-size');
console.log(jsonSize(data));
xlsx.utils.sheet_add_json(ws, data, { origin: -1 });

Output:
92949443

After print the "jsonSize" the method "sheet_add_json" do not responde. Any ideia?