生成Excel直接以流或字节形式发给客户端,无需在服务生成一个实体文件。
摘要:public ActionResult ExportAgentBooking(string Company_Id, string Company_Name)//Altman.Web.BCDAdmin.Models.CompanyInfo argCompanyInfo) { if (string.IsNullOrWhiteSpace(Company_Id) || string.IsNullOrWhiteSpace(Company_Name)) { return View(); }...
阅读全文
posted @
2014-02-26 16:16
xuxu_dragon
阅读(483)
推荐(0)