Re: Simplified Libreoffice API

2013-03-16 Thread Mindaugas
- method insert() or new() --instead removeByName,removeByIndex - method remove() or delete() --instead getCellRangeByName, CellAddress, CellRangeAddress use Range("A1:B1") or Range(0,0,1,1) etc Best regards Mindaugas -- View this message in context: http://nabble.documentfound

Simplified Libreoffice API

2013-03-11 Thread Mindaugas
Doc.Sheets.insertNewSheet(“MySheet”) or similar. Etc etc etc. I understand that changing of API is very problematic for compatibility with old scripts but may be we can have two API – old for geeks and new simplified for dummies like me. Mindaugas -- View this message in conte