# XLSX to CSV

**XLSX2CSV Component**

### Overview

The **XLSX2CSV** component converts an XLSX Excel 2007+ XML format file into a CSV file.

### Input Parameters

| Parameter | Type     | Required | Description                         |
| --------- | -------- | -------- | ----------------------------------- |
| `fileId`  | `string` | ✅        | The ID of the XLSX file to convert. |

### Output Parameters

| Parameter  | Type     | Description                                  |
| ---------- | -------- | -------------------------------------------- |
| `fileId`   | `string` | The unique ID of the newly created CSV file. |
| `fileName` | `string` | The name of the converted CSV file.          |

### Instructions

1. **Provide File ID:**
   * Select an XLSX file using its `fileId`.
2. **Conversion Process:**
   * The component processes the XLSX file and converts it into CSV format.
3. **Retrieve Output:**
   * The converted file is returned with its `fileId` and `fileName`.

This component is useful for extracting tabular data from Excel files into a widely used CSV format for further processing.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appmixer.com/connector-configuration/utils/converters/xlsx2csv.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
