暮雨

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年9月29日

摘要: 具体的:Base64编码解码还需要学习 /// /// base64 解码Excel下载 /// /// /// public void BidExcelDown(string excelContent, string s... 阅读全文
posted @ 2014-09-29 14:53 蕙草 阅读(792) 评论(0) 推荐(0) 编辑

摘要: 拿来的,望原创见谅!public void EXCELDown(DataTable dt, string strFileName) { Response.ContentEncoding = System.Text.Encoding.GetEncoding("GB2... 阅读全文
posted @ 2014-09-29 14:30 蕙草 阅读(237) 评论(0) 推荐(0) 编辑

摘要: 最近在做Excel导出,看到了这个方法,虽不是自己写的,但值得收藏,但是忘记从那摘抄的,没写原文作者看到望见谅! 1 #region 导出Excel 2 /// 3 /// list 转换Datatable 4 /// 5 /// 6 /// 7 public DataTable DataO... 阅读全文
posted @ 2014-09-29 14:26 蕙草 阅读(892) 评论(0) 推荐(0) 编辑