roth
roth
In Ubuntu 20.04.1 LTS x86_64 , LibreOffice Version: 6.4.5.2 I get an error when opening a file: ``` os.system('libreoffice --accept="socket,host=localhost,port=2002;urp;" --norestore --nologo &' ) time.sleep(3) desktop = pyoo.Desktop('localhost', 2002) desktop.open_spreadsheet('myfile.ods')...
I open a document using pyoo. If I then do a certain action, e.g. press a macro button, I would like to call a function in the running python process....
Also enabled macros by default and added the option that the user can pass extra arguments to _open_url