excel_SetValue_Cells

行 と 列 を指定して値を挿入

関数名:

excel_SetValue_Cells

引数:

RowIndex

ColumnIndex

Value

戻り値:

無し

例:

excel_SetValue_Cells( 1 ; 2 ; "テスト" )

EXCEL_SETVALUE_CELLS(ROWINDEX ; COLUMNINDEX ; VALUE )

SMPS_ExecSync( "

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

")