Borders Definitions
This is where border formats are specified.
<borders count="1"> <border> <left/> <right/> <top/> <bottom/> <diagonal/> </border> </borders>
This example specifies a cell with left, right, top, and bottom borders. A <border>
definition is referenced by index (borderId
) from either a <cellXf>
or a <cellStyleXf>
.
A border
record is referenced by zero-based index, meaning the numerical order in which the border
appears under borders
.