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

Bugfix/dynamic columns not working #581

Conversation

johannes-barta
Copy link
Contributor

If you use IDictionary to save a ExcelOpenXmlSheet in combination with the DynamicExcelColumns will result in an empty work sheet.

The problem is that the ExcelColumnAttribute.Index is initilized with -1 but the SortCustomProps of the ExcelColumnInfo class dose only check if the property is null

Also added a unit test for this scenario.

Fixes issue: #445

@shps951023 shps951023 merged commit 623ecc8 into mini-software:master Apr 12, 2024
2 checks passed
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