---
title: "Aspose.Cells Cloud Web API - Convert a Spreadsheet Table's Data to a CSV File - Free Online Tool"
second_title: "Document"
ArticleTitle: "How to Convert Spreadsheet Table Data to a CSV File: Step‑By‑Step Guide"
linktitle: "Convert Table to CSV"
type: docs
url: /convert-table-to-csv/
keywords: "Aspose.Cells Cloud, table to CSV, spreadsheet conversion, Excel to CSV, API, REST, data export"
description: "Convert a table from an Excel spreadsheet to a CSV file quickly using the Aspose.Cells Cloud API."
weight: 100
---

Export table data from a local Excel file to a CSV file using the Cloud API.

## **Convert Table to CSV API**

### Web API

```http
PUT http://api.aspose.cloud/v4.0/cells/convert/table/csv
```

Request Parameters:

Parameter Name Type Path/Query String/HTTP Body Description
Spreadsheet File FormData Upload the spreadsheet file.
worksheet String Query Name of the worksheet in the spreadsheet.
tableName String Query Name of the table to be converted.
outPath String Query (Optional) Folder path where the workbook is stored; defaults to null.
outStorageName String Query Name of the storage for the output file.
fontsLocation String Query Path for using custom fonts.
region String Query Spreadsheet region/language setting (e.g., en-US, fr-FR). Influences number formatting, date parsing, and locale‑specific behavior.
password String Query Password for opening the spreadsheet file.

Response

[
  {
    "Name": "ResponseFile",
    "DataType": {
      "Identifier": "File",
      "Reference": "Stream"
    }
  }
]

Error Codes

Where Should You Use the Convert Table to CSV API?

Why should you use the Convert Table to CSV API?

How to Use the Convert Table to CSV API with SDKs?

Convert Table to CSV API Specification

The Convert Table to CSV API Specification provides a publicly accessible programming interface, allowing 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 low‑level details, allowing you to convert spreadsheet table data to a CSV file with minimal code. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples illustrate how to make calls to Aspose.Cells web services using various SDKs: