2019年5月30日

摘要: /// <summary> /// 1-Excel导出下载文件 /// </summary> /// <returns></returns> [HttpGet] [Route("api/DataBase/DownloadFile/")] public IHttpActionResult Downlo 阅读全文
posted @ 2019-05-30 16:32 *tfe* 阅读(304) 评论(0) 推荐(0)
摘要: 使用Excel导入时要先安装管理NuGet程序包-NPOI public BaseResult ExcelImport() { HttpFileCollection filelist = HttpContext.Current.Request.Files; if (filelist != null 阅读全文
posted @ 2019-05-30 14:38 *tfe* 阅读(411) 评论(0) 推荐(0)

导航