Convert a Spreadsheet Table data to an Image
Contents
[
Hide
]
Convert a local spreadsheet/Excel table data to an image. Supported IMAGE FORMATS: PNG, SVG, TIFF, JPEG, BMP
Convert Table to Image API
PUT http://api.aspose.cloud/v4.0/cells/convert/table/image
Request Parameters:
Parameter Name | Type | Path/Query String/HTTP Body | Description |
---|---|---|---|
Spreadsheet | File | FormData | Upload the spreadsheet file. |
worksheet | String | Query | The worksheet name of Spreadsheet/Excel |
tableName | String | Query | Name of the table to convert. |
format | String | Query | Desired image file format (e.g., png, svg). |
outPath | String | Query | (Optional) The folder path where the converted image will be stored. Defaults to null. |
outStorageName | String | Query | Specify the output file storage name. |
fontsLocation | String | Query | Use custom fonts if required. |
region | String | Query | Defines the spreadsheet region settings. |
password | String | Query | Password required to access the spreadsheet file. |
Response
[
{
"Name": "ResponseFile",
"DataType": {
"Identifier": "File",
"Reference": "Stream"
}
}
]
Error Codes
- 400 Bad Request: Invalid Apose.Cells Cloud API URI.
- 401 Unauthorized: Invalid access token. Or invalid client id and secret.
- 404 Not Found: The spreadsheet file not accessible.
- 500 Server Error: The spreadsheet has encountered an anomaly in obtaining calculation data.
Why should you use the Convert Table to Image API?
- No need for cloud storage, reducing the burden on cloud resources.
- Development can be quickly completed through the existing SDK.
How to Use the Convert Table to Image API with SDKs?
Convert Table to Image API Specification
The Convert Table to Image API Specification provides a publicly accessible programming interface for conducting REST interactions directly from a web browser.
Use Aspose.Cells Cloud SDKs
Using the SDK is the fastest way to develop, as it abstracts away the low-level details, allowing you to convert a spreadsheet table data to an image with short code. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples illustrate how to invoke Aspose.Cells web services using various SDKs: