-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom created class as NPOI doesn't implement CELL. #817
Comments
Can you fork the repo and create a PR for your change? |
Have you changed the following line? npoi/main/SS/Formula/Eval/FunctionEval.cs Line 224 in 285c4c2
|
Any update on this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am specifically fixing a case where it is used as CELL("col",W2)
The COLUMN function will do that same thing as COLUMN(W2)
But to avoid having to change existing templates, this implementation has been made.
It only handles the "col" and "row" parameters.
Cell.zip
The text was updated successfully, but these errors were encountered: