7
Answers

Interacting with excel files in C# windows application

Sandip Darade

Sandip Darade

10y
625
1
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)