You can try to use Excel 2007 which should not have restrictions on the
number of columns.

--
Leo

On Thu, Nov 25, 2010 at 12:50 PM, tea kian choong <te...@ams.com.my> wrote:

> Hi,
>
> Would like to ask,
>
> for example 1
> <jx:forEach items="${employees}" var="employee" select="${employee.payment
> >
> 2000}"> ${employee.name} </jx:forEach>
>
> the employees is a list which size is 100.
> and the select statement, ${employee.payment > 2000} actually only retrieve
> out
> 10 records.
>
> so, in the excel, will display 10 employee's name, 10 columns (1 employee's
> name
> in 1 column).
>
>
> for example 2
> <jx:forEach items="${employees}" var="employee" select="${employee.payment
> >
> 2000}"> ${employee.name} </jx:forEach>
>
> this time, the employees is a list which size is 1000.
> and the select statement, ${employee.payment > 2000} actually only retrieve
> out
> 10 records.
>
> so, this time, will success display 10 employee's name, 10 columns (1
> employee's
> name in 1 column)? or will have runtime error, due to excel can only
> support 256
> column?
>
>
> Currently, i facing a problem which similar to what i explained in example
> 2.
>
> Any helps / solutions is very much appreciated.
> Thanks
>
>
> Regards
> Tea
>
>
>
> ------------------------------------------------------------------------------
> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
> Tap into the largest installed PC base & get more eyes on your game by
> optimizing for Intel(R) Graphics Technology. Get started today with the
> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
> http://p.sf.net/sfu/intelisp-dev2dev
> _______________________________________________
> jXLS-user mailing list
> jXLS-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jxls-user
>
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
jXLS-user mailing list
jXLS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxls-user

Reply via email to