Skip to content

Commit 20553c5

Browse files
committed
added readme
1 parent c0c685b commit 20553c5

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.exe
22
.exe~
3-
./go-excel.exe~
3+
./go-excel.exe~
4+
C:\Users\MY PC\Desktop\Workspaces\Go\go-excel\go-excel.exe~

README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# GBEDU
2+
3+
Easily convert Excel/CSV data to JSON format.
4+
5+
6+
## Features
7+
- Convert Excel (.xlsx) files to JSON format
8+
- Convert CSV (.csv) files to JSON format
9+
10+
## Installation
11+
To install GBEDU, download the latest version for your operating system. It is available on Mac, Windows, and Linux.
12+
Install the `.exe`, `.deb` and `.dmg` files for Windows, Linux and Mac OSes respectively.
13+
14+
## How To Use
15+
- Select the source file format (Excel/CSV).
16+
- Check the `Header` button if the first row of the data should be set as header.
17+
- Select the source file from the file dialog.
18+
- Copy or download the JSON data.
19+
20+
## Build/Run
21+
To build or run `GBEDU` locally on your machine, first install [Golanf](https://go.dev/).
22+
23+
Then:
24+
1. Clone the repository
25+
26+
```shell
27+
git clone https://github.com/charlieScript/go-excelcsv
28+
```
29+
2. Install dependencies
30+
31+
```shell
32+
go install .
33+
```
34+
3. Run the app
35+
36+
```shell
37+
go run .
38+
```
39+
40+
or build the app
41+
42+
```shell
43+
go build .
44+
```
45+
46+
inspired by: https://github.com/Johnkayode/kodiak

go-excel.exe~

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)