.ExternData.Interfaces.XLSX.getBoolean

Information

Interface

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

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos