java - How to fill tables of a word document programatically -


i have been given microsoft word document, tables , spots fill in automatically. not sure if can done java, which preferable language.

i looking way implement function can give word file it, , fills required spots me. possible it? hint or link tutorial suffice. thanks.

newer versions word store documents zipped xml. have filled out form manually in word , done before/after comparison on xml? depending on extent of changes use standard java xml apis same thing programmatically.

a bit of googling , found docx4j , apache poi. haven't used either personally, appears you're asking possible. see this example poi svn repo on how manipulate tables.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -