apache / apache/fesod

使用模板xlsx +poi5.4.1版本,第三、四行空白,切换回poi5.2.2正常,使用xls模板也正常

Open
#382 5 comments 0 reactions 1 assignee Claimed by @psxjoy View on GitHub
bug pending
Dominant language
Java
Stars
6.2k
Forks
532
Avg merge
1d 3h
Merged PRs (30d)
42

Description

### Search before asking

- [x] I searched in the [issues](https://github.com/fast-excel/fastexcel/issues) and found nothing similar.

### Fastexcel version

1.2.0

### JDK version

1.8.X

### Operating system

_No response_

### Minimal reproduce step

ExcelWriter excelWriter = FastExcel.write(new FileOutputStream("demo.xls")).withTemplate(templateFileName).build();
WriteSheet writeSheet = FastExcel.writerSheet().build();
excelWriter.fill(data2(), writeSheet);
excelWriter.close();

### What did you expect to see?

### What did you see instead?

### Anything else?

_No response_

### Are you willing to submit a PR?

- [ ] I'm willing to submit a PR!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.