摘要: //需要注意添加引用Microsoft.Office.Interop.Excel.dll string fileName =DateTime.Now.Year+ DateTime.Now.Month+ DateTime.Now.Day + ".xls"; if (showView.Rows.Count > 0) { ... 阅读全文
posted @ 2017-04-28 11:12 Hey,Coder! 阅读(370) 评论(0) 推荐(0) 编辑