You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change prevents the following crash that occurs when invoked with the --hyperlinks option:
Traceback (most recent call last):
File "./xlsx2csv.py", line 1214, in <module>
main()
File "./xlsx2csv.py", line 1207, in main
xlsx2csv.convert(outfile, sheetid)
File "./xlsx2csv.py", line 234, in convert
self._convert(sheetid, outfile)
File "./xlsx2csv.py", line 352, in _convert
re.sub(r"(<v>[^<>]+)&dilshod#13;([^<>]+</v>)", r"\1\\r\2", sheet.filedata)))
File "/usr/lib64/python3.10/re.py", line 209, in sub
return _compile(pattern, flags).sub(repl, string, count)
TypeError: cannot use a string pattern on a bytes-like object
Hi, great tool! Consider adding it to PyPI so people can install it with pip, and also possibly exposing it additionally as a library. Thanks!
The text was updated successfully, but these errors were encountered: