Hi,

Alexander Peters schrieb:
Hello! When i use the methode getCellByName with an OLE connection on
an empty sheet in Calc it returns an error. When i use
getCellByPosition it works. What do i wrong?

lole_sheet.getCellByName("E5") Is E5 not a correct name for a cell?

Sheets don't support getCellByName(). Workaround:

sheet.getCellRangeByName("E5").getCellByPosition(0,0)


Regards
Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to