On Mon, 14 Mar 2011, Mamatha Kodigehalli Venkatesh wrote:
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();

BigGridDemo is XSSF only. If you want to write code that works for both XSSF and HSSF, then you need to use the high level usermodel code.

Also, HSSF doesn't support streaming writing - there are just too many links forwards and backwards in the file

Nick

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

Reply via email to