19.12.3. Merging

Provides cell merging
<e:mergeCells>
Attributes
  • startRow — A number value denoting the row at which to begin the merge. The value is 0-based.
  • startColumn — A number value denoting the column at which to begin the merge. The value is 0-based.
  • endRow — A number value denoting the row at which to end the merge. The value is 0-based.
  • endColumn — A number value denoting the column at which to end the merge. The value is 0-based.
Child elements
  • none
Facets
  • none
 
<e:workbook> 
  <e:worksheet> 
    <e:mergeCells startRow="0" startColumn="0" endRow="9" endColumn="9"/> 
  </e:worksheet> 
</e:workbook>
This merges the cells in the range A1:J10.