摘要: string file = FileDialogHelper.SaveExcel(string.Format("{0}.xls", excelName)); if (!string.IsNullOrEmpty(file) && dt.Rows.Count > 0) ... 阅读全文
posted @ 2015-09-01 13:23 Ziv_zhong 阅读(1685) 评论(0) 推荐(0)