YAML to Excel Converter
Paste YAML and download an Excel spreadsheet with arrays flattened into rows.
Last updated: May 28, 2026
Find this tool useful? Support the project to keep it free!
Buy me a coffeeWhat is YAML to Excel Converter?
This tool converts YAML to an Excel-compatible spreadsheet. YAML arrays of objects become spreadsheet rows with typed columns. Nested objects are flattened using dot notation. The output is an .xls file that opens in Excel, LibreOffice, and Google Sheets, or a plain CSV file.
How to Use YAML to Excel Converter
Paste YAML into the input panel.
Set a sheet name.
Toggle header row and nested object flattening.
Click Download .xls or Export as CSV.
Preview the table in the browser.
Common Use Cases
- Exporting a YAML API response to Excel for data analysis.
- Converting YAML config arrays to a spreadsheet for review.
- Producing a CSV from a YAML data file for import.
- Sharing YAML data with non-technical stakeholders via Excel.
Example Input and Output
A YAML list of users becomes an Excel table.
- name: Alice
age: 30
- name: Bob
age: 25name | age
Alice | 30
Bob | 25Note
The .xls output uses an HTML-based spreadsheet format. For native .xlsx, open in Excel and save as .xlsx.

