Hi,
I'm using OpenXML SDK to fill in a series of cells which come under the scope of a formula in an existing excel template.
Although the cells inside the range of the formula are filled up, the value in the formula cell is not updated.
Neither the Calculate Now option nor the Calculate Sheet option seems to be working. The only way i'm able to update the formula cell is by going into Sheet properties in the developer tag and Set/Reset EnableCalculation option to True.
Is there a way of doing this through OpenXML SDk programmatically? Any other options?
Any help would be appreciated
I'm using OpenXML SDK to fill in a series of cells which come under the scope of a formula in an existing excel template.
Although the cells inside the range of the formula are filled up, the value in the formula cell is not updated.
Neither the Calculate Now option nor the Calculate Sheet option seems to be working. The only way i'm able to update the formula cell is by going into Sheet properties in the developer tag and Set/Reset EnableCalculation option to True.
Is there a way of doing this through OpenXML SDk programmatically? Any other options?
Any help would be appreciated