1
votes
votes
1 answers
Connectin C# 4.0 to Excel 12.0 library
Hi, I am trying to connect to excel 12.0 from c# 4.0. I use the following code. [code] string excelConnection = "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=" + txtFile.Text + "; Extended Properties= ...
