.. highlightlang:: us .. _excel_sheet_get_row_num: excel_sheet_get_row_num ======================= .. index:: excel_sheet_get_row_num .. us.tag excel_sheet_get_row_num NOTREADYENGLISH excel-read New550 :ref:`excel_sheet_get_row_num` returns a real data matrix with the values of a section of a Excel sheet. .. function:: rmVal = excel_sheet_get_row_num(oSheet) .. us.return **Return Value** *rmVal* is a real matrix. The matrix contains the real values of the segment of a sheet. Before this function is invoked :ref:`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 :ref:`excel_sheet_get_rows`. If a cell contains no data or string data of the corresponding element of *rmVal* is set to 0.0. .. us.params **Parameters** .. uparam:: oSheet *oSheet* is an object created by :ref:`excel_sheet_open`. .. us.comment **Comment** Before this function is invoked :ref:`excel_sheet_get_rows` must be invoked. .. us.example **Example** See :ref:`excel_open`. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.5.0 - New .. seealso:: :ref:`overview-excel-files` :ref:`excel_open`, :ref:`excel_sheet_open`, :ref:`excel_get_sheetnames`, :ref:`excel_get_style_index`, :ref:`excel_get_style_map`, :ref:`excel_sheet_close`, :ref:`excel_sheet_get_rows`, :ref:`excel_sheet_get_row_str`, :ref:`excel_sheet_get_row_style`, :ref:`excel_sheet_get_row_type` :sub:`id-1428597`