Jakub Nabrdalik
Jakub Nabrdalik
Oralndo, IMHO this is a wrong way to do it in groovy. This is programming in strings. No help from IDE, compiler or anything. The Groovy-way would be to use...
Ok, it's gonna be a bit more complex. You have extended PropertyGetter while you should just implement Getter, because you don't have a property in closure, you are working on...
What's left: - upgrade test app (https://github.com/TouK/excel-export-samples) to current version - update readme - publish
And perhaps change API to have functional interfaces only, so that you can use closures.
Actually this was kind of a note to myself, :) because I won't be able to give it a shot before Sunday. But if you can do it it would...
Not supported for now, but pull requests are welcome
Yeah, I would go with a property getter, but truth to be said, I never used images with Apache POI, so can't help much.
Sure, a pull request would be great.
You don't have to change the plugin locally. If you can provide a pull request, I'll be happy to merge it.
As for idea from question 5: For such a big excels, you could go with SXSSF (pure Apache POI has 3 modes of operation, I'm not using the most efficient...