.ExternData.Interfaces.XLS.getInteger

Get scalar Integer value from Excel XLS file

Information

Interface

partial function getInteger
  extends Modelica.Icons.Function;
  input String cellAddress = "A1" "Cell address";
  input String sheetName = "" "Sheet name";
  input Types.ExternXLSFile xls "External Excel XLS file object";
  output Integer y "Integer value";
  output Boolean exist "= true, if cellAddress exits; = false, if it does not exist and y is set to 0";
end getInteger;

Generated at 2025-03-11T19:24:33Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos