.ExternData.Interfaces.XLS.getString

Information

Interface

partial function getString
  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 String str "String value";
  output Boolean exist "= true, if cellAddress exits; = false, if it does not exist and y is set to an empty string";
end getString;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos