I need to update an embedded Excel table inside a Word document (can be .doc or .docx) using Java and the OpenOffice API UNO. Has anyone done this? Any pointers appreciated :)
Asked
Active
Viewed 569 times
3
-
Not related to embedded programming/computing. Retagged. – uɐɪ Jul 22 '11 at 13:18
1 Answers
0
I think you need to use Apache POI API explicitly designed for handling MS Office and Open Office. You can see POI API here

Chandra Sekhar
- 18,914
- 16
- 84
- 125
-
hi thanks for that, but i needed to do this using openoffice api uno, see origiial question – Jul 09 '12 at 17:24