go-the-way / exl

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

Add row unmarshal error handler #12

Closed DirectDuck closed 6 months ago

DirectDuck commented 7 months ago

Adds RowUnmarshalErrorHandler to config. Allows to store/handle unmarshaling fields errors while keeping those fields with zero-values

billcoding commented 6 months ago

PLS fix conflicting files: read.go read_test.go

DirectDuck commented 6 months ago

PLS fix conflicting files: read.go read_test.go

Fixed