I am looking for an advice how to open newly created Excel workbook from Controller of ASP.NET MVC. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
VS2010 does not like line:
workbook.Save("book1.xls", FileFormatType.Excel97To2003, Aspose.Cells.SaveType.OpenInExcel, this.Response);
saying the method has some invalid arguments.
I appreciate your help.
Thanks,
Vlado