Aspose cells pivot table

I am trying to write data to excel sheet which has pivot tables in it. I was looking at an example in the website.

workbook.Save(HttpContext.Current.Response, "PivotTable.xls", ContentDisposition.Attachment, new XlsSaveOptions(SaveFormat.Excel97To2003));
}

workbook.save has no method with 4 parameters.

Please suggest.

@aachuri,

The method overloads would be shown in web application. When you use Aspose.Cells in Asp.NET or web application. the relevant Workbook.Save() overloads would be shown.