excel_GetValue_Cells

EXCEL_GETVALUE_CELLS( ROWINDEX ; COLUMNINDEX )

SMPS_ExecSync( "

$sheet.Cells.Item(" & RowIndex & "," & ColumnIndex & ").Value();

")