试卷导出Excel 标题

master
xiaochanghai 10 months ago
parent 20fc00e698
commit 6c91d8dd39
  1. 2
      Tiobon.Core.Services/Ghre/Ghre_ExamPaperServices.cs

@ -184,7 +184,7 @@ public class Ghre_ExamPaperServices : BaseServices<Ghre_ExamPaper, Ghre_ExamPape
Directory.CreateDirectory(physicsPath + path);
path = path + body.exportSet.TitleName + ".xlsx";
NPOIHelper.ExportExcel(dt, null, "sheet1", physicsPath + path);
NPOIHelper.ExportExcel(dt, body.exportSet.TitleName, "sheet1", physicsPath + path);
var result = new ExcelData();
result.filePath = path;
result.fileName = body.exportSet.TitleName + ".xlsx";

Loading…
Cancel
Save