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

Make use of dynamic columns when generating sheet by IDataReader to change columns names & widths #514

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

Laxynium
Copy link
Contributor

@Laxynium Laxynium commented Jul 18, 2023

Currently generation of xlsx via IDataReader does not use a dynamic columns configuration to change columns names & widths of generated xlsx. This PR adds such an option to it.

Using other methods to get data for excel, which are using dynamic columns, are not always an options when excel is huge and must be processed with the smallest amount of memory used.

Copy link
Member

@shps951023 shps951023 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Laxynium 👍👍 could I invite you to our team?

@shps951023 shps951023 merged commit 986af41 into mini-software:master Jul 21, 2023
@Laxynium
Copy link
Contributor Author

@Laxynium 👍👍 could I invite you to our team?

Sure

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

Successfully merging this pull request may close these issues.

2 participants