记使用EasyPoi(poi)导出Excel遇到的问题-firstMovedIndex,lastMovedIndex out of order

December 17, 2023
测试
测试
测试
测试
1 分钟阅读

content:[18:31:07.977][55]

[956DE36473C8E283]ERRORc.a.e.e.e.t.ExcelExportOfTemplateUtil.createExcleByTemplate - firstMovedIndex,lastMovedIndex out of order

解决方案:

各种搜索都无法解决,easypoi--就重新上官网查看官方文档-http://easypoi.mydoc.io/#category_49972

附AutoPoi:https://www.kancloud.cn/zhangdaiscott/autopoi/3032560

英文好的可以看-apache poi:https://poi.apache.org/apidocs/4.0/

都是大同小异

模板里用的是"$fe"来进行遍历插入的,但是我需要遍历插入的数据下方是没有其他数据的,这就导致其执行时,要将下方语句下移时,发生了越界。改用“fe”完美解决了问题。

下面附一个适合用“$fe”的模板:

改为:

继续阅读

更多来自我们博客的帖子

如何安装 BuddyPress
由 测试 December 17, 2023
经过差不多一年的开发,BuddyPress 这个基于 WordPress Mu 的 SNS 插件正式版终于发布了。BuddyPress...
阅读更多
Filter如何工作
由 测试 December 17, 2023
在 web.xml...
阅读更多
如何理解CGAffineTransform
由 测试 December 17, 2023
CGAffineTransform A structure for holding an affine transformation matrix. ...
阅读更多