dilshod / xlsx2csv

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

Replace deprecated BadZipfile with BadZipFile #252

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

BadZipfile (with a small f) has been deprecated since Python 3.2, use BadZipFile (big F) instead, added in 3.2.