Hi,
The number format with the NumFmtId = 40 has an incorrect negative value. It is rounding the value to the whole digits.
The format should be "#,##0.00;\[Red\](#,##0.00)") instead of "#,##0.00;\[Red\](#,##)"
It needs to be fixed on the following files:
EPPlus\Style\XmlAccess\ExcelNumberFormatXml.cs Line:162
EPPlus\Style\ExcelNumberFormat.cs Line:147 and Line:211
Cheers
The number format with the NumFmtId = 40 has an incorrect negative value. It is rounding the value to the whole digits.
The format should be "#,##0.00;\[Red\](#,##0.00)") instead of "#,##0.00;\[Red\](#,##)"
It needs to be fixed on the following files:
EPPlus\Style\XmlAccess\ExcelNumberFormatXml.cs Line:162
EPPlus\Style\ExcelNumberFormat.cs Line:147 and Line:211
Cheers