go-the-way / exl

Excel binding to struct written in Go.(Only supports Go1.18+)
Other
30 stars 9 forks source link

Add SheetName to config #9

Closed DirectDuck closed 6 months ago

DirectDuck commented 7 months ago

Adds SheetName to config to use instead of SheetIndex. If sheet with specified name wasn't found - falls back to using SheetIndex

billcoding commented 6 months ago

PLS fix conflicting files: read_test.go

DirectDuck commented 6 months ago

PLS fix conflicting files: read_test.go

Fixed