Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Weblogic Server 12

User_HZLIYAug 23 2021

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);

Comments

Post Details

Added on Aug 23 2021
0 comments
372 views