Skip to content

Conversation

Lure5134
Copy link

@Lure5134 Lure5134 commented Jun 4, 2025

Fixes issue: #1

If a nullable string is used no exception is thrown anymore.

Cell cell = (string?) null;

Fixes if a nullable int is used (No implicit creation):

Cell cell = new Cell(CellType.Number, (int?) null, "");

Fixes if for example a int and not a decimal is used in the case:

new Cell(CellType.Number, 15, "")

@Lure5134
Copy link
Author

Lure5134 commented Oct 1, 2025

@0xced Can you look Info this pr please?

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.

1 participant