[Libreoffice-bugs] [Bug 126417] New: No way to get a cell from CellRange
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 15 23:50:55 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=126417
Bug ID: 126417
Summary: No way to get a cell from CellRange
Product: LibreOffice
Version: 6.2.4.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: sdk
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: hi-angel at yandex.ru
# Steps to reproduce
1. Execute: soffice --calc
--accept="socket,host=localhost,port=2002;urp;StarOffice.ServiceManager"
2. Download the attachment (python script to connect to LO)
3. In directory with the script run `python`, and execute:
>>> exec(open("./connect-to-lo.py").read())
>>> row = model.CurrentController.ActiveSheet.Rows.getByIndex(0)
>>> cell_range = row.getCellRangeByName(row.AbsoluteName)
4. Try to access the first cell in the given cell_range
## Expected
There's a way to do it
## Actual
There's no way to do it.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190715/6963f616/attachment.html>
More information about the Libreoffice-bugs
mailing list