I'm using Cocoon-2.1m2. I can run poi block. However, when I change the Fore, Back and PatternColor of style region for http://localhost:8080/cocoon/samples/poi/simple-alignment-test.xls, nothing changes in Excel. Is it supposed to be working only in Gnumeric or am I missing something?
Thanks for any information you can provide! Charlene -----Original Message----- From: Yan, Charlene Sent: Thursday, June 05, 2003 10:27 AM To: [EMAIL PROTECTED] Subject: POI Excel Reports Formatting Languages All, I'm using xmlns:gmr="http://www.gnome.org/gnumeric/v7" in producing the Excel report. Somehow styles do not show up in the report. For example, the following code has Fore and Back and PatternColor specified. But they don't show up in Excel. StyleBorder works though. Here are my questions. Are there any other styling languages out there other than gnumeric for me to use? Is there a support group for using gnumeric out there? Thanks a lot! Charlene <gmr:Styles> <gmr:StyleRegion startCol="0" startRow="0" endCol="17" endRow="3"> <gmr:Style HAlign="1" VAlign="2" WrapText="0" Orient="1" Shade="0" Indent="0" Fore="F800:0:0" Back="0:8000:0" PatternColor="C000:C000:C000" Format="General"> <gmr:Font Unit="9" Bold="0" Italic="0" Underline="0" StrikeThrough="0">Helvetica</gmr:Font> <gmr:StyleBorder> <gmr:Top Style="2"/> <gmr:Bottom Style="2"/> <gmr:Left Style="2"/> <gmr:Right Style="2"/> <gmr:Diagonal Style="2"/> <gmr:Rev-Diagonal Style="2"/> </gmr:StyleBorder> </gmr:Style> </gmr:StyleRegion> </gmr:Styles> --------------------------------------------------------------------- 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]