Skip to content

Fixed nullcheck for i1653 if _cells are null#2360

Merged
JanKallman merged 1 commit into
develop8from
fix/nullcheck_for_i1653
May 26, 2026
Merged

Fixed nullcheck for i1653 if _cells are null#2360
JanKallman merged 1 commit into
develop8from
fix/nullcheck_for_i1653

Conversation

@OssianEPPlus
Copy link
Copy Markdown
Contributor

Shared Strings may have _cells == null
This is normally not an issue but new richtext checks cells to clear formulas.
Since this is shared strings there are no cells (or therefore formulas in cells) to clear.
Thus there was a crash.

Fixed with a nullcheck.

@OssianEPPlus OssianEPPlus changed the title Fixed nullcheck if _cells are null Fixed nullcheck for i1653 if _cells are null May 25, 2026
@OssianEPPlus OssianEPPlus requested a review from JanKallman May 25, 2026 14:53
@JanKallman JanKallman merged commit 75b5c9b into develop8 May 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants