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

Fix null DateTime in XLCell.InsertDataInternal with IEnumerable #1351

Merged
merged 1 commit into from
Apr 12, 2020

Conversation

MitchellNZ
Copy link
Contributor

Fixed an issue where an IEnumerable<DateTime?> with a null value would throw an error due to no null checking. It will now instead insert an empty Cell value.

Fixed an issue where an IEnumerable<DateTime?> with a null value would throw an error due to no null checking. It will now instead insert an empty Cell value.
@igitur igitur self-requested a review March 3, 2020 07:45
@igitur igitur added this to the v0.95 milestone Mar 3, 2020
@igitur igitur merged commit 81e0c1d into ClosedXML:develop Apr 12, 2020
@igitur igitur added the bug label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants