Hi all,
I'm facing problem with formula after creating excel file and need your help.
I have a excel template file with 3 columns
- Cost (Number)
- Quality (Number)
- Total (formula) = Cost * Quality
I read this template and fill data into column Cost and Quality, then save new file (NEWFILE.xlsx)
Scenario 1:
- Read the NEWFILE.xlsx but can't get the value from Total column
- After using the EnableSheetCalculations method I can get the value but I realize the performance is every slow with difficult formula
Scenario 2
- Open the NEWFILE.xlsx, Ctr + S (saving) without any changes
- Read the NEWFILE.xlsx but can get the value from Total column
I have done some suggestions on the internet but not working
- EnableSheetCalculations before creating NEWFILE.xlsx
- EnableSheetCalculations for calculating value runtime (very slow performance)
Thanks