Hi All,
I tried to export some data into XLSX format in which we use Apache POI 3.14, we cold able t0 create a Workbook but we could not able to create a sheet in that workbook and also we are not getting any Error or Exception while creating a sheet even the logs after createSheet function is not logged
We are facing this issue only in Weblogic server, in other servers such as websphere, jboss we could able to create the whole file properly
Please help me to get a solution
final SXSSFSheet s = wb.createSheet(sheetTitle);