ADO ConnectionString Excel: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 3: | Line 3: | ||
The Provider supports the following arguments: | The Provider supports the following arguments: | ||
; Data Source= | ; Data Source= | ||
: Path | : Path & Filename of the Excel workbook you want to process | ||
; Extended Properties="x" | ; Extended Properties="x" | ||
Line 10: | Line 10: | ||
;: Excel 12.0 Xml | ;: Excel 12.0 Xml | ||
:: Specifies the type of Excel file to process | :: Specifies the type of Excel file to process | ||
;: HDR= | ;: HDR= |
Revision as of 09:43, 10 January 2014
This page is still a work in progress.
Arguments
The Provider supports the following arguments:
- Data Source=
- Path & Filename of the Excel workbook you want to process
- Extended Properties="x"
- "x" stands for one or multiple of the following extended properties separated by a semicolon:
- Excel 12.0 Xml
- Specifies the type of Excel file to process
- HDR=
- Specifying HDR=YES means that the test file contains a header row. A header row simply means that the first row in the text file is a list of fields, with all subsequent rows containing the actual data.
- IMEX=
- Value 1 tells the driver to always read "intermixed" (numbers, dates, strings etc) data columns as text. Note that this option might affect excel sheet write access negative.