excelize icon indicating copy to clipboard operation
excelize copied to clipboard

Array of struct to quick excel table file

Open d9c4 opened this issue 1 year ago • 1 comments

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

d9c4 avatar May 24 '23 17:05 d9c4

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.

xuri avatar May 25 '23 02:05 xuri