Get worksheet from an Excel worksheet

This REST API allows you to export a worksheet from an Excel file to many different file formats.

You can export to the following formats: XLS, XLSX, XLSB, CSV, TSV, XLSM, ODS, TXT, PDF, OTS, XPS, DIF, PNG, JPEG, GIF, BMP, WMF, TIFF, EMF, NUMBERS, FODS.

REST API

GET http://api.aspose.cloud/v3.0/cells/{name}/worksheets/{sheetName}

The request parameters are:

Parameter Name Type Path/Query String/HTTPBody Description
name string path Name of the Excel file.
sheetName string path Name of the worksheet to export.
format string query Target file format for the exported worksheet.
verticalResolution integer query Vertical resolution (dots per inch) for generated image formats.
horizontalResolution integer query Horizontal resolution (dots per inch) for generated image formats.
area string query Cell range to export (e.g., A1:D10).
pageIndex integer query Index of the page to export when the worksheet is paginated.
folder string query Folder path in storage where the source file is located.
storageName string query Name of the Aspose Cloud storage.

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

You can use the cURL command‑line tool to access Aspose.Cells web services easily. The following example shows how to call the Cloud API with cURL.

Cloud SDK Family

Using an SDK is the best way to speed up 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: