Commit 3e9457f5 authored by 黄奎's avatar 黄奎

1111

parent d292fc82
......@@ -261,7 +261,7 @@ namespace Edu.WebApi.Controllers.Course
catch (Exception ex)
{
LogHelper.Write(ex, "DownLoadPlanAppointmentStatic");
var byteData1 = ExcelTempLateHelper.ToExcelExtend(slist);
var byteData1 = AsposeCellHelper.ToExcelExtend(slist);
return File(byteData1, "application/octet-stream", excelName);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment