摘要:
第一种方法:使用CDOSYS
第二种方法:使用LOTUS组件 阅读全文
posted @ 2012-12-08 12:03
梦在旅途
阅读(714)
评论(0)
推荐(0)
摘要:
asp.net里导出excel表方法汇总
public void ToExcel(System.Web.UI.Control ctl)
{
HttpContext.Current.Response.AppendHeader("Content-Disposition","attachment;filename=Excel.xls");
HttpContext.Current.Response.Charset ="UTF-8";
HttpContext.Current.Response.ContentEncoding =System.Text.Encoding.Default;
HttpContext.Current.Response.ContentType ="application/ms-excel";//image/JPEG;text/HTML;image/GIF;vnd.ms-excel/msword
ctl.Page.EnableViewState =false;
System.IO.Stri 阅读全文
posted @ 2012-12-08 11:52
梦在旅途
阅读(719)
评论(1)
推荐(1)
摘要:
ASP.NET 网站开发日常异常总汇 阅读全文
posted @ 2012-12-08 11:48
梦在旅途
阅读(755)
评论(1)
推荐(0)
浙公网安备 33010602011771号