Hello Everyone, I have developed an application where I work which creates a Microsoft Excel spreadsheet and now would like to create an Open Source version to release to the community. The application makes use of the Python programming language (www.python.org). I have located the UNO Python page and the odfpy but the odfpy documentation is confusing to me. The example in the back shows how to create a new spreadsheet (easy!) and how to read in an existing spreadsheet (easy) but not how to manipulate an existing spreadsheet. Can someone help me out with the following?
1. After opening the speadsheet, how can I access a list of the individual sheets (that is, the 'tab' names) and how many tabs there are? 2. How can I retrieve the contents of a particular cell on a particular sheet (for example, the contents of cell A1 on 'sheet 1'? 3. How can I set a specific cell value (place "hello world" in call B2)? If it helps/matters, I'm running Python 2.5 on Ubunto. Thanks! --greg
