PerfectXL / PerfectXL-EPPlus

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

Minimize usage of "GetRelationship" #23

Closed ghost closed 4 years ago

ghost commented 4 years ago

EPPlus often uses GetRelationship without validating the relationship. It throws an error if the relationship does not exist. With this PR, invalid relationships gets ignored unless stated otherwise.