hi all,
i need to create a excel and load it from database(datatable,dataset). how to do it
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Glen LewisPosted Jul 8, 2014, 8:35 AM
You can also check out this sample of both importing and exporting DataSet object to an Excel file. Code uses this .NET DLL for Excel handling.
Rahul PrasadPosted May 8, 2014, 9:49 PM
http://www.e-iceblue.com/Knowledgebase/Spire.DataExport/Program-Guide/How-to-Export-Datatable-to-Excel-through-DataGridView.html, it demonstrates how to programmatically create an excel file from datatable with a sample.
kind regards
Vasu GadhiyaPosted Apr 23, 2014, 8:12 AM
http://www.c-sharpcorner.com/UploadFile/ae35ca/read-and-write-excel-data-using-C-Sharp/
Abhay ShankerPosted Apr 23, 2014, 7:36 AM
http://www.c-sharpcorner.com/UploadFile/83fe73/solutions-to-export-data-from-database-to-excel-in-C-Sharp/
prathaban duraiPosted Apr 23, 2014, 7:08 AM
Vasu GadhiyaPosted Apr 23, 2014, 7:06 AM