Defining cell styles using the gnumeric XML markup language



I'm using the gnumeric XML markup language to define a spreadsheet document which gets serialized using Apache's Cocoon to create and Excel (XLS) document.  I would like to apply a style on a cell by cell basis as opposed to defining an entire StyleRegion for each cell that has a change in formatting.
 
<gmr:Cell Col="0" Row="0" Style="0">....</gmr:Cell>
 
Does the style attribute to the cell tag above do anything?  If so, how is it used?
 
Thanks for your help,
 
Andy


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]