标签: excel vb.net datagridview
我是vb.net和编程语言的新手。
我有一个来自Excel的DataGridView数据 在我的Excel;我有3张相同的列(4)。
dgv = datagridview
dgv的数据来自Excel的sheet1和Sheet2。 (使用Select Union Command)。
我的问题是,如何将数据从dgv插入到sheet3?