dilshod / xlsx2csv

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

Regexp problem #273

Open pkzc opened 6 months ago

pkzc commented 6 months ago

In 0.8.2, Python 3.12 complains about '\[' being bad syntax for a regexp in line 836. I prefixed the regexp string with an r, after which it peacefully works.