zhox

Results 2 issues of zhox

**Make sure set the target branch to `develop`** ## What is the purpose of the change Replace JDK timer with netty hashedWheelTimer ## Brief changelog XX ## Verifying this change...

**建议先去看文档** [快速开始](https://easyexcel.opensource.alibaba.com/docs/current/) 、[常见问题](https://easyexcel.opensource.alibaba.com/qa/) **触发场景描述** 导出某些数据为CSV, 版本3.1.1 **触发Bug的代码** 导出代码为 EasyExcel.write(response.getOutputStream(), CodeExport.class).sheet("Sheet1").doWrite(codeExportData); 情景1,Class对象如下: ` @Data public static class CodeExport { public String CardCode; public Integer number; } ` 结果: 表头变为cardCode,首字母被小写 情景2,Class对象如下,无Get和Set方法: `...

bug