Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.03 KB

File metadata and controls

46 lines (33 loc) · 1.03 KB

GBEDU

Easily convert Excel/CSV data to JSON format.

Features

  • Convert Excel (.xlsx) files to JSON format
  • Convert CSV (.csv) files to JSON format

Installation

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.

How To Use

  • Select the source file format (Excel/CSV).
  • Check the Header button 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.

Build/Run

To build or run GBEDU locally on your machine, first install Golanf.

Then:

  1. Clone the repository

    git clone https://github.com/charlieScript/go-excelcsv
  2. Install dependencies

    go install .
  3. Run the app

    go run .

    or build the app

    go build .

inspired by: https://github.com/Johnkayode/kodiak