TRAF2000: CSV to TeamSystem TRAF2000 python converter

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2020-11-06 09:03:41 +01:00
parent 2f438a5f95
commit cc8c309109
16 changed files with 208 additions and 55 deletions

12
fattureDownloader/go.mod Normal file
View File

@@ -0,0 +1,12 @@
module github.com/Noettore/fattureSanRossore
go 1.14
require (
github.com/extrame/ole2 v0.0.0-20160812065207-d69429661ad7 // indirect
github.com/extrame/xls v0.0.1
github.com/gotk3/gotk3 v0.4.0 // indirect
github.com/pdfcpu/pdfcpu v0.3.2
github.com/sqweek/dialog v0.0.0-20200304031853-0dcd55bfe06a
mvdan.cc/xurls/v2 v2.2.0
)