I am using the Formula property of the Spreadsheet gear but the calculation is not coming.
Below is my code
"SpreadsheetGear.IRange range = WorkBookViewForData.ActiveWorksheet.Cells["E19"];
range.Font.Name = "MS Gothic";
range.Formula = "=SUM(E3,E18)";
range.NumberFormat = "$#,##0_);
($#,##0);@";"
Is there any problem in my code. Please suggest.