ASP.NET - Naming Excel Sheet without using Excel Application class
Asked By Priya on 18-Feb-13 05:20 AM
Hi All,
I am creating an Excel sheet using HtmlTextWriter and HttpContext.Current.Response. The file is getting creating successfully but the sheet gets a the name "Sheet1" by default.
I need to rename this sheet name but without using the Microsoft Office Excel Interop services.
Kindly help.