Base record that defines the function interfaces for XLSFile.
Name | Description |
---|---|
getReal | Get scalar Real value from Excel XLS file |
getRealArray2D | Get 2D Real values from Excel XLS file |
getInteger | Get scalar Integer value from Excel XLS file |
getBoolean | Get scalar Boolean value from Excel XLS file |
getString | Get scalar String value from Excel XLS file |
getArraySize2D | Get the size of a 2D array in a Excel XLS file |
getArrayRows2D | Get first dimension of 2D array in Excel XLS file |
getArrayColumns2D | Get second dimension of 2D array in Excel XLS file |