functioncomputeColSum

Compute column sum

Extends from Modelica.Icons.Function (Icon for functions).

Information

This function computes the column sum of a given column and sheet of an Excel XLSX file.

Inputs

TypeNameDefaultDescription
ExternData.Types.ExternXLSXFilexlsxExternal Excel XLSX file object
Stringcol"A"Column
StringsheetName""Sheet name
IntegerstartRow2Start row
IntegerendRowExternData.Functions.XLSX.getArrayRows2D(sheetName = sheetName, xlsx = xlsx)End row

Outputs

TypeNameDefaultDescription
RealcolSumColumn sum