Apache POI HWPF,替换 .doc 文档中的文本失败
我尝试在以下位置写下 POI 单元测试的结果: 在此处编写代码,方法是将该行添加
daDoc.write(new FileOutputStream("C:\\wordtest.doc"));
到方法 testRangeReplacementAll 的末尾。 当我尝试使用 Word 2003 打开新文档时,该文档已损坏。
有什么建议可以解决此问题吗?
I try to write down the result of the POI unit test at: code here, by adding the line
daDoc.write(new FileOutputStream("C:\\wordtest.doc"));
to the end of the method testRangeReplacementAll. The new document is corrupt when I try to open it with word 2003.
Any suggestions to fix this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我至少会尝试缩小范围,因为该测试做了很多事情。
I would at least try to narrow this down, since that test does a number of things.