# 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`.

***
