read_column_sheet_type01ΒΆ

read_column_sheet_type01

This function reads a column from an excel file with the following format:

  • First row: column_name

  • Second row: units (not read, not checked)

  • Third row: type of data (see below)

param excel_file_name

File name

type excel_file_name

string

param excel_sheet

Name of the sheet inside the excel file

type excel_sheet

string

param column_name

Name of the column

type column_name

string

returns

Data in the excel file according to the type of data defined in the third row

rtype

var