• Posting data to a spreadsheet
Replies:
1
Views:
193
Up one level
• Posting data to a spreadsheet
Posted by
Blacklock
at
2007-03-08 07:54:45
I am interested in in using NOA to use OpenOffice in a eclipse application. I can currently open a spreadsheet. My question is can I programmatically add data to this openned spreadsheet, and after the user edits it, programmatically retrieve the data in the eclipse application. This appears doable in a text document. If this is possible can you point me in the right direction to start? Thanks
|
Blacklock
Member
Posts:
1
|
• Re: Posting data to a spreadsheet
Posted by
Markus Krueger
at
2007-03-09 13:28:44
Hello David,
I am sorry to tell You, that we have not implemented an easy access to calc as our focus is the writer. So you have to deal with the real OpenOffice.org Java UNO API. But here is a snippet on how to set data in a calc document. Same way would be used to get data.
Best regards, Markus |


