While executing below code,
FileInputStream fis = new FileInputStream("C:\\Users\\deepa\\Downloads\\TestDocument.xlsx");
XSSFWorkbook workbook = new XSSFWorkbook(fis);
I am getting error as
InputStream of class class org.apache.commons.compress.archivers.zip.ZipArchiveInputStream is not implementing InputStreamStatistics.
I have included all the apace poi jar files and common -compress jar file. Please help.