When a cell is shifted to make space for an iteration, its hyperlink stays...
JETT - Java Excel Template Translator
Status: Beta
Brought to you by:
rgettman
Say you have a hyperlink statically inserted to the template to cell "A3" for instance. (Important: it has nothing to do with the <hyperlink> tag.)</hyperlink>
If a collection is expanded that shift the original "A3" to "A20" for instance, then you'd expect that the link is now part of "A20". But, it is still part of "A3".
I'd think this is because SheetUtil.copyCell() does not deal with hyperlinks.
You're right; JETT has ignored existing Excel hyperlinks in a template.
I've checked in code to move, remove, and copy existing Excel hyperlinks. JETT should now show proper behavior when it deletes/clears a cell with a hyperlink, shifts a cell with a hyperlink, or copies a cell with a hyperlink in a looping tag.
This will be a part of the next JETT build.
Thanks, Randy, great news.
This was included in JETT 0.11.0, which was released on May 14, 2018.