workbooktable

<workbookTableConfiguration
>
required

Configuration for workbook table view and workbook table excel export.

<tableStyles
<tableStyle
id
required
=
string

Unique string for identifying this style.

<printName
>
optional
string

The name that will be displayed to the user for selecting a style.

</printName>
<grandTotal
<backgroundColor
>
optional
string

Hexadecimal background color specification (#RRGGBB, e.g. #184e7b).

</backgroundColor>
>
optional

The style settings to apply to row totals, column totals and the grand total.

</grandTotal>
<columnSubtotal
<backgroundColor
>
optional
string

Hexadecimal background color specification (#RRGGBB, e.g. #184e7b).

</backgroundColor>
>
optional

The style settings to apply to column subtotals.

</columnSubtotal>
<rowSubtotal
<backgroundColor
>
optional
string

Hexadecimal background color specification (#RRGGBB, e.g. #184e7b).

</backgroundColor>
>
optional

The style settings to apply to row subtotals.

</rowSubtotal>
<borders
xs:string
SPECIFIC
ALL
>
optional

Which borders to draw - possible values: * SPECIFIC (a fixed set of specific borders, e.g. always below column headers, always above column totals...) * ALL

Default: SPECIFIC

</borders>
>
requiredmax. unbounded

One combination of colors/border setting which can be used to style tables in workbook table views and excel export.

</tableStyle>
>
optional

List of possible table styles (colors, which borders to draw) like e.g. a blue style containing blue colors for backgrounds and a green style containing green colors...

</tableStyles>
</workbookTableConfiguration>