摘要:
动态生成excel,内容跟随表头填充 组装调用工具方法: List<FileTitleEntity> titleEntityList = new ArrayList<>(); titleEntityList.add(new FileTitleEntity("name", "姓名")); titleE 阅读全文
摘要:
public class ExcelRowColorHandler implements CellWriteHandler { private final Integer columnIndex; private final Set<Integer> redRowIndex; private fin 阅读全文