pure functiongetReal
Get scalar Real value from Excel XLS file
Extends from Interfaces.XLS.getReal (Get scalar Real value from Excel XLS file).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | cellAddress (from getReal) | "A1" | Cell address |
| String | sheetName (from getReal) | "" | Sheet name |
| Types.ExternXLSFile | xls (from getReal) | External Excel XLS file object |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y (from getReal) | Real value | |
| Boolean | exist (from getReal) | = true, if cellAddress exits; = false, if it does not exist and y is set to 0.0 |