Apache POI jar has no hwpf package

大憨熊 提交于 2019-12-08 02:53:58

问题


I have downloaded the poi api jar files from this link's first mirror link,which is suggested.

After downloaded I saw that org.apache.poi.hwpf package is not present there. Actually my work is completely depends on that API. So can anybody please tell me the proper link to download hwpf API.

Actually my work is to read a MS Word file with some text as well as some table and then edit the values of the table rows. If any other API is also suitable for this kind of work, you please suggest me with their links to download.


回答1:


As described in the Apache POI Components page, the HWPF package is available in the "scratchpad" JAR: poi-scratchpad-3.8-20120326.jar

Please note, that the scratchpad features are not particularly mature and should be used with care.



来源:https://stackoverflow.com/questions/10125136/apache-poi-jar-has-no-hwpf-package

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!