Skip to content

Latest commit

 

History

History
68 lines (54 loc) · 2.55 KB

File metadata and controls

68 lines (54 loc) · 2.55 KB

Spreadsheet Cloud API: postRepair

Repair abnormal files and generate files in various formats.

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/repair

Function Description

PageTitle: Repair abnormal files and generate files in various formats.PageDescription: Indeed, Aspose.Cells Cloud offers strong support for repairing abnormal files and generating files in various formats.HeadTitle: Repair abnormal files and generate files in various formats.HeadSummary: Indeed, Aspose.Cells Cloud offers strong support for repairing abnormal files and generating files in various formats.HeadContent: Aspose.Cells Cloud provides REST API which supports repairing abnormal files and generating files in various formats 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 postRepair API are:

Parameter Name Type Path/Query String/HTTPBody Description
File File FormData File to upload
outFormat String Query The output data file format.(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers)

Response Description

{
  "Name": "FilesResult",
  "Description": [
    "Class features: Weekly lectures, group projects, midterm and final exams, and participation in class discussions."
  ],
  "Type": "Class",
  "IsAbstract": false,
  "Properties": [
    {
      "Name": "Files",
      "Description": [
        "A property named **Files** of type **IList FileInfo ** containing a collection of file information objects."
      ],
      "Nullable": true,
      "ReadOnly": false,
      "IsInherit": false,
      "DataType": {
        "Identifier": "Container",
        "Reference": "FileInfo",
        "ElementDataType": {
          "Identifier": "Class",
          "Reference": "FileInfo",
          "Name": "class:fileinfo"
        },
        "Name": "container"
      }
    }
  ]
}

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]