dilshod / xlsx2csv

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

man page outdated #257

Open BrianInglis opened 1 year ago

BrianInglis commented 1 year ago

Updated man page generated from latest release with help2man, then manually tweaked to render nicely on tty, and HTML generated tweaked to display in browser: attached; added suffix .txt because of GH limitations: xlsx2csv.1.txt xlsx2csv.html.txt

dilshod commented 1 year ago

currently it uses pod format for man files. I'm not sure should I replace it or not. It would be easier if you created a pull request.

tongngo commented 1 year ago

Hi, the option [--include-hidden-rows] to export all rows (not only filtered rows) is not default as Excel does when exporting XLSX to CSV file. Anyway, thanks again for this option (I could not find the original thread I have written in).