加注释

chenxg 1 year ago
parent fb7341e0d8
commit b7a253c5fe

@ -2,6 +2,10 @@ package com.anjiplus.template.gaea.business.modules.reportexcel.controller.dto;
import lombok.Data; import lombok.Data;
/**
* @author chenxg
* @date 2023/8/1 10:37
*/
@Data @Data
public class CellStyleDto { public class CellStyleDto {
/** /**

@ -3,6 +3,10 @@ package com.anjiplus.template.gaea.business.modules.reportexcel.controller.dto;
import lombok.Data; import lombok.Data;
/**
* @author chenxg
* @date 2023/8/1 10:37
*/
@Data @Data
public class CommentDto { public class CommentDto {
/** /**

@ -345,6 +345,7 @@ public class ReportExcelServiceImpl implements ReportExcelService {
tableCell.setPhrase(new Paragraph(phrase.getContent(), font)); tableCell.setPhrase(new Paragraph(phrase.getContent(), font));
//处理字体 //处理字体
tableCell.setBorderColor(BaseColor.BLACK); tableCell.setBorderColor(BaseColor.BLACK);
} }
private String getStringValue(Cell cell) { private String getStringValue(Cell cell) {

Loading…
Cancel
Save