I am using the method of the workbook object described below.
The version used is Spire.XLS 15.1.3.0.
⇒ Workbook.CalculateAllValue();
I understand that all formulas in the target Excel file are recalculated using the above method, but an issue has occurred where formulas set in merged cells are not being recalculated.
I would like to recalculate the formulas for merged cells as well; is there any workaround for this?
I have attached an example of a file where recalculation is not occurring.
■ XXX.xlsm
⇒ In the "ccc" sheet, the formulas in the merged cells from H123 to Q123 are not activated, resulting in a #VALUE error.
■ YYY.xlsm
⇒ In the "ddd" sheet, the formulas in the merged cells from K8 to Y8, X23 to AG23, and X39 to AG39 are not activated, leading to the displayed date format being different from what is expected.