Excel to JSON Converter
A Python project that converts spreadsheet rows into clean JSON so structured data can move into apps, APIs, and automation workflows.
- Reads workbook data and formats it for downstream use.
- Built to practice file handling, data cleanup, and reusable scripting.