Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Fixes null point error when the worksheet contains errors#849

Open
SamuelLFA wants to merge 1 commit intotealeg:masterfrom
SamuelLFA:fix/avoiding-null-pointer-errors-invalid-sheet
Open

Fixes null point error when the worksheet contains errors#849
SamuelLFA wants to merge 1 commit intotealeg:masterfrom
SamuelLFA:fix/avoiding-null-pointer-errors-invalid-sheet

Conversation

@SamuelLFA
Copy link

@SamuelLFA SamuelLFA commented May 6, 2025

This PR addresses null pointer error that could occur when the sheet being processed contains errors.
Skipping the access to the sheet pointer that is nil because of the error prevents panic from occurring.

Should fix: #848

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Panic when opening a xlsx file with a sheet name longer than 31 characters.

1 participant