dilshod / xlsx2csv

Convert xslx to csv, it is fast, and works for huge xlsx files
MIT License
1.67k stars 302 forks source link

CSV file Limit #136

Open oferzusman opened 6 years ago

oferzusman commented 6 years ago

Hey, I'm trying to export XLSX file with 15 mil lines to CSV file format. the xlsx2csv.py is exporting one the first 1 million lines. I'll be much appreciated to learn what am I doing wrong.... Thank You, Sid

setop commented 6 years ago

please upload input file somewhere so we can reproduce locally.

moreover, msexcel seems limited to 1'048'576 lines so I guess you've generated your xlsx document with an other tool. maybe this tool can produce csv.