Hi, i found this example http://www.linuxjournal.com/content/python-pyuno-hello-world-addon-openoffice
there they select a cell with: cell = sheets.getByIndex(0).getCellByPosition(0, 0) How can i select a cell in calc and then run my script with that cells location as argument? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
