Get MinColumn from Excel Worksheet - Aspose.Cells Cloud API

Contents
[ ]

This REST API returns the minimum column index that contains data in an Excel worksheet when the cellOrMethodName parameter is set to mincolumn.

  • cURL Example

Request details

Parameter Type Required Description
cellOrMethodName string Yes Fixed value mincolumn to indicate the operation.
folder string No Path to the folder containing the workbook (if not the root).
storageName string No Name of the Aspose Cloud storage to use.

Response details

The API returns a JSON object with a single property:

{
  "MinColumn": integer   // Zero‑based index of the left‑most column that contains data.
}

Typical HTTP status codes:

  • 200 OK – Successful request, returns the MinColumn value.

  • 401 Unauthorized – Missing or invalid authentication token.

  • 404 Not Found – The specified workbook, worksheet, or cell range does not exist.

  • 500 Internal Server Error – Unexpected server error.

  • Use Aspose.Cells Cloud SDKs

Using an SDK is the most efficient way to develop. An SDK abstracts low‑level details, allowing you to 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: