Forum Discussion
meghnabilimoria-insightsoftware
Jun 23, 2025Copper Contributor
HFM formula does not work in Automatic Calculation options mode
We are encountering an issue when saving Excel workbooks that contain HFM (Hyperion Financial Management) formulas using Aspose.Cells. The behavior varies depending on the calculation mode configured...
Kidd_Ip
Jun 24, 2025MVP
Any chance to force manual mode before save:
workbook.Settings.FormulaSettings.CalculationMode = CalcModeType.Manual;
workbook.Save("output.xlsx");