<evenHeader> (Even Page Header)

Even page header value. Corresponds to even printed pages. Even page(s) in the sheet may not be printed, for example, if the print area is specified to be a range such that it falls outside an even page's scope.

If no even header is specified, then odd header value is assumed for even page headers.

Header/Footer Formatting Syntax

There are a number of formatting codes that can be written inline with the actual header / footer text, which affect the formatting in the header or footer.

example:

This example shows the text "Center Bold Header" on the first line (center section), and the date on the second line (center section).

<headerFooter>
  <oddHeader>&amp;CCenter &amp;"-,Bold"Bold
    &amp;"-,Regular"Header_x000A_&amp;D</oddHeader>
</headerFooter>

General Rules:

There is no required order in which these codes must appear.

The first occurrence of the following codes turns the formatting ON, the second occurrence turns it OFF again:

  • strikethrough

  • superscript

  • subscript

Superscript and subscript cannot both be ON at same time. Whichever comes first wins and the other is ignored, while the first is ON.

&amp;L - code for "left section" (there are three header / footer locations, "left", "center", and "right"). When two or more occurrences of this section marker exist, the contents from all markers are concatenated, in the order of appearance, and placed into the left section.

&amp;P - code for "current page #"

&amp;N - code for "total pages"

&amp;font size - code for "text font size", where font size is a font size in points.

&amp;K - code for "text font color"

RGB Color is specified as RRGGBB

Theme Color is specifed as TTSNN where TT is the theme color Id, S is either "+" or "-" of the tint/shade value, NN is the tint/shade value.

&amp;S - code for "text strikethrough" on / off

&amp;X - code for "text super script" on / off

&amp;Y - code for "text subscript" on / off

&amp;C - code for "center section". When two or more occurrences of this section marker exist, the contents from all markers are concatenated, in the order of appearance, and placed into the center section.

&amp;D - code for "date"

&amp;T - code for "time"

&amp;G - code for "picture as background"

&amp;U - code for "text single underline"

&amp;E - code for "double underline"

&amp;R - code for "right section". When two or more occurrences of this section marker exist, the contents from all markers are concatenated, in the order of appearance, and placed into the right section.

&amp;Z - code for "this workbook's file path"

&amp;F - code for "this workbook's file name"

&amp;A - code for "sheet tab name"

&amp;+ - code for add to page #.

&amp;- - code for subtract from page #.

&amp;"font name,font type" - code for "text font name" and "text font type", where font name and font type are strings specifying the name and type of the font, separated by a comma. When a hyphen appears in font name, it means "none specified". Both of font name and font type can be localized values.

&amp;"-,Bold" - code for "bold font style"

&amp;B - also means "bold font style".

&amp;"-,Regular" - code for "regular font style"

&amp;"-,Italic" - code for "italic font style"

&amp;I - also means "italic font style"

&amp;"-,Bold Italic" code for "bold italic font style"

&amp;O - code for "outline style"

&amp;H - code for "shadow style"

The possible values for this element are defined by the ST_Xstring simple type (§3.18.96).

Parent Elements

<headerFooter>3.3.1.43)