1. 首页
  2. 编程语言
  3. Java
  4. 基于poiExcel导出

基于poiExcel导出

上传者: 2019-01-22 22:02:39上传 JAR文件 12.17KB 热度 30次
实例:import java.util.Date; import org.xlp.annotation.ExcelOutputed; public class Student { @ExcelOutputed private int id; @ExcelOutputed("姓名") private String name; @ExcelOutputed("生日") private Date timDate; @ExcelOutputed private boolean d; public int getId() { return id; } public void
用户评论