Excel XLS file functions
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 dimensions of 2D array in 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 |
readArraySize2D | Read dimensions of 2D array in Excel XLS file |
readArrayRows2D | Read first dimension of 2D array in Excel XLS file |
readArrayColumns2D | Read second dimension of 2D array in Excel XLS file |