Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.98 KB

File metadata and controls

41 lines (27 loc) · 1.98 KB

Spreadsheet Cloud API: postBatchConvert

Batch converting files that meet specific matching conditions.

Quick Start

  • Base URL: http://api.aspose.cloud/v3.0
  • Authentication Method: JWT (OAuth2, application) Token URL: https://api.aspose.cloud/connect/token
  • Example

Interface Details

Endpoint

POST http://api.aspose.cloud/v3.0/cells/batch/convert

Function Description

PageTitle:Batch converting files that meet specific matching conditions.PageDescription: Aspose.Cells Cloud provides robust support for batch converting files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.HeadTitle:Batch converting files that meet specific matching conditions.HeadSummary: Aspose.Cells Cloud provides robust support for batch converting files that meet specific matching conditions, a process known for its intricacy. Aspose.Cells Cloud supports 30+ file formats, including Excel, Pdf, Markdown, Json, XML, Csv, Html, and so on.HeadContent: Aspose.Cells Cloud provides REST API which supports batch converting files that meet specific matching conditions and offers SDKs for multiple programming languages. These programming languages are include of Net, Java, Go, NodeJS, Python, and so on.

The request parameters of postBatchConvert API are:

Parameter Name Type Path/Query String/HTTPBody Description
batchConvertRequest Class Body BatchConvertRequest Batch conversion file request.

Response Description

{
File
}

OpenAPI Specification

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

[Back to API list]
[Back to README]