Oledb connection string formats for different Excel versions

Source: Internet
Author: User

Excel 2000 ~ The format of the 2003 oledb connection string is as follows:
Provider = Microsoft. Jet. oledb.4.0; Data Source = 'excel file path'; extended properties = 'excel 8.0; HDR = Yes'

The connection string format of oledb in Excel 2007 is as follows:

Provider = Microsoft. Ace. oledb.12.0; Data Source = 'excel file path'; extended properties = 'excel 12.0; HDR = Yes'

 

Excel2000-2003:

Oledbconnection excelconn = new oledbconnection ("provider = Microsoft. jet. oledb.4.0; Data Source = "+ filepath +"; extended properties = 'excel 12.0; HDR = yes; IMEX = 1 '");

Excel2007:
Oledbconnection excelconn = new oledbconnection ("provider = Microsoft. ace. oledb.12.0; Data Source = "+ filepath +"; extended properties = 'excel 12.0 XML; HDR = yes; IMEX = 1 '");

Note: filepath is the Excel file path. When importing the excel2007 file, excel2007 must be installed on the machine; otherwise, an error will be reported.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.