1:double a=5
textBox1->Text = a.ToString();
那反过来来怎实现!
double a = this->dataGridView1->Rows->Add("1","2","3",");



2:datagridview要怎连接excel(VC++)