I am currently working on a project that is upgrading all of our use of Aspose.Cells to the newest version. [4.1.2.0 to 5.1.3.0]
I am running into a problem with the updated Aspose.Cells.Workbook.Save method. The interface has completely changed.
Can you recommend how I would rewrite this line of code using the 5.1.3 interface?
XLS.Save(OutputFileName, Aspose.Cells.SaveType.OpenInExcel, Aspose.Cells.FileFormatType.Default, System.Web.HttpContext.Current.Response);