SoltauFintel
SoltauFintel
Thanks for submitting the zip file. Maybe I'll take a look later. Looks like we have several problems with jx:mergeCells. Does the additional row also will be created if you...
Added testcase as PR #299
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()
Solution: extend `Utl.regexCellRef` with `+ "|[a-zA-Z_]+[a-zA-Z0-9_]*\\[.+\\]"`. However, many testcases will fail.
Formula "FUNC(a[b],c[d])" does not work. I'm going to push a bugfix.
PR #312 is my 2nd attempt to solve this issue.
Streaming does not support all features. Streaming is intended to output large lists. Possible solution: use the large data list and streaming on one sheet, use the image and no...
We'll keep that in mind as a suggestion.
I want to wait to merge this feature because we currently do not need it.
see PR #262