How to read excel 2007 and 2003 documents using APACHE POI framework?
888012Sep 13 2011 — edited Sep 13 2011Hi Frnds,
Please suggest me he code to read excel 2007 and excel 2003 documents using POI in java. I tried but I got the below exception msgs.
The supplied data appears to be in the Office 2007+ XML. You are calling the part of POI that deals with OLE2 Office Documents. You need to call a different part of POI to process this data (eg XSSF instead of HSSF).
Please send me the code if possible to read the data from excel using POI
Thanks,
Teja