View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vlash Vlash is offline
external usenet poster
 
Posts: 2
Default Exporting data to Excel file

Hi,

I develop a windows application using C#. I have to export data (data grid
or data table) to Excel file in specific location (selected by the user in
SaveFileDialog) by creating it and copying the data into it. I tried
different options but nothing works. Can anybody write me a correct code that
will export the data?

Thank you.