some tests and initial json structure

This commit is contained in:
Andreas Schröpfer
2021-02-25 20:33:04 +01:00
parent 1d17b8643b
commit 0e572dbeea
6 changed files with 180 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module git.ecogood.org/andreas.schroepfer/excelConverter
go 1.16
require (
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/tealeg/xlsx/v3 v3.2.3
)