Click to See Complete Forum and Search --> : Insert header footer in MICROSOFT OFFICE DOC


gionny_be_good
11-09-2009, 04:57 AM
I'm developing web app with java and i must to upload file to the server (ms office word, ppt, xls). before to upload this file i need to modify them inserting header a footer with a certain string .
There are some java libs (not POI don't work) o something else to do this work?

JavaServlet
11-13-2009, 08:14 PM
If not Apache POI then look into others such as docx4j or Aspose.Words.

Also try OpenXML4J which is a good Java library for working with Office Open XML and OPC based docs (Office 2007 Word, PowerPoint and Excel).