|
Python Connector for Microsoft Excel Online Connection parameters - Python Connector for Microsoft Excel Online |
|
The following table describes the Microsoft Excel Online connection parameters you can use in the connect() module method.
| Parameter | Description |
|---|---|
|
|
The workbook ID. Use the getworkbook() method to obtain the workbook ID. |
|
|
The refresh token. Follow the instructions in Using the module to obtain a refresh token. |
|
Proxy parameters |
|
|
|
The hostname or IP address of the proxy server |
|
|
The proxy port |
|
|
The username for proxy authentication |
|
|
The password for proxy authentication |
|
Other parameters |
|
|
|
Specifies whether to use the first row of a spreadsheet to identify the column names. By default, the standard A-Z column names are used. The possible values are |
|
|
The minimum number of columns in a spreadsheet. This parameter is applied when The default value is |
|
|
Specifies whether tables in a spreadsheet will be treated as separate objects. The possible values are |
|
|
The maximum number of characters in a cell. The default value is |
|
|
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 |