You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
= 2rows
=1page1.offset
was 4000+column._pages
holds 3 actual pages (index0
,1
,2
), but it's attempting to compare to index3
which isnull
.The text was updated successfully, but these errors were encountered: