dilshod / xlsx2csv

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

Fails when runs into .DS_Store files #265

Open Aaron-Silvernale opened 11 months ago

Aaron-Silvernale commented 11 months ago

When converting a folder of excel files it fails when it runs into a .DS_Store file.

Workaround is deleting the file, but perhaps it could skip files it can't process?

It is a system created file on MacOS, so probably a common issue.