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 :)
feedback
|
|
I think you need to use Apache POI API explicitly designed for handling MS Office and Open Office. You can see POI API here | |||
|
feedback
|