Hii Nick,

i'm facing  same problem when
i read data from .xlsx file
using XSSFWorkbook api
my code is...

InputStream fis=fieldItem.getInputStream();
//POIFSFileSystem fs = new POIFSFileSystem(fis);
XSSFWorkbook workbook1=new XSSFWorkbook(fis);
 
plz suggest  me  solution.




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to