.ExternData.Interfaces.XLS.getRealArray2D

Information

Interface

partial function getRealArray2D
  extends Modelica.Icons.Function;
  input String cellAddress = "A1" "Start cell address";
  input String sheetName = "" "Sheet name";
  input Integer m = 1 "Number of rows";
  input Integer n = 1 "Number of columns";
  input Types.ExternXLSFile xls "External Excel XLS file object";
  output Real y[m, n] "2D Real values";
end getRealArray2D;

Generated at 2024-05-19T18:15:52Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos