Hi,
I am currently developing an application that has to provide data in excel
format. As the Excel spreadsheet is given, my plan was to convert it to xml
via gnumeric, to create a stylesheet of it and finally serialize the results
using the HSSFSerializer.
The Cocoon sample for POI seems to be working with a gnumeric file format
version "v7". My local gnumeric 1.0.5 installation creates an output format
"v10", from which HSSFSerializer apparently generates a corrupt xls file.
Can you please tell me which gnumeric version you were using to create the
sample? Or do I have to post-process gnumeric output in order to use it for
HSSF?
Thanks, Sven....