Get Cell Data from a Worksheet
Contents
[
Hide
]
This REST API retrieves a cell from an Excel worksheet when the cellOrMethodName parameter specifies a cell name (an A1‑style address such as A3).
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
client_id |
string | Yes | Your Aspose Cloud client identifier. |
client_secret |
string | Yes | Your Aspose Cloud client secret. |
storage |
string | No | Name of the cloud storage to use (e.g., Aspose). If omitted, the default storage is used. |
folder |
string | No | Path to the folder containing the workbook in the selected storage. |
cellOrMethodName |
string | Yes | The cell address in A1 notation (e.g., A3). It can also be a method name for advanced operations (not covered in this simple example). |
fileName |
string | Yes | Name of the Excel file (e.g., myWorkbook.xlsx). |
sheetName |
string | Yes | Name of the worksheet that contains the target cell (e.g., Sheet1). |
cURL Example
- Cloud SDKs
Using an SDK is the fastest way to develop against the API. An SDK handles low‑level details, allowing you to focus on your project logic. Please check 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: