We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to convert an ODS file into a CSV file, I get the following error:
python ......\tools\python\unoconv.py -f csv "My File.ods" File "......\tools\python\unoconv.py", line 532 except getopt.error, exc: ^ SyntaxError: invalid syntax
Thanks for any insight on how to fix this problem.
Cheers!
The text was updated successfully, but these errors were encountered:
Can you be any less specific to what you are using ?
Sorry, something went wrong.
No feedback, no support... Feel free to reopen when you've got more to share !
Apparently fixed by #111.
No branches or pull requests
When I try to convert an ODS file into a CSV file, I get the following error:
python ......\tools\python\unoconv.py -f csv "My File.ods"
File "......\tools\python\unoconv.py", line 532
except getopt.error, exc:
^
SyntaxError: invalid syntax
Thanks for any insight on how to fix this problem.
Cheers!
The text was updated successfully, but these errors were encountered: