-1

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.

Community
  • 1
  • 1
user881480
  • 5,005
  • 6
  • 32
  • 31

1 Answers1

3

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.

Community
  • 1
  • 1
FloppyDisk
  • 1,693
  • 16
  • 25