XLSX to JSON

XLSX to JSON (Convert Excel File to JSON)

Description

This action converts your XLSX file into a JSON format.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
Excel FileFileThe XLSX file content you want to convert.✔️-
Excel has Headers?BooleanIndicates whether the first row of the Excel sheet contains headers.✔️Yes
Start CellStringThe starting cell (e.g., A1) from which the data should be read.✔️A1
Sheet NameStringThe name of the sheet to convert. If left empty, the first sheet will be used.✔️The first sheet is used, if nothing is specified

Output

ResponseTypeDescription
JSON responseStringThe JSON response from the XLSX file.
JSON Schema responseStringA generated schema based on the Excel structure.

Power Automate Examples

Excel File to JSON

We use an Excel file containing our pet data. The Excel file is retrieved from OneDrive using the Get file content action.

Picture

💡

Looking for the response to this example? Scroll up to see the Output tab.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!