2020年6月13日

摘要: 实体类1@Data@ExcelTarget("customerExport")public class CustomerExport { @ExcelIgnore private int id; @Excel(name = "客户名称",orderNum = "1",needMerge = true 阅读全文

posted @ 2020-06-13 14:57 红狼aaa 阅读(271) 评论(0) 推荐(0)

2020年6月10日

摘要: 导入依赖 <!-- https://mvnrepository.com/artifact/net.sourceforge.jexcelapi/jxl --> <dependency> <groupId>net.sourceforge.jexcelapi</groupId> <artifactId>j 阅读全文

posted @ 2020-06-10 16:57 红狼aaa 阅读(7239) 评论(1) 推荐(1)