jxls icon indicating copy to clipboard operation
jxls copied to clipboard

Java library for creating Excel reports using Excel templates

Results 34 jxls issues
Sort by recently updated
recently updated
newest added

Hi team, When creating a report from excel template using jx:each, data validation (drop down) control is not being processed at all. Fields generated that way don't have data validation...

enhancement

* spock framework needs to be updated and because of that the junit needs to changed to junit-vintage * maven surefire version needs to be updated in the jxls module...

enhancement

Hey Team, We have use-case where we need to add multiple sheets with each sheet containing 8 lac rows. I wanted to check that can we add **Multi sheet Parallel...

enhancement
waiting-for-pr

Hello~ version: (Jxls 2.12.0) I have a template file like this ![image](https://user-images.githubusercontent.com/108064454/176097355-d0728635-2a3e-4131-b763-6a8234eb0bc9.png) When i give a param named "count" values 5 ![image](https://user-images.githubusercontent.com/108064454/176097464-da9c5abb-1f4b-4a0b-b5be-3e87e4abbdcb.png) It works normally ![image](https://user-images.githubusercontent.com/108064454/176097563-cdf6b3d7-22ac-4042-b182-63d4f7946d0d.png) But when i give...

bug

![image](https://user-images.githubusercontent.com/25730605/167234586-05c82687-af96-424d-8401-a2ba47b9433d.png) `mergeCells` command is not easy to use if I need merge many rows , like the picture show, I want merge many rows in single command or less command...

enhancement
mergecells

hello, I found that the generated rows height could not update to the template source row height when I use Sxssf transform. **template**: ![image](https://user-images.githubusercontent.com/2240276/166405532-e2637808-6b84-4cd0-b39c-108c3eefb43a.png) **result**: ![image](https://user-images.githubusercontent.com/2240276/166405583-6256d9ba-e9f5-4054-a738-d77d574cb249.png) After I debugged the...

bug

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-11eb-9c2e-63f2eb877f6e.png) what i want: ![image](https://user-images.githubusercontent.com/26084893/96422067-22667b00-122a-11eb-83f2-f85562401168.png) But what I actually got...

question
mergecells

when use multi sheet template with image ,it will lose image on every page

bug

Hi there, I was testing this library to generate a quite large report with over ~150k rows from an SQL database, one of the issues I found was that it...

enhancement

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, Exception: [](url) ![](https://bitbucket.org/repo/qkXAy/images/2702132052-image.png) maven version: ``` org.jxls jxls 2.12.0 org.jxls jxls-poi 2.12.0 ```

bug
mergecells