Try to move your Column class into a separate source file and make it
public.
Let me know if this helps.

On Wed, Oct 26, 2011 at 2:45 PM, Deina <deina_s...@yahoo.com> wrote:

> Hi,
>
> I created a simple test class following your example (see attachement)
> The program generates the xls document but with empty values.
> Can you help me spot the problem here? From my point of view everything is
> ok but still the values from the collection are not generated.
>
> Thanks in advance
>
> ------------------------------
> *From:* Leo <leon...@gmail.com>
> *To:* Deina <deina_s...@yahoo.com>
> *Cc:* "jxls-user@lists.sourceforge.net" <jxls-user@lists.sourceforge.net>
> *Sent:* Wednesday, October 26, 2011 1:09 PM
> *Subject:* Re: [jXLS-user] Vertical rows
>
> It is possible although the syntax may seem rather inconvenient because you
> will need to inject jx:forEach tag into each row.
> Check here http://jxls.sourceforge.net/samples/dynamiccolumnssample.html .
>
> --
> Leo
>
>
> On Wed, Oct 26, 2011 at 1:04 PM, Deina <deina_s...@yahoo.com> wrote:
>
> Hi,
>
> Is it possible to generate a xls starting from a template
> in which the rows are displayed vertically and not horizontally?
>
> Instead of:
> Name        |Age           |Payment     |Bonus
> Elsa           |28              |100             |100
> Ene            |30              |200             |100
>
>
> it should look like this:
>
> Name         |  Elsa  |   Ene
> Age            |   28     |   30
> Payment    |  100    |   200
> Bonus        |   100   |   100
>
> Thanks a lot,
>
>
> ------------------------------------------------------------------------------
> The demand for IT networking professionals continues to grow, and the
> demand for specialized networking skills is growing even more rapidly.
> Take a complimentary Learning@Cisco Self-Assessment and learn
> about Cisco certifications, training, and career opportunities.
> http://p.sf.net/sfu/cisco-dev2dev
> _______________________________________________
> jXLS-user mailing list
> jXLS-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jxls-user
>
>
>
>
>
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
jXLS-user mailing list
jXLS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxls-user

Reply via email to