nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
Apache License 2.0
5.75k stars 1.43k forks source link

Fix ROUNDDOWN function #1310

Closed Bykiev closed 7 months ago

Bykiev commented 7 months ago

Fix ROUNDDOWN function

Closes #1189

Bykiev commented 7 months ago

@tonyqus, I think it can be solved only by switching to decimal instead of double, but it'll be a breaking change

Bykiev commented 7 months ago

Still in progress, there are some issues with ExtendedNumbers.BigDecimal library https://github.com/AdamWhiteHat/BigDecimal/issues/36 https://github.com/AdamWhiteHat/BigDecimal/issues/35

tonyqus commented 7 months ago

No worries.

tonyqus commented 7 months ago

LGTM