We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ae188 commit 78c6292Copy full SHA for 78c6292
eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn/Services/ExcelService/ExcelService.cs
@@ -708,6 +708,7 @@ public Task<Stream> GenerateTaskTracker(List<TaskTrackerModel> model)
708
localizationService.GetString("Deadline")
709
};
710
711
+ Directory.CreateDirectory(Path.Combine(Path.GetTempPath(), "results"));
712
var resultDocument = Path.Combine(Path.GetTempPath(), "results",
713
$"{localizationService.GetString("Task calendar")}.xlsx");
714
0 commit comments