本文介绍了在Excel中将2个网格视图导出为2个不同的工作表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我有2个网格视图,网格视图的标题部分绑定在row_created事件中,其他数据从数据集绑定。

在这里,我需要将2个gridviews导出到excel,其中第一张表格中的gridview1和第二张表格中的gridview2格式。

我在谷歌搜索过但我无法得到解决方案

请帮助我解决问题

Hi,

I Have 2 Gridviews, Header section of gridviews is bound in row_created event and other data is bind from dataset.
Here I need to export 2 gridviews to excel where gridview1 in first sheet and gridview2 in second sheet of excel.
I have searched in google but I couldn't get the solution
Please help me in solving the problem

推荐答案


这篇关于在Excel中将2个网格视图导出为2个不同的工作表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 08:15