diff --git a/README.md b/README.md
index bc8c7df61..10eb64bfe 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,7 @@ them as they come.
Set Workbook Properties
Workbook Views
Add a Worksheet
+ Remove a Worksheet
Access Worksheets
Worksheet Properties
Page Setup
@@ -197,6 +198,20 @@ var sheet = workbook.addWorksheet('My Sheet', {properties: {showGridLines: false
var sheet = workbook.addWorksheet('My Sheet', {views:[{xSplit: 1, ySplit:1}]});
```
+## Remove a Worksheet
+
+Use the worksheet `id` to remove the sheet from workbook.
+
+For Example:
+
+```javascript
+// Create a worksheet
+var sheet = workbook.addWorksheet('My Sheet');
+
+// Remove the worksheet using worksheet id
+workbook.removeWorksheet(sheet.id)
+```
+
## Access Worksheets
```javascript
// Iterate over all sheets
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy