Hi,

Thank you very much Leo for the fast feedback.

This is what I am trying to do but with no success. I tried using
removeRow and shiftRows methods but none of them seem to do what I
want. If someone has wa working solution please let me know!
I am wondering if this is not possible to do after a sheet has been
created, in that case I will have to use POI from the start.

Thanks again!

On Mon, Jul 11, 2011 at 1:29 PM, Leo <leon...@gmail.com> wrote:
> 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