How can you edit a word document with Java

后端 未结 6 1724
南方客
南方客 2020-12-09 18:02

How can you edit a word document with Java?

6条回答
  •  执笔经年
    2020-12-09 18:42

    You could try Docmosis, which allows you to populate or produce word docs from Java. It's based on BlairHippo's suggestion of using the OpenOffice API but without needing to learn the api. JODReports is similar.

提交回复
热议问题