I'm using Cocoon (Version 2.0.3) to serialize (HSSF) a gnumeric XML document
into a Microsoft Excel document. I receive the error below when I attempt
to use the <gmr:CellStyles>...</gmr:CellSytles> to define individual cell
styles within the document.
Also, where can I get a nightly build of Cocoon to try a newer version of
Cocoon?
Here is the error I receive:
"java.lang.ClassCastException:
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EP_Default_
at
org.apache.cocoon.components.elementprocessor.impl.poi.hssf.elements.EPStyle.initialize(EPStyle.java:160)
at
org.apache.cocoon.serialization.ElementProcessorSerializer.startElement(ElementProcessorSerializer.java:508)"
Thanks,
Andy
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>
- Re: Cocoon and Excel Andrew Griffith
- Re: Cocoon and Excel Antonio A. Gallardo Rivera