Hello together
When I want to access a cell in my excel sheet with the following formula
=OFFSET(INDIRECT(CONCATENATE(“S_AV_TRK_NACHWEIS.L90N”,$C10)),0,$B$4+1)
I get the error message:
“Input string was not in a correct format.” and in the debugger I see #VALUE!
I tried this with EPPlus and there I can read the value.
Can it be that Aspose.Cells can not handle such Excel formulas.
Thanks for your support