Evaluate Aspose.Cells Cloud

Contents
[ ]

You can evaluate the Aspose.Cells Cloud REST APIs by creating a free‑trial account on the Aspose Cloud Dashboard. After registration, you will receive a Client Id and Client Secret that allow up to 150 API calls per month.

Quick start steps

  1. Create a free‑trial account – visit the Aspose Cloud Dashboard, sign up, and confirm your email address.
  2. Obtain credentials – locate the Client Id and Client Secret in the dashboard’s Authentication section.
  3. Generate an access token – send a POST request to https://api.aspose.cloud/connect/token with your credentials (see the API reference for the exact payload).
  4. Make your first API call – include the token in the Authorization: Bearer <token> header and call a simple endpoint, e.g., GET https://api.aspose.cloud/v3.0/cells/{file}/worksheets.

The free trial gives you a practical sense of the service’s capabilities, allowing early development and testing without any cost.

For detailed pricing, usage limits, and additional plan options, see the Trial Plan page.