2
comments
Wouldn’t that file be ginormous?
2 0 ReplyNo.
It's 9kb
In this case the style will be applied from a shared style sheet to a range of columns.
The following is all that is needed to assign an existing style to an entire sheet:
<cols> <col min="1" max="16384" style="1" /> </cols>
This is defined in ECMA-376 part 1 section 18.3.1.17
5 0 Reply