CotalkerPartners / mongo-xlsx

Convert Mongo data into Excel and vice versa @ Node.js. MongoDB Mongoose Dump to excel.
MIT License
99 stars 28 forks source link

I am convering .xlsx file of around 4 lakh record into json array using this package method but it is converting only 65535 records #6

Closed sunil-ideas2it closed 8 years ago

sunil-ideas2it commented 8 years ago

I am convering .xlsx file of around 4 lakh record into json array using this package method but it is converting only 65535 records

sunil-ideas2it commented 8 years ago

I got this working it is the issue with libre office its maximum row limit is 65535. I tried saving file in microsoft excel with .xlsx extension which worked in my case . I am able to parse my all 4 lakh record with this module.