Title: Re: [jXLS-user] Problem with jx:forEach tag
Hi Vince,

The default implementation of ReportManager interface is very simple and uses RowSetDynaClass from Apache BeanUtils library.

So I suspect your issue relates to RowSetDynaClass specificity. 

Also you can always provide your own implementation of ReportManager interface so you can fix it as you wish.

--
Leo


Thursday, November 24, 2011, 7:07:42 AM, you wrote:


Hi Jxls Team,

I am currently not able to display the values to the output file when using ReportManager.

As I have found out it does not support column names having Capitalized letters.

for example, I cannot get a value to the output sheet having column name "dDrafts" but I can get a value when the column name is changed to "ddrafts".

Why does this happen?

Thanks!
Vince


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, 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-novd2d
_______________________________________________
jXLS-user mailing list
jXLS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxls-user

Reply via email to