首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Poi Unable to read entire header; 零 bytes read; expected 512 bytes

2013-10-31 
Poi Unable to read entire header 0 bytes read expected 512 bytesJava 使用POI 读取 excel文件,错误:

Poi Unable to read entire header; 0 bytes read; expected 512 bytes

Java 使用POI 读取 excel文件,错误:

Unable to read entire header; 0 bytes read; expected 512 bytes

原因可能:

FileInputStream 使用了两次,第二次就会报这个错

?

热点排行