Creating Subtotals

Creating Subtotals

The following sample code shows how to create subtotals using Aspose.Cells. The code loads the sample excel file and creates subtotals on the cell range B13:C19 and saves the output excel file. The following screenshot shows how the sample and output excel file looks after the execution of the code.

todo:image_alt_text

Sample Code