Hello,

I was able to use BigGridDemo for creating .xlsx using XSSF

I want HSSF support to get the sheet Ref as the HSSFSheet does not have the 
support of sheet.getPackagePart().getPartName().getName();

XSSFSheet sheet = wb.createSheet("Repository");
String sheetRef = sheet.getPackagePart().getPartName().getName();

Please suggest me, My requirement is to generate huge files (.xls & .xlsx).


Thanks in advance.

-mamatha

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

Reply via email to