Exporting a DataSet to a new Excel file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm writing a data acquisition program that will be acquiring data and storing it within multiple tables of a DataSet. I'd like to export this data set directly to a new excel file if possible. I'd like each table of the data set to be a new worksheet within excel. My customer doesn't know databases so they are requiring that I use excel. Any help or advice would be great

Thank

Jeff M
 
Hi Jeff,

I have a component, which allows export of the ADO.NET DataSet/dataTables
into native Excel without any provider. If you are interested, send me an
e-mail
 
Back
Top