jxls icon indicating copy to clipboard operation
jxls copied to clipboard

Merged cells are split

Open ivos opened this issue 1 year ago • 2 comments

Cells merged in the template are split in the generated output.

template.xls generated-output.xls

Versions:

<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>
<dependency>
	<groupId>org.apache.poi</groupId>
	<artifactId>poi</artifactId>
	<version>5.0.0</version>
</dependency>
<dependency>
	<groupId>org.apache.poi</groupId>
	<artifactId>poi-ooxml</artifactId>
	<version>5.0.0</version>
</dependency>

ivos avatar Jul 21 '23 15:07 ivos

Added testcase as PR #299

SoltauFintel avatar Feb 29 '24 18:02 SoltauFintel

Error occurs also in 3.0.0-beta1.

@leonate See Issue259Test. Please fix when you have time. Could be similar to #242 / see PoiTransformer.copyMergedRegions()

SoltauFintel avatar Feb 29 '24 18:02 SoltauFintel