Re: Upgrade of HSSF to XSSF Excel serializer, anyone?

2014-05-13 Thread warrell harries
Hi Again, I had a go at upgrading the serializer to XSSF but there were simply too many Java class changes for lazy old me. Instead, I had much better mileage going down the OpenXML road and generating an .xlsx file in the Cocoon pipeline (it is only a zipped up bunch of XML files after all).

Upgrade of HSSF to XSSF Excel serializer, anyone?

2014-05-12 Thread warrell harries
Hi Cocooners, I have just run into the 65535 upper limit on the number of rows in an Excel workbook as serialized using the gnumeric schema. Of course, I tried substituting the latest poi-3.10 jar from the excellent POI project for 3.0.2.jar that has worked well so far. Alas, some of the methods