セルの書込み
[定数]
wsheet->Cells[int row,int colm] = "123456";

[変数]
strcpy(buf,"123456");
System::String^ carea = gcnew System::String(buff);
wsheet->Cells[int row,int colm] = carea;