2014年5月12日

C#导出Excel

摘要: //此处为转载http://blog.csdn.net/sat472291519/article/details/11939527public void toExcel() { //接收需要导出的数据 List list = db.Contacts_BClient.ToList(); //命名导出... 阅读全文

posted @ 2014-05-12 09:24 happysjn 阅读(146) 评论(0) 推荐(0) 编辑

导航