How can get the value of external cell calculation in excel sheet? I use .Calculate method but still It does not return any value.
=SUM('G:\RND\ReadWriteExcelFile\ReadWriteExcelFile\ExlFile[Test1.xlsx]Sheet1'!$A$4:$B$4)
We are using above formul. It does not return any value.
Is there any help for this?
Comments: References to external workbooks are not supported by EPPlus formulaparser.
=SUM('G:\RND\ReadWriteExcelFile\ReadWriteExcelFile\ExlFile[Test1.xlsx]Sheet1'!$A$4:$B$4)
We are using above formul. It does not return any value.
Is there any help for this?
Comments: References to external workbooks are not supported by EPPlus formulaparser.