日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

java word转html 报错 org/apache/poi/xwpf/usermodel/IRunBody

發布時間:2025/4/9 编程问答 32 豆豆
生活随笔 收集整理的這篇文章主要介紹了 java word转html 报错 org/apache/poi/xwpf/usermodel/IRunBody 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

最終解決的辦法是修改jar包版本,一定要對應上。

1 <dependency> 2 <groupId>org.apache.poi</groupId> 3 <artifactId>poi</artifactId> 4 <version>3.10.1</version> 5 </dependency> 6 <dependency> 7 <groupId>org.apache.poi</groupId> 8 <artifactId>poi-ooxml-schemas</artifactId> 9 <version>3.10.1</version> 10 </dependency> 11 <dependency> 12 <groupId>org.apache.poi</groupId> 13 <artifactId>poi-ooxml</artifactId> 14 <version>3.10.1</version> 15 </dependency> 16 <dependency> 17 <groupId>org.apache.poi</groupId> 18 <artifactId>poi-scratchpad</artifactId> 19 <version>3.9</version> 20 </dependency> 21 22 <dependency> 23 <groupId>fr.opensagres.xdocreport</groupId> 24 <artifactId>xdocreport</artifactId> 25 <version>2.0.1</version> 26 </dependency> 27 28 <dependency> 29 <groupId>fr.opensagres.xdocreport</groupId> 30    <artifactId>fr.opensagres.xdocreport.document</artifactId> 31    <version>2.0.1</version> 32 </dependency> 33 34 <dependency> 35 <groupId>fr.opensagres.xdocreport</groupId> 36 <artifactId>org.apache.poi.xwpf.converter.core</artifactId> 37 <version>1.0.6</version> 38 </dependency> 39 40 <dependency> 41 <groupId>fr.opensagres.xdocreport</groupId> 42 <artifactId>org.apache.poi.xwpf.converter.pdf</artifactId> 43 <version>1.0.6</version> 44 </dependency> 45 46 <dependency> 47 <groupId>fr.opensagres.xdocreport</groupId> 48 <artifactId>org.apache.poi.xwpf.converter.xhtml</artifactId> 49 <version>1.0.6</version> 50 </dependency>

?

轉載于:https://www.cnblogs.com/linvan/p/9059742.html

總結

以上是生活随笔為你收集整理的java word转html 报错 org/apache/poi/xwpf/usermodel/IRunBody的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。