title: How to merge the spreadsheet cells keywords: Jexcel, spreadsheet, javascript, javascript table, merged cells description: Full example on how to handle merge cells in your javascript tables. # Merged cells You can merge cells on your spreadsheet in the table initialization or programatically as follow: The following methods are available for merge cells management: _setMerge, getMerge, removeMerge, destroyMerged_ ### Source code ```html

```