Hi @All, Team In my Actual class holds Input Stream, XSSFWorkbook, and
am iterating all the Excel column values and getting it via this snippet
'row.getCell(columnNames.get("path")).toString().trim()' code is working
fine as expected. When I come to Junits I couldn't able to cover the
junits for the complete class. Can anyone help here please. How to write
the junits for Excel reading class in AEM? Thanks,Imad