dilshod / xlsx2csv

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

Add FS delimiter #267

Closed Sinirlan closed 9 months ago

Sinirlan commented 10 months ago

Added ASCII(28) - file separator character as 2nd optional delimiter, I have found in some cases coma or tab delimiter is insufficient to properly delimit columns, even when quotation is used. FS solved this problem for me and my team.