Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Excel Reading problem in java

  Asked By: Bertha    Date: Aug 19    Category: Java    Views: 861
  

In one of my project,I need extract from an text file ,excel content.When extract excel from that file and process it with Apache POI ,I have the following error:
"java.io.IOException: Invalid header signature; read 0x210000778C09010A, expected 0xE11AB1A1E011CFD0
at org.apache.poi.poifs.storage.HeaderBlockReader.<init>(HeaderBlockReader.java:120)"

Why?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Keith Marshall     Answered On: Aug 19

If the excel  file content  be simple without any style it works!
Copy the rows in a new excel document and test if it works.

 
Didn't find what you were looking for? Find more on Excel Reading problem in java Or get search suggestion and latest updates.




Tagged: