> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Parse Excel

> Convert XLSX to JSON

# Parse Excel

Convert XLSX to JSON

## Properties

| Property   | Value       |
| ---------- | ----------- |
| **Type**   | parse-excel |
| **Family** | Actions     |
| **Group**  | General     |

## Parameters

| Name  | Label      | Type   | Description | Required |
| ----- | ---------- | ------ | ----------- | -------- |
| path  | File Path  | String |             | Yes      |
| sheet | Sheet Name | String |             | No       |

## Outputs

| Name | Label | Type  | Description |
| ---- | ----- | ----- | ----------- |
| rows | rows  | array | Parsed rows |
