-
Hello,
jxls-poi version 3.0.0 has 2 CVE from dependencies that would be easy to correct :
- org.apache.poi : poi : 5.2.2 => upgrade to 5.2.4
- org.apache.commons : commons-compress : 1.25.0 => up…
uek06 updated
3 months ago
-
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,…
-
Cells merged in the template are split in the generated output.
[template.xls](https://github.com/jxlsteam/jxls/files/12130174/template.xls)
[generated-output.xls](https://github.com/jxlsteam/jxls…
ivos updated
8 months ago
-
Mostly just tracking the status of https://github.com/jxlsteam/jxls/issues/217
-
Hi
We are using jxls-core-1.0.6 jar in our project. Now we are trying to upgrade the latest version of apache-poi(4.1.2) and our code using XLSTransformer to transform Objects. Still jxls-core usi…
-
```
resources
jexcel:
http://www.z80.fr/2010/03/30/google-app-engine/how-to-generate-excel-files-on-go
ogle-app-engine/
http://zhoupengylx.blogspot.com/2010/02/how-to-use-jexcel-with-spring-3-on.html…
-
```
resources
jexcel:
http://www.z80.fr/2010/03/30/google-app-engine/how-to-generate-excel-files-on-go
ogle-app-engine/
http://zhoupengylx.blogspot.com/2010/02/how-to-use-jexcel-with-spring-3-on.html…
-
Hi,
I am using simter-jxl-ext to export excel with auto merge cells. And it works well when I export only one sheet (the default sheet) every time.
But when I use multi sheets, the each-merge comm…
-
Based on JPEG XL's compression efficiency, encoding and decoding performance, and backwards compatibility features (like lossless JPEG transcoding), it seems we're finally going to have a universal im…
-
https://mafgwo.cn/2021/03/16/7308_SpringBoot%E4%B8%AD%E5%A6%82%E4%BD%95%E4%BC%98%E9%9B%85%E5%AF%BC%E5%87%BAExcel/
一 背景 开发中,经常会有一些导出excel的需求,而有些需求中导出的字段还比较多,如果需要我们人工一个个对齐到excel里,非常费时费力,并且还要关注每一列的格式排…