excelize
excelize copied to clipboard
Array of struct to quick excel table file
I'm currently working with excelize and developed an implementation that writes into an excel a given array of struct. The implementation uses the 1.19 go version with generics. Could be useful if I will translate my implementation in a feature and then maybe submit a pull request?
Thanks
Thanks for your issue. Currently, the minimum Go version requirement of the latest version of this library was 1.16. For compatibility with users using these Go language versions, I think generics support still needs to take a while. But I'll certainly agree to add support to this feature in the future.