Skip to content
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

Closed
swathinetdeveloper7 opened this issue Apr 24, 2022 · 5 comments · Fixed by #1335
Closed

Custom created class as NPOI doesn't implement CELL. #817

swathinetdeveloper7 opened this issue Apr 24, 2022 · 5 comments · Fixed by #1335
Assignees
Milestone

Comments

@swathinetdeveloper7
Copy link

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

@tonyqus
Copy link
Member

tonyqus commented Apr 27, 2022

Can you fork the repo and create a PR for your change?

@tonyqus
Copy link
Member

tonyqus commented Apr 27, 2022

@tonyqus
Copy link
Member

tonyqus commented Apr 27, 2022

Have you changed the following line?

retval[125] = new NotImplementedFunction("CELL"); // CELL

@tonyqus tonyqus added this to the NPOI 2.6.1 milestone May 1, 2022
@tonyqus
Copy link
Member

tonyqus commented Feb 24, 2023

Any update on this issue?

@tonyqus tonyqus modified the milestones: NPOI 2.6.1, NPOI 2.6.2 Feb 24, 2023
@tonyqus tonyqus modified the milestones: NPOI 2.7.0, NPOI 2.7.1 Sep 6, 2023
@tonyqus tonyqus self-assigned this May 5, 2024
tonyqus added a commit to tonyqus/npoi that referenced this issue May 5, 2024
@tonyqus tonyqus closed this as completed May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants