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

Implement Cell function #1335

Closed tonyqus closed 3 months ago

tonyqus commented 3 months ago

https://support.microsoft.com/en-us/office/cell-function-51bd39a5-f338-4dbe-a33f-955d67c2b2cf

This implementation is not complete. It only implements 'row' and 'col'.

We will implement the rest if feature feature request is created.

This PR fixes #817