Udostępnij za pośrednictwem


using Java to manipulate Word 2007 docx files

In this article, Ted Neward has a look at the docx format introduced with Word 2007, and demonstrates how Java can read and write it:

https://www.infoq.com/articles/cracking-office-2007-with-java

Comments

  • Anonymous
    January 28, 2010
    You may be interested in checking out javadocx (http://www.javadocx.com). It is a java library that allows to create Word documents using Java from any data source. (There is a LGPL version). Regards, Eduardo