> | 7813|New|Maj|2002-04-07|[PATCH] HSSF Serializer support new Gnumeric
> 1.04+|
>
> Give it a try and let me know. Otherwise just encapsulate cell values
> in <Content></Content> tags. (thats what changed and understandably
> broke HSSF Serializer)
>
> The patch makes both work.
Yes that works with my files. Thanks!
However, the new version seems pickier about the document model?
I have a XSL stylesheet generated file which worked with the old serializer.
The updated version gives the following message:
java.io.IOException: missing Format attribute
...
Where does it expect Format attributes?
Also, I noted that the PrintInformation is not serialized? I'd like to have
my document printed in landscape format and scaled to fit 1 page. Not
possible yet?
Sven