3

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 :)

Jason Plank
  • 2,336
  • 5
  • 31
  • 40

1 Answers1

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