We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
好吧!这是我的解决方案(使用 Eclipse SWT)将 MS Word 文档打开到 jframe 中:
资源:
Eclipse SWT: http://www.eclipse.org/swt
谢谢大家!
All right!, this is my solution (Using Eclipse SWT) to open a MS Word document into a jframe:
Resources:
Eclipse SWT: http://www.eclipse.org/swt
Thanks to everyone!
Apache POI 是一个优秀且强大的库。我用过它几次,它确实对我有帮助。
Apache POI is a good and strong library. I used it several times and it really helped me.
但要做好准备,Apache POI 甚至无法读取 Microsoft 文档中的各种信息。我有许多来自客户的文件,POI 未正确处理。所以你应该测试足够。
But be prepared, Apache POI can not even read all sorts of information in a Microsoft document. I have many files from our customers, POI do not processed correctly. So you should test sufficient.