recordXLSFile
Read data values from Excel XLS file
Extends from Interfaces.XLS.Base (Interface for Excel XLS file).
Information
Record that wraps the external object ExternXLSFile and the XLS read functions for data access of Excel XLS files.
See Examples.XLSTest for an example.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | "" | File where external data is stored |
| String | encoding | "UTF-8" | Encoding |
| Types.ExternXLSFile | xls | Types.ExternXLSFile(fileName, encoding, verboseRead, detectMissingData) | External Excel XLS file object |
| Diagnostics | |||
| Boolean | verboseRead | true | = true, if info message that file is loading is to be printed |
| Types.Diagnostics | detectMissingData | Types.Diagnostics.Warning | Print diagnostic message in case of missing data |