Excel XLSX file functions
Name | Description |
---|---|
getReal | Get scalar Real value from Excel XLSX file |
getRealArray2D | Get 2D Real values from Excel XLSX file |
getInteger | Get scalar Integer value from Excel XLSX file |
getBoolean | Get scalar Boolean value from Excel XLSX file |
getString | Get scalar String value from Excel XLSX file |
getArraySize2D | Get dimensions of 2D array in Excel XLSX file |
getArrayRows2D | Get first dimension of 2D array in Excel XLSX file |
getArrayColumns2D | Get second dimension of 2D array in Excel XLSX file |
readArraySize2D | Read dimensions of 2D array in Excel XLSX file |
readArrayRows2D | Read first dimension of 2D array in Excel XLSX file |
readArrayColumns2D | Read second dimension of 2D array in Excel XLSX file |