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

2022-11-21 09:21:29 浏览数 (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”的模板:

改为:

0 人点赞