@@ -2,6 +2,10 @@ package com.anjiplus.template.gaea.business.modules.reportexcel.controller.dto;
import lombok.Data;
+/**
+ * @author chenxg
+ * @date 2023/8/1 10:37
+ */
@Data
public class CellStyleDto {
/**
@@ -3,6 +3,10 @@ package com.anjiplus.template.gaea.business.modules.reportexcel.controller.dto;
public class CommentDto {
@@ -345,6 +345,7 @@ public class ReportExcelServiceImpl implements ReportExcelService {
tableCell.setPhrase(new Paragraph(phrase.getContent(), font));
//处理字体
tableCell.setBorderColor(BaseColor.BLACK);
+
}
private String getStringValue(Cell cell) {