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

Working with file-reloads #10

Open
arnabgithub opened this issue Jul 23, 2020 · 0 comments
Open

Working with file-reloads #10

arnabgithub opened this issue Jul 23, 2020 · 0 comments

Comments

@arnabgithub
Copy link

arnabgithub commented Jul 23, 2020

Hi,

I launch libreoffice calc, load a spreadsheet, and connect from oosheet; everything is fine. I can access cells and read values etc.
The moment I reload the file using File->Reload on Calc, I cannot access it anymore.
Is this expected? If so, then is there an work-around? The error string is as follows:

S().string
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/IPython/core/interactiveshell.py", line 2961, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
S().string
File "/usr/local/lib/python3.6/dist-packages/oosheet/init.py", line 246, in init
address = self.model.CurrentSelection.RangeAddress
oosheet.com.sun.star.beans.UnknownPropertyException: cannot get value CurrentSelection

@arnabgithub arnabgithub changed the title Working with a file-reloads Working with file-reloads Jul 23, 2020
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

1 participant