Do formulas

hi i need to know how to excel formulas in aspose.cell like,=SUBTOTAL(9,V8:V$469) or =S6-R6

Hi,

Please use Cell.Formula property to assign the formula. If you want to access the value, then please first call workbook.CalcualteFormula() then access Cell.Value property.