Thennavan-Hex / excel-to-json-python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excel to JSON Converter

This Python script converts an Excel file to JSON format, allowing you to extract data from Excel and save it as JSON for further processing.

Prerequisites

Make sure you have the following installed:

  • Python (version 3 or above)
  • pandas library (install using pip install pandas)

Usage

  1. Clone the repository or download the script excel-to-json.py to your local machine.

  2. Prepare your Excel file in .xlsx format that you want to convert to JSON.

  3. Open a terminal or command prompt and navigate to the directory where the excel-to-json.py script is located.

  4. Run the following command to execute the script:

    python excel-to-json.py

About

License:MIT License


Languages

Language:Python 100.0%