C#导出csv文件 支持中文的解决方案

#region 导出CSV下载 string exportFileName = "Export" + DateTime.Now.ToString("yyyyMMddHHmmss"); System.Web.HttpContext context = System.Web.HttpContext.Current; StringBuilder sb = new StringBuilder(); sb.Append("FirstName,LastName,PhoneNo.,State,TimeZone,ZipCode\n"); ...
posted @ 2013-12-24 13:58  zhangsir  阅读(2118)  评论(0编辑  收藏  举报