Task |
| Name | Description | |
|---|---|---|
| LoadTableFromExcel(String, String, String, Boolean, Int32, Int32, Int32, Int32, Boolean) | Load a table from an Excel tab into the database. If the tab name is empty or contains a wildcard, all matching tabs are loaded. Returns the number of rows inserted. | |
| LoadTableFromExcel(String, String, String, String, Boolean, Int32, Int32, Int32, Int32, Boolean, Boolean) | Load a table from an Excel tab into the database. A start row, and/or column can be specified. An end column can be specified. |