如何使用 Jakarta POI 读取 ms word 文件的内容
我已包含 jakarta-poi-1.5.1-final-20020615.jar 文件以从 ms word 读取内容。
我无法做到这一点...任何人都可以帮助我吗?
I've included jakarta-poi-1.5.1-final-20020615.jar file to read content from ms word.
I am unable to do this ...can anyone help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
这是快速指南
Here is quick guide
您需要迁移到较新版本的 POI - 您使用的版本大约有 9 年了!获取最新版本的 POI(现在只是 Apache POI,几年前不再是 Apache Jakarta POI),截至撰写本文时,您需要 3.7 Final 或 3.8 beta 2。
然后,通读 HWPF 文档,您应该就可以开始了。
You need to move to a newer version of POI - the one you're on is about 9 years old! Grab the latest version of POI (it's just Apache POI now, hasn't been Apache Jakarta POI for a few years now), you'll want either 3.7 Final or 3.8 beta 2 as of writing.
Then, have a read through the HWPF docs and you should be good to go.
将此代码与 apache-poi 一起使用
Use this code with apache-poi
此方法将打印整个文档的内部运行,以便您能够根据 xml 文本比较值。
This method will print the internal runs of the entire document so you will be able to compare the values based on xml text.