Easily convert Excel/CSV data to JSON format.
- Convert Excel (.xlsx) files to JSON format
- Convert CSV (.csv) files to JSON format
To install GBEDU, download the latest version for your operating system. It is available on Mac, Windows, and Linux.
Install the .exe, .deb and .dmg files for Windows, Linux and Mac OSes respectively.
- Select the source file format (Excel/CSV).
- Check the
Headerbutton if the first row of the data should be set as header. - Select the source file from the file dialog.
- Copy or download the JSON data.
To build or run GBEDU locally on your machine, first install Golanf.
Then:
-
Clone the repository
git clone https://github.com/charlieScript/go-excelcsv
-
Install dependencies
go install . -
Run the app
go run .or build the app
go build .
inspired by: https://github.com/Johnkayode/kodiak