Thanks Nick for quick feedback. Also any inputs on how to achieve apply Formula and Data Validation using BigGridDemo.
-----Original Message----- From: Nick Burch [mailto:[email protected]] Sent: Monday, March 14, 2011 6:15 PM To: POI Users List Subject: RE: Support for HSSF(.xls) in BigGridDemo 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
