Hi,
 
I am trying to read both Excel 97 and Excel 95 with HSSF usermodel. HSSF
usermodel can not read Excel 95 and it throws an exception. 
 
I am looking at another package called JExcelAPI, which read both 97 and
95. From my understanding, the only difference to read Excel 97 and
Excel 95 is that to getStream("workbook") for 97 and getStream("book")
for 95.
 
Does POI provide the method to read Excel 95?
 
Thanks!
 
Jenny

Reply via email to