You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Yan, Charlene" <Ch...@thomsonlearning.com> on 2003/06/05 16:27:06 UTC

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: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org