View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vlash Vlash is offline
external usenet poster
 
Posts: 2
Default Exporting data (Data Table) to Excel

Hi,

I develop a windows application in C# and have a form with Data Table (Data
Grid). I need to export it to Excel to specific path (selected by the user in
SaveFileDialog). Can anybody tell me how I do it?
Code example will be more than welcomed.

Thank you.