EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

[NullReferenceException] ResetPageOffset

Open Mysame opened this issue 6 years ago • 1 comments

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.

EPPlus NullReferenceException

Mysame avatar Feb 18 '20 17:02 Mysame

Persists after updatnig to 4.5.3.3

Mysame avatar Feb 19 '20 09:02 Mysame