Database::Excel2DB |
||||||
Description | ||||||
Save
the contents of an Excel worksheet to a recordset handle.
|
||||||
Options | ||||||
Excel
file |
The Excel workbook file. | |||||
Sheet Name |
The Excel worksheet name. If left empty the default sheet will be used. | |||||
Function |
The export-function to use. | |||||
Output Handle |
The name of the output recordset. |
|||||
Skip first row |
If enabled, the first row of the worksheet will not be included in the export. | |||||
Use row 'n' for column names |
If enabled, the data of the configured row will be used for the column names. If disabled, the columns will be named "Col1", "Col2", etc... | |||||
Insert NULL when value is empty |
If enabled, a NULL value will be inserted into the recordset whenever a cell is empty. If disabled, an empty string will be inserted. |