为了账号安全,请及时绑定邮箱和手机立即绑定

java poi word读取

java poi word读取

慕娘9325324 2019-03-01 10:47:50
用 poi 读取word文件 。 老是报错org.apache.poi.poifs.filesystem.NotOLE2FileException: Invalid header signature; read 0xC9D33C3A6D6F7246, expected 0xE11AB1A1E011CFD0 - Your file appears not to be a valid OLE2 document public static void readAndWriterTest3() throws IOException { File file = new File("D:\\jl\\2.doc"); String str = ""; try { FileInputStream fis = new FileInputStream(file); HWPFDocument doc = new HWPFDocument(fis); String doc1 = doc.getDocumentText(); System.out.println(doc1); StringBuilder doc2 = doc.getText(); System.out.println(doc2); Range rang = doc.getRange(); String doc3 = rang.text(); System.out.println(doc3); fis.close(); } catch (Exception e) { e.printStackTrace(); } } 文件另存为之后,的word文档,就可以读取。这个要怎么解决,直接为什么读取不了?既然word能打开。为什么poi读取不了?
查看完整描述

3 回答

?
蛊毒传说

TA贡献1895条经验 获得超3个赞

说明开始的文件不是很符合word文档规格,用word打开后另存就肯定符合规格了

查看完整回答
反对 回复 2019-03-01
?
素胚勾勒不出你

TA贡献1827条经验 获得超9个赞

大佬 解决了没?

查看完整回答
反对 回复 2019-03-01
  • 3 回答
  • 0 关注
  • 1849 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信