Excel to Markdown
Contents
[
Hide
]
This REST API converts a spreadsheet file to a Markdown‑format file.
Query Parameters
| Parameter Name | Type | Description |
|---|---|---|
| password | string | Password required to open the Excel file. |
| storageName | string | Name of the storage where the file is located. |
| checkExcelRestriction | bool | Indicates whether to enforce Excel‑specific restrictions when modifying cells or related objects. |
Request Body Parameter
| Parameter Name | Type | Description |
|---|---|---|
| datafile | file | The Excel file to be uploaded as the first part of the multipart content. |
Response
REST API Specification
| API | Type | Description | Swagger Link |
|---|---|---|---|
| /cells/convert/markdown | POST | Convert a spreadsheet to a Markdown file. | PostConvertWorkbookToMarkdown |
The OpenAPI Specification defines a publicly accessible programming interface and lets you perform REST interactions directly from a web browser.
You can use the cURL command‑line tool to access Aspose.Cells web services easily. The example below shows how to call the Cloud API with cURL.
Cloud SDK Family
Using an SDK is the fastest way to develop. An SDK handles low‑level details so you can focus on your business logic. See the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.
The following code examples demonstrate how to call Aspose.Cells web services using various SDKs:
Other APIs that Implement This Function
- POST /cells/{name}/saveAs – Saves an Excel file as HTML with additional settings and stores the result.
- PUT /cells/convert – Converts an Excel file to HTML with extra options and returns the result in the response.
- GET /cells/{name} – Retrieves an Excel file and can convert it to HTML with optional settings.