https://bugs.documentfoundation.org/show_bug.cgi?id=126416

--- Comment #2 from Oliver Brinzing <[email protected]> ---
to make your example script work:

soffice --calc
--accept="socket,host=localhost,port=2002;urp;StarOffice.ServiceManager"

[...]
model = connect_to_lo()
print("Trying to access model.Sheets")
sheets1 = model.getSheets()
print("Succeed!")
print(sheets1.getByIndex(0).getName())

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to