posted 13 years ago
Hi,
I want to upload excel file using struts1.
In my action class below code I have written,
Error is coming on line
fileSystem = new POIFSFileSystem(fs);
java.io.IOException: Invalid header signature; read 63361219987247567, expected
-2226271756974174256
I have find from some forum, because of Excel file format error is coming.
I have excel 2003 and just I create 2 rows and 2 column, simple excel file.
Please, could anybody can tell me , what's the problem?
thanks,