Possible Duplicate:
Read xlsx file in Java
what kind of Java API can you use to read xlsx file? I tried jxl, it's getting jxl.read.biff.BiffException: Unable to recognize OLE stream.
Possible Duplicate:
Read xlsx file in Java
what kind of Java API can you use to read xlsx file? I tried jxl, it's getting jxl.read.biff.BiffException: Unable to recognize OLE stream.
Take a look at the Apache POI library. See this SO question and this SO question for even more answers. If you're using Java, POI is the way to go.