Get Cells Properties

This REST API demonstrates how to retrieve a specific cell in an Excel file.

REST API

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

The request parameters are:

Parameter Name Type Location Description
name string path The name of the Excel document.
sheetName string path The name of the worksheet containing the cell.
cellOrMethodName string path The cell name or a predefined method name (e.g., firstcell, endcell, maxrow, maxdatarow, maxcolumn, maxdatacolumn, minrow, mindatarow, mincolumn, mindatacolumn).
folder string query The folder where the document is stored.
storageName string query The name of the storage service.

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

Cloud SDK Family

Using an SDK is the most efficient way to accelerate development. An SDK abstracts low‑level details, allowing you to 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 call Aspose.Cells web services using various SDKs:

How to retrieve a specific cell