Hi all,
In my web application , I need to create and save an excel sheet in client computer.(user has to select the location and give file name to save.)
How to do that...
excel sheet is created from dataset. Right nw I am able to create excel sheet by ExcelLibrary.dll (external).
So my code look like
ExcelLibrary.DataSetHelper.CreateWorkbook("D:/File/exg.xls", ds);
Here I hardcoded the path, but I want path has to entered by user..
How can i do it... plzz help me
Go to the complete details ...