I have a document created by Excel 2007:
<fileVersion appName="xl" lastEdited="4" lowestEdited="4" rupBuild="4506" codeName="{B7FE6334-C1A2-E50D-BD3D-5F4D41BBC2E3}"/>
... which contains the following color in a font definition in xl/styles.xml
:
<color indexed="81"/>
I understand from the ECMA standard that this colour index refers to the <indexedColors>
collection in xl/styles.xml
if there is such a collection, otherwise it refers to the default palette shown in the standard. My problem is that this document contains no <indexedColors>
element, and the default palette only has 66 entries, so I do not know what 81 refers to. Does anybody else?
Interestingly a google search for color indexed="81"
returns some sample OpenXML snippets containing the same thing, but alas no explanation.