excel_sheet_get_row_numΒΆ

excel_sheet_get_row_num returns a real data matrix with the values of a section of a Excel sheet.

rmVal = excel_sheet_get_row_num(oSheet)

Return Value

rmVal is a real matrix. The matrix contains the real values of the segment of a sheet. Before this function is invoked excel_sheet_get_rows must be invoked to load the data. The number of columns is identical to the number of columns of the sheet. The number of rows is identical to the return value of excel_sheet_get_rows. If a cell contains no data or string data of the corresponding element of rmVal is set to 0.0.

Parameters

oSheet

oSheet is an object created by excel_sheet_open.

Comment

Before this function is invoked excel_sheet_get_rows must be invoked.

Example

See excel_open.

History

Version Description
5.5.0 New

id-1428597