Replies: 1 comment 1 reply
-
Can you switch to NPOI 2.5.5 and see if you reproduce the issue. It looks be a bug in INDIRECT function implementation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
CellA has a formula (=INDIRECT()).
CellB has also a formula (=INDIRECT()).
I copy formula of CellB to CellA, then [Object reference not set to an instance of an object.] error happen.
example code)
cellA.CellFormula = cellB.CellFormula;
Are there any restrictions on the use of NPOI formulas? (INDIRECT doesn't support?)
If there is a support formula list, I'd like to get it.
The NPOI version is 2.4.1
Best Regards,
Jun Takaba
Beta Was this translation helpful? Give feedback.
All reactions