Download File from Aspose.Cells API

Excel API: Download File

GET http://api.aspose.cloud/v4.0/cells/storage/file/{path}

Function Description

The downloadFile API allows you to retrieve files stored in the Aspose Cloud storage. This functionality is essential for managing and accessing various file formats, including Excel spreadsheets, PDFs, and CSVs.

The request parameters of downloadFile API are

Parameter Name Type Path/Query String/HTTPBody Description
path String Path The path to the file you want to download.
storageName String Query The name of the storage from which the file will be retrieved.
versionId String Query The version identifier of the file to download, if applicable.

Response Description

[
    {
        "Name": "ResponseFile",
        "DataType": {
        "Identifier": "File",
        "Reference": "Stream",
        "Name": "file"
        }
    }
]

OpenAPI Specification

The OpenAPI Specification defines a publicly accessible programming interface and allows you to perform REST interactions directly from a web browser.

Excel API SDK

Using an SDK is the best way to speed up development. An SDK handles low-level details and enables 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 make calls to Aspose.Cells web services using various SDKs: