ExcelNumberFormat icon indicating copy to clipboard operation
ExcelNumberFormat copied to clipboard

Fixing issue when Fraction is >= int.MaxValue

Open 1985media opened this issue 4 years ago • 0 comments

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."

1985media avatar Feb 17 '21 05:02 1985media