Sandip Darade

Sandip Darade

  • NA
  • 30
  • 2.6k

Interacting with excel files in C# windows application

Jan 8 2015 6:26 AM
I have a windows application  where I've to create an excel document  with formatted columns (only schema) and then read the same files when use has added data from outside ? What i could be best approach out of the below :
 
1. Microsoft.Office.Interop.Excel
2. OLEDB connection
3. Open XML

Answers (7)