随笔分类 -  excel

关于代码中对Excel的使用
摘要:Aspose.Cells.dll下载,ICSharpCode.SharpZipLib.dll下载 1 public void ExportExcel() { 2 var url = ""; 3 var FileName = ""; 4 var uploadFiles = Whir.ezEIP.Web 阅读全文
posted @ 2021-02-03 09:09 十里之地 阅读(223) 评论(0) 推荐(1)
摘要:/// <summary> /// 导出任务清单树木 /// </summary> /// <param name="transplantId">移栽任务编号</param> /// <returns></returns> public ActionResult ExportFrom(string 阅读全文
posted @ 2020-06-23 16:37 十里之地 阅读(262) 评论(0) 推荐(0)
摘要:/// <summary> /// 导出excel表 /// </summary> /// <returns></returns> public FileContentResult export_CheckTree(string CheckInfoId) { var CheckName = _rep 阅读全文
posted @ 2020-06-23 16:34 十里之地 阅读(409) 评论(0) 推荐(0)
摘要:public ActionResult KyzPrint(string KeyValue) { HttpResponseMessage result = new HttpResponseMessage(HttpStatusCode.OK); Aqjd_Jcjl jcjl = _repo.Find<A 阅读全文
posted @ 2020-06-10 10:16 十里之地 阅读(1269) 评论(1) 推荐(0)