|
Python Connector for Microsoft Excel Connection parameters - Python Connector for Microsoft Excel |
|
The following table describes xBase connection parameters you can use in the connect() module method.
| Parameter | Description |
|---|---|
|
|
The path to the workbook |
|
|
Enables a read-only multi-user mode. By default, workbooks can only be accessed by a single user. The connector implements a read-only multi-user mode to enable several users to read data from a workbook simultaneously. The possible values are |
|
|
The number of rows in a worksheet that will used to create a list of columns in a result set. The default value is |
|
|
Enforces a single-user mode for a workbook. This parameter overrides the The possible values are |
|
|
Specifies whether the values from the first row in a worksheet will be used as column names in a result set.
The possible values are |
|
|
Specifies whether to exclude the The possible values are |
|
|
Specifies whether to include empty rows from a worksheet into a result set. The possible values are |
|
|
The ID of a connection pool that will be used for a particular connection |
|
|
Disables connection pooling for a particular connection. The possible values are |