diff --git a/FrontendWebApi/ApiControllers/OperationLogController.cs b/FrontendWebApi/ApiControllers/OperationLogController.cs index 9cec532..603ec78 100644 --- a/FrontendWebApi/ApiControllers/OperationLogController.cs +++ b/FrontendWebApi/ApiControllers/OperationLogController.cs @@ -170,7 +170,7 @@ namespace FrontendWebApi.ApiControllers stylein12.WrapText = true; #endregion - var sheet = workbook.CreateSheet("電表報表"); + var sheet = workbook.CreateSheet(input.exportOpeTypeName); int RowPosition = 0; if (result.Count > 0) { @@ -202,7 +202,7 @@ namespace FrontendWebApi.ApiControllers cell = row.CreateCell(i++); cell.SetCellValue("內容"); - cell.CellStyle = stylein12; + cell.CellStyle = styleLine12; cell = row.CreateCell(i++); cell.SetCellValue("紀錄時間"); cell.CellStyle = styleLine12;