-
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里,非常费时费力,并且还要关注每一列的格式排…
-
### I found the code below is very slow, and i don't know how to handle it.
```java
protected final void findAndRemoveExistingCellRegion(CellRef cellRef) {
/////
}
```
### the xlsx file looks li…
-
template
![图片](https://user-images.githubusercontent.com/51359328/192948430-90e1665d-fa5f-4b82-8cba-9ed59ceffaf3.png)
data
{“departments”:[
{staff: list.size() = 1},
{staff: list.size() = 1…
-
Adding xslx support doesn't look like it's too bad. I started working on this can got basic string replacement working. Currently working on looping situations to populate row/cell from a collection. …
-
The current pod spec points to tag 1.0 in the repository. The pod spec should be updated to point to the latest changes. I'm not an expert at podfile creation. If a 1.1 (or 1.0.1) tag was created, …
-
hi,jxls team
when i am using 'each' and 'mergeCells' at the same time,i found the problem below here。
my template:
![image](https://user-images.githubusercontent.com/26084893/96421858-e3d0c080-1229…
-
### Checklist
- [X] I am using an up-to-date version.
- [X] I have read the [documentation](https://github.com/TagStudioDev/TagStudio/blob/main/doc/index.md).
- [X] I have searched existing [issu…
-
Good day.
I ran into a problem generating templates. My .xlsx template has a number of columns up to GG.
jx:area(lastCell="GG56")
The width of each column is 0.42.
The height of the lines varies,…
-
I get an error when using ${中文}, and when using ${"中文"}, the data fills with the literal string "中文" instead of the actual data.
-
I wrote some code using the encoder API that was accidentally setting the blend mode for the first/only frame to `JXL_BLEND_BLEND`. Under specific conditions, this produces a file that fails to decod…