Re: [jXLS-user] collection in a second forEach

2011-08-19 Thread Leo
Title: Re: [jXLS-user] collection in a second forEach Hi Florian, All the syntax options you mentioned should work. Please share your classes so that we can take a look. Or sent me an example demonstrating the problem. -- Leo Friday, August 19, 2011, 6:14:58 PM, you wrote: Hello,   I am

[jXLS-user] collection in a second forEach

2011-08-19 Thread Florian Strauß
Hello, I am searching for the best way to do the following: I want to iterate about my beans and use an excel template. Map beans = *new*HashMap_Collection_>(); // .. beans.put("nutzer", nutzer); XLSTransformer transformer = *new*XLSTransformer(); trans