Skip to content

Fixing issue when Fraction is >= int.MaxValue#32

Open
1985media wants to merge 1 commit intoandersnm:masterfrom
1985media:bugfix/fraction-value-greater-than-intmax
Open

Fixing issue when Fraction is >= int.MaxValue#32
1985media wants to merge 1 commit intoandersnm:masterfrom
1985media:bugfix/fraction-value-greater-than-intmax

Conversation

@1985media
Copy link

Fixing issue when an excel cell is formatted as "Fraction" and the value is greater than int.MaxValue (2,147,483,647). Prior to this fix, a value greater than int.MaxValue throws the error "System.OverflowException: Negating the minimum value of a twos complement number is invalid."

Fixing issue when an excel cell is formatted as "Fraction" and the value is greater than int.MaxValue (2,147,483,647).  Prior to this fix, a value greater than int.MaxValue throws the error "System.OverflowException: Negating the minimum value of a twos complement number is invalid."
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