Skip to content
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

Merged cells are split #259

Open
ivos opened this issue Jul 21, 2023 · 2 comments
Open

Merged cells are split #259

ivos opened this issue Jul 21, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ivos
Copy link

ivos commented Jul 21, 2023

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 ivos added the bug Something isn't working label Jul 21, 2023
@SoltauFintel
Copy link
Member

Added testcase as PR #299

@SoltauFintel
Copy link
Member

SoltauFintel commented Feb 29, 2024

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()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants