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

open_spreadsheet() returns invalid SpreadsheetDocument for a locked file #18

Open
n-epifanov opened this issue Dec 18, 2017 · 2 comments

Comments

@n-epifanov
Copy link

n-epifanov commented Dec 18, 2017

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 :)

@luzpaz
Copy link

luzpaz commented Mar 21, 2020

Did this ever get resolved?

@n-epifanov
Copy link
Author

No idea 🤷 Regarding a workaround I don't remember if I've found any.

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