在groovy中使用easyexcel进行优化
作者: liam1048创建于 2025年4月28日更新于 2025年8月14日
标签suggest
Recommendation Description When using easyexcel to read files in groovy, an error occurs in certain cases: com.alibaba.excel.exception.ExcelDataConvertException: Converter not found, convert NUMBER to org.codehaus.groovy.reflection.ClassInfo. Please refer to the issue mentioned earlier: https://GitHub.com/alibaba/easyexcel/issues/1096 This is due to the additional fields added by groovy to the generated bytecode. If the repository maintainer is willing to adapt to groovy, the following analysis can be referred to:
内容来源: alibaba/easyexcel