Get MinDataRow from Excel Worksheet – Aspose.Cells Cloud API
Contents
[
Hide
]
The Get MinDataRow endpoint of Aspose.Cells Cloud API v3.0 returns the index of the first row that contains data in a specified worksheet. The operation requires a valid access token (Bearer authentication) and the query parameter cellOrMethodName set to mindatarow.
- cURL Example
The request uses the HTTP GET method. Replace the placeholders {fileName} and {sheetName} with the actual workbook and worksheet names.
curl -X GET "https://api.aspose.cloud/v3.0/cells/{fileName}/worksheets/{sheetName}/cells/mindatarow?cellOrMethodName=mindatarow" \
-H "Authorization: Bearer <access_token>" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
- Use Aspose.Cells Cloud SDKs
Using an SDK is the fastest way to develop. An SDK handles low‑level details so you can focus on your project logic. 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: