Hi,
In my current development, i create an <indexedcolors> table in styles.xml to replace the default one. Everything is going well if the number of entries (colors defined) in this table is lower than the number of entries in the default indexedcolors table. However, when the length of my table exceeds this number, strange things happen when opening the xlsx file in Excel, as if my table is ignored and the default one restored and used repeatedly. I have seen examples however stating <color indexed="81">... Also, the OOXML Language Reference states that the number of entries in the <indexedcolors> table is unbounded...
Here is part of my styles.xml...
What I am doing wrong ?
Thanks in advance for helping me out.
Mark