L.2.7.3.4 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 definition is referenced by index (borderId) from either a or a .

A border record is referenced by zero-based index, meaning the numerical order in which the border appears under borders.

Last updated on