asp.net导出word
摘要:OutPutExcel -------------------using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; usin...
阅读全文
DataGrid导出到Word/Excel文档
摘要:将DataGrid数据导出到Word文档private void ExportToWord_Click(object sender, System.EventArgs e){ Response.Clear(); Response.AddHeader("content-disposition", "attachment;filename=FileName.doc"); Response.Charse...
阅读全文