what is the benfits of IMEX in connection to excel file 2007 ?

  • Thread starter Thread starter ahmedbarbary
  • Start date Start date
A

ahmedbarbary

Guest
I work on windows form application c#

i write connection as below

string connection = string.Format("Provider=Microsoft.ACE.OLEDB.12.0;" + "Data Source=D:\\Attendance Sheet.xlsx;Mode=ReadWrite;Extended Properties=Excel 12.0 Xml;");

connection above is work without any problem for select and read data and update data


what is benfit IMEX and how i write in connection above ?

and are connection above is best for performance ?

Continue reading...
 
Back
Top