EPPlus
EPPlus copied to clipboard
[NullReferenceException] ResetPageOffset
If you have a bug, request of a new feature, make sure you follow these guidelines [x] Write a detailed description of your issue. [] Attach a test to reproduce your issue, if it is a bug or unexpected behaviour. This is very important. [] If your issue requires a template xlsx file to be reproduced, make sure that you attach it to the issue.
EPPlus 4.5.3.2 dotnetcore 3.1
Upon calling DeleteRow(6150), ResetPageOffset is giving a nullpointer.
pagePos = 2
rows=1
page1.offset was 4000+
column._pages holds 3 actual pages (index 0, 1, 2), but it's attempting to compare to index 3 which is null.

Persists after updatnig to 4.5.3.3