PerfectXL / PerfectXL-EPPlus

Our own fork of the EPPlus library
7 stars 4 forks source link

Fix for indexed colors #16

Closed roelvandersteen closed 4 years ago

roelvandersteen commented 4 years ago

Indexed color zero and indexed color omitted resulted both in color index 0. This is now solved by making the Indexed property of type Nullable. When the indexed property is omitted, the value now becomes null instead of zero.