Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPI, library #13

Closed
yang opened this issue Apr 12, 2012 · 1 comment
Closed

PyPI, library #13

yang opened this issue Apr 12, 2012 · 1 comment

Comments

@yang
Copy link

yang commented Apr 12, 2012

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!

@dilshod
Copy link
Owner

dilshod commented Dec 7, 2013

it's finally in pypi repository.

@dilshod dilshod closed this as completed Dec 7, 2013
NoSuck pushed a commit to NoSuck/xlsx2csv that referenced this issue Jan 19, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants