Daily Archives: February 18, 2008

Java.io.IOException: Invalid header signature; read

Hi, Today I was creating a Java Program to read a Excel files (created by importing text log files)  using  POI HSSF and faced the following errors: java.io.IOException: Invalid header signature; read 8751655596022002505, expected -2226271756974174256 .  After a analysis i … Continue reading

Posted in Java, Troubleshoot | 8 Comments