摘要:
找到的 DataSet 导出 Excel 的代码, 效率之高令人侧目, 导出6W行的一个Excel竟然只要20s(亲测,不过数据不同速度应该不同)代码存根: public static void ExportToExcel(DataSet dataSet, string outputPath) { // Create the Excel Application object ApplicationClass excelApp = new ApplicationClass(); // Create a ... 阅读全文
posted @ 2012-01-30 15:43
张鲸落
阅读(362)
评论(1)
推荐(0)

浙公网安备 33010602011771号