Open Microsoft Word docx file with Java

后端 未结 6 1859
灰色年华
灰色年华 2021-01-20 15:46

How can I open a Microsoft Word docx file in Java? furthermore, how can I open it if it is password protected?

For instance,

File f = new File(\"hell         


        
6条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-20 16:09

    You can use docx4j too. http://www.docx4java.org/trac/docx4j

提交回复
热议问题