jxls - JXLS2, XLSCommentBuilder and row overwrite white iterating over the passed collection -
i have rather simple xls template, , 1 of rows annotated comment on cell a10:
jx:each(items="obj.reportrows" var="reportrow" lastcell="h10")
it works - takes collection , adds data it, overwrite static cell data below row a, instead of inserting generated rows.
looks there's no attribute each command controls whether rows should inserted or overwritten.
am missing something?
try include static cells jx:area tag.
in case should shifted down expected.
Comments
Post a Comment