# HTML to XLSX

## Overview

The **HTML2XLSX** component converts an HTML table file into an XLSX (Excel 2007+ XML Format) file.

## Input Parameters

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

## Output Parameters

| Parameter  | Type     | Description                               |
| ---------- | -------- | ----------------------------------------- |
| `fileId`   | `string` | The unique ID of the converted XLSX file. |
| `fileName` | `string` | The name of the generated XLSX file.      |

## Instructions

1. **Provide the File ID:**
   * Select or upload an HTML file containing a table.
2. **Conversion Process:**
   * The component extracts tabular data from the HTML file and converts it into an Excel spreadsheet.
3. **Retrieve the Output:**
   * The resulting XLSX file is provided as output with a unique `fileId` and `fileName`.

***


---

# 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/html2xlsx.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.
