Delete Worksheet in React Spreadsheet
2 Jun 20261 minute to read
Our React Spreadsheet component allows you to remove sheets that are no longer needed, helping you keep your workbook organized and relevant. You can delete a sheet using the user interface or programmatically, but at least one worksheet must always remain in the workbook.
You can delete an existing worksheet in the Spreadsheet component using the following methods:
- Right-click on the sheet tab, and then select the Delete option from the context menu.
- Use the
deletemethod to remove sheets programmatically.
Note: You cannot delete a worksheet if only one sheet exists in the workbook.