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.67k stars 1.42k forks source link

Fix ROUNDDOWN function #1310

Closed Bykiev closed 4 months ago

Bykiev commented 5 months ago

Fix ROUNDDOWN function

Closes #1189

Bykiev commented 5 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 4 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 4 months ago

No worries.

tonyqus commented 4 months ago

LGTM