export to excel?
-
Hi, can anyone please tell me how to create an excel spreadsheet in asp.net application, with the ability to store multiple datatables/datasets in the same worksheet. Doesn't matter if it's automatic or if I manually have to set each cell's value, headers etc. And finally prompt the user to save(download) the file. Thanx
Regards, Tintin
-
Hi, can anyone please tell me how to create an excel spreadsheet in asp.net application, with the ability to store multiple datatables/datasets in the same worksheet. Doesn't matter if it's automatic or if I manually have to set each cell's value, headers etc. And finally prompt the user to save(download) the file. Thanx
Regards, Tintin
Hi Tintin, Hope this article will give an idea. http://www.c-sharpcorner.com/Code/2002/Jan/CreateExcelSheetGAG.asp[^] Happy Coding
With Regards Satips
-
Hi Tintin, Hope this article will give an idea. http://www.c-sharpcorner.com/Code/2002/Jan/CreateExcelSheetGAG.asp[^] Happy Coding
With Regards Satips
Nope, unfortunately not. I'm looking for something similar to what www.spreadsheetgear.com provides. Only thing is it's not freeware. Their code enables you to build spreadsheets and allow download.
Regards, Tintin
-
Hi, can anyone please tell me how to create an excel spreadsheet in asp.net application, with the ability to store multiple datatables/datasets in the same worksheet. Doesn't matter if it's automatic or if I manually have to set each cell's value, headers etc. And finally prompt the user to save(download) the file. Thanx
Regards, Tintin
Artical in Codeproject. Delivering Spreadsheet Capabilities Across Platforms http://www.codeproject.com/showcase/farpoint.asp[^] Go through this. And think how you can use the knowledge you accquried to accomplish your task. Hope this helps, Best regards, -- modified at 9:50 Tuesday 19th September, 2006