コード例 #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     ToExcel.DatatoExcel(dataGridView2);
 }
コード例 #2
0
 private void toExcel_Click(object sender, EventArgs e)
 {
     ToExcel.DatatoExcel(dateViConten);
 }