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
If I open e.g. "1.ods" in LibreOffice through mouse clicking then run
desktop = pyoo.Desktop(pipe='libreoffice') doc = desktop.open_spreadsheet('1.ods')
under the hood loadComponentFromURL() returns None and then SpreadsheetDocument(None) is returned from open_spreadsheet().
PS Thanks for the lib, LibreOffice API is scary :)
The text was updated successfully, but these errors were encountered:
Did this ever get resolved?
Sorry, something went wrong.
No idea 🤷 Regarding a workaround I don't remember if I've found any.
No branches or pull requests
If I open e.g. "1.ods" in LibreOffice through mouse clicking then run
under the hood loadComponentFromURL() returns None and then SpreadsheetDocument(None) is returned from open_spreadsheet().
PS Thanks for the lib, LibreOffice API is scary :)
The text was updated successfully, but these errors were encountered: