sheet = doc.Sheets.Sheet1
area = sheet.getCellRangeByName('A2:B4')
addr = area.getRangeAddress()
# 2 = intended to shift cells right, but I don't know where to find # the ENUM to put in its place. Corrections welcome.
sheet.insertCells(addr, 2)
# basically, the insertCells call is the test: it should not crash # LibreOffice. However, for completeness, we should test the cell # contents as well.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.