Aspose Examples > .NET Components > Aspose.Cells > C# > QuickStart > Data > Calculate Formula

 

 Calculate Formula - Aspose.Cells

This demo explains how to calculate the results of different types of worksheet formulas / functions to process data in the spreadsheet using Aspose.Cells for .NET.

The demo compares the formula / function results of Aspose.Cells with MS Excel. Aspose.Cells component supports all the commonly used functions related to different categories: Mathematical, String, Statistical, DateTime, Logical and Lookup and Reference Functions etc. The demo makes use of a template excel file which contains a list of all the formulas / functions string of all the categories mentioned. The file also contains some static data used in different formulas. The demo retrieves the formulas / functions string and calculates the formulas / functions. It also retrieves values from the formulated cells and inserts into a column.You can either open the resulting excel file into MS Excel or save directly to your disk.