excel_converter tool created

This commit is contained in:
Andreas Schröpfer
2021-03-01 12:18:55 +01:00
parent 86e9c46b62
commit 040e8c7303
4 changed files with 55 additions and 32 deletions

1
go.mod
View File

@@ -5,5 +5,4 @@ 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
)