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. [Back to Examples](/jspreadsheet/v3/examples "Back to the examples section") # Merged cells You can merge cells on your spreadsheet in the table initialization or programmatically as follows: The following methods are available for merge cells management: `setMerge`, `getMerge`, `removeMerge`, `destroyMerged`_ ```html