dataGridView1.Rows[i].Cells[0].Value = true;
一般都是用true跟false的。
可以写一个判断啊,如果excel某行某列传来的是0,那个就=true,是1就false啊。