Add excel export
This commit is contained in:
parent
f4a70121b8
commit
d2ff1bcc80
9 changed files with 179 additions and 13 deletions
15
go.mod
15
go.mod
|
|
@ -1,3 +1,16 @@
|
|||
module ronnyfriedland/timetracker/v2
|
||||
|
||||
go 1.18
|
||||
go 1.19
|
||||
|
||||
require github.com/xuri/excelize/v2 v2.9.0
|
||||
|
||||
require (
|
||||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
||||
github.com/richardlehane/mscfb v1.0.4 // indirect
|
||||
github.com/richardlehane/msoleps v1.0.4 // indirect
|
||||
github.com/xuri/efp v0.0.0-20250227110027-3491fafc2b79 // indirect
|
||||
github.com/xuri/nfp v0.0.0-20250226145837-86d5fc24b2ba // indirect
|
||||
golang.org/x/crypto v0.36.0 // indirect
|
||||
golang.org/x/net v0.37.0 // indirect
|
||||
golang.org/x/text v0.23.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue