Skip to content

charlieScript/go-excelcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Golang software that converts excel and csv file to json

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages