-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FastExcel替换EasyExcel解析表格报错 #154
Labels
help wanted
Extra attention is needed
Comments
No.1 :The issue appears to be a Log4j JAR version conflict. Try checking Maven and excluding the conflicting version. |
psxjoy
added
help wanted
Extra attention is needed
question
Further information is requested
labels
Dec 23, 2024
You’ve set batchCount to 100; why not consider using a straightforward ReadListener? 你指定了batchCount为100,为什么不尝试使用最简单的 |
使用ReadListener的extra和invokeHead组合确实可以解析出标头和批注,感谢! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题一:
解析的表格带有批注:
原来用esayExcel是可以解析出标头中的批注,代码如下:
把上面的代码中的EasyExcel换成fastExcel就不行了,对应的所有引用也都替换了。以下是错误输出:
maven引入如下:
问题二:esayExcel的registerReadListener目前只支持数据数量小于100条的表格解析,大于100条,就不走extra方法,无法读取批注,请问fastExcel有什么好的解决办法?目前只能用的Workbook来实现。
The text was updated successfully, but these errors were encountered: