jxls icon indicating copy to clipboard operation
jxls copied to clipboard

“jx:mergeCells” has bugs

Open taolive opened this issue 2 years ago • 1 comments

When using multisheet ,eg:

jx:each(items="datas", var="item", lastCell="E4" multisheet="item.sheetName")
jx:mergeCells(lastCell="A1",cols="item.addres.size()")

jx:mergeCells can‘t work,

Exception:

maven version:

<!-- jxls -->
<dependency>
    <groupId>org.jxls</groupId>
    <artifactId>jxls</artifactId>
    <version>2.12.0</version>
</dependency>

<dependency>
    <groupId>org.jxls</groupId>
    <artifactId>jxls-poi</artifactId>
    <version>2.12.0</version>
</dependency>

taolive avatar Aug 13 '22 15:08 taolive

Please send us a pull request with a testcase.

SoltauFintel avatar Dec 19 '22 08:12 SoltauFintel