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

Do you plan to add new functions to map each row of data to the structure? #1357

Closed
huizhang001 opened this issue Sep 21, 2022 · 1 comment
Closed
Labels
duplicate This issue or pull request already exists

Comments

@huizhang001
Copy link

describe:

excel example:
image

code example:

type Row struct {
	Title1 string
	Title2 string
	Title3 string
}
@xuri
Copy link
Member

xuri commented Sep 21, 2022

This issue was similar to #619, #1208, #1302, and #1303. There is no plan to add this feature, currently, to make the library core and easy. You can easily make a wrapper to bind the input/output cell data to the custom struct by yourselves, even create your own complex nested structure. I will close this issue. If you have any questions, please let me know.

@xuri xuri closed this as completed Sep 21, 2022
@xuri xuri added the duplicate This issue or pull request already exists label Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants