Nathan Davies

Results 6 comments of Nathan Davies

Been working on this with a colleague and having: ``` type UserDataPatch struct { GivenName string `json:"givenName,omitempty"` FullName string `json:"fullName,omitempty" valid:"length(1|2)"` Password string `json:"-" gorm:"-"` ... etc … } ```...

Still open and needs resolution. I haven't had time to look into it yet.

Wondering if there is any update on planning for this work? We have a bunch of projects coming up where we would like to use virtual queues.

It would be very good to get this merged

I see this is an old comment, but I too would like to have this within the library. I have managed to do this elsewhere, but not necessarily at the...

In case it's helpful I thought I'd a sample XLSX file here [number_format_test.xlsx](https://github.com/qax-os/excelize/files/10412679/number_format_test.xlsx) The result from this library is: ``` "Sheet1\nCurrency Custom Number 100 100 50908.00 100000 100000 590.00 250000...