Posted 1 June 2020, 5:54 am EST
Hi there!
I use GrapeCity.ActiveReports12 and can’t set formula into DDCell.
I tried to set it as value
workbook.Sheets[0].Cell(7, 4).SetValue(“=SUM(C5;C6)”);
But when I open dowloaded xlsx file I see this value as string in the cell “=SUM(C5;C6)”.
Please, could you help me how can I set formula into DDCell?