2007年4月12日

The common method for filling date into Excel cells from DataSet

摘要: Sometimes, we need to fill the data into Excel cells from DataSet. Now, providing a method to do so. Thanks!--zwwon 阅读全文

posted @ 2007-04-12 18:21 广思 阅读(2069) 评论(0) 推荐(0)

Common way to kill the Excel process

摘要: The code follows: 1 string path = @" D:\\test.xls " ; 2 Excel.ApplicationClassapp = new Microsoft.Office.Interop.Excel.ApplicationClass(); 3 Excel... 阅读全文

posted @ 2007-04-12 16:32 广思 阅读(585) 评论(0) 推荐(0)

导航