Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array of struct to quick excel table file #1546

Open
d9c4 opened this issue May 24, 2023 · 1 comment
Open

Array of struct to quick excel table file #1546

d9c4 opened this issue May 24, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@d9c4
Copy link

d9c4 commented May 24, 2023

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

@xuri
Copy link
Member

xuri commented May 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants