Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.01 KB

File metadata and controls

39 lines (25 loc) · 1.01 KB

Spreadsheet Cloud API: codegenSpec

Quick Start

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

Interface Details

Endpoint

GET http://api.aspose.cloud/v4.0/cells/codegen/spec

Function Description

The request parameters of codegenSpec API are:

Parameter Name Type Path/Query String/HTTPBody Description
region String Query The spreadsheet region setting.
password String Query The password for opening spreadsheet file.

Response Description

{
Void
}

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]