Hi,

It cannot be controlled in the current version.
You probably should use POI to delete empty rows after jXLS processing is
complete.

--
Leo

On Mon, Jul 11, 2011 at 1:03 PM, Alx <otinan...@gmail.com> wrote:

> I have a template:
>
> <jx:forEach items="${calendardays}" var="day">
>  ${day.dateForUI}
> <jx:if test="${day.actions.size()>0}">
> <jx:forEach items="${day.actions}" var="action">
>        ${action.classid}
> </jx:forEach>
> </jx:if>
> </jx:forEach>
>
> When I open the generated excel file if I scroll down to the end of
> the document there are hundreds of empty rows. Is this something that
> can be controlled?
>
> Thank you in advance.
>
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> jXLS-user mailing list
> jXLS-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jxls-user
>
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
jXLS-user mailing list
jXLS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxls-user

Reply via email to