export excel: 1-step:use @ExcelField(lableName="sex") on POJO's field 2-setp: use ExcelUtil's static method export(Class clazz,List list,OutputStream os). if need convert the POJO field's value,you make create class implement ExcelConvert. and @Exce
Caused by: java.lang.NoClassDefFoundError: org/apache/xmlbeans/XmlObject at com.ceair.auto.util.ExcelUtil.readExcel_xlsx(ExcelUtil.java:422) at com.ceair.auto.util.ExcelUtil.readExcel(ExcelUtil.java:179) at com.ceair.auto.action.FlightProtectsAction