von komma4 » Mi, 22.10.2008 11:55
Die erste Variante für Zeichen, die zweite für Werte.
Code: Alles auswählen
x1 = ThisComponent.Sheets.getByName("Tabelle1").getCellByPosition(0,0).getString()
x2 = ThisComponent.Sheets.getByName("Tabelle1").getCellByPosition(0,0).getValue()
Die erste Variante für Zeichen, die zweite für Werte.
[code]x1 = ThisComponent.Sheets.getByName("Tabelle1").getCellByPosition(0,0).getString()
x2 = ThisComponent.Sheets.getByName("Tabelle1").getCellByPosition(0,0).getValue() [/code]