Delete spreadsheet blank worksheets

Excel API : DeleteSpreadsheetBlankWorksheets

Delete all blank worksheets which do not contain any data or other object.

Interface Details

Endpoint

PUT http://api.aspose.cloud/v4.0/cells/delete/blank-worksheets

Function Description

  • Blank Worksheet Identification: This function identifies and deletes worksheets that do not contain any data or objects, ensuring a clean workbook.- Workbook Optimization: By removing empty worksheets, it optimizes the workbook, reducing file size and improving performance.- Usage:- Ideal for cleaning up workbooks where unused worksheets may clutter the file and affect usability.- Enhances the organization and manageability of spreadsheets by eliminating unnecessary sheets.

The request parameters of deleteSpreadsheetBlankWorksheets API are:

Parameter Name Type Path/Query String/HTTPBody Description
Spreadsheet File FormData Upload spreadsheet file.
outPath String Query (Optional) The folder path where the workbook is stored. The default is null.
outStorageName String Query Output file Storage Name.
regoin String Query The spreadsheet region setting.
password String Query The password for opening spreadsheet file.

Response Description

{
File
}

OpenAPI Specification

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

Excel API SDK

Using an SDK is the best way to speed up the development. An SDK takes care of low-level details and lets you focus on your project tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs: