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

ExcelColor.Tint and ExcelColorXml.Tint should be nullable #1737

Open
swmal opened this issue Dec 4, 2024 · 0 comments
Open

ExcelColor.Tint and ExcelColorXml.Tint should be nullable #1737

swmal opened this issue Dec 4, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@swmal
Copy link
Contributor

swmal commented Dec 4, 2024

We should change these properties from decimal to double? in EPPlus8.

In the ExcelColor.LookupFunction() function the default value 0 of decimal cannot be differed from the explicit value 0. This creates a side effect where the function returns the color "#FF808080" is returned even though no color is set.

This has been fixed in v7

@swmal swmal added the bug Something isn't working label Dec 4, 2024
@swmal swmal added this to the EPPlus 8.0 milestone Dec 4, 2024
@swmal swmal self-assigned this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant