Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

[NullReferenceException] ResetPageOffset #621

Open
Mysame opened this issue Feb 18, 2020 · 1 comment
Open

[NullReferenceException] ResetPageOffset #621

Mysame opened this issue Feb 18, 2020 · 1 comment

Comments

@Mysame
Copy link

Mysame commented Feb 18, 2020

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 Mysame closed this as completed Feb 18, 2020
@Mysame
Copy link
Author

Mysame commented Feb 19, 2020

Persists after updatnig to 4.5.3.3

@Mysame Mysame reopened this Feb 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant