nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
Apache License 2.0
5.67k stars 1.42k forks source link

Fix NPE issue in PackageRelationshipCollection #1330

Closed tonyqus closed 4 months ago

tonyqus commented 4 months ago

sync code from https://github.com/apache/poi/commit/cdb2ba13989badf60d88c75daf69c94ae6ac2e13

fix #1229

tonyqus commented 4 months ago

@Bykiev I checked the test cases. The failure is caused by #1287