function readArraySize2D
extends Modelica.Icons.Function;
input String fileName "File name";
input String sheetName = "" "Sheet name";
input String encoding = "UTF-8" "Encoding";
input Boolean verboseRead = true "= true, if info message that file is loading is to be printed";
input Types.Diagnostics detectMissingData = Types.Diagnostics.Warning "Print diagnostic message in case of missing data";
output Integer m "Number of rows in array";
output Integer n "Number of columns in array";
end readArraySize2D;