-
New Feature
-
Resolution: Invalid
-
Normal
-
None
-
None
-
None
http://code.google.com/p/zkspreadsheet/issues/detail?id=327
Reported by [email protected], May 6, 2011
Consider a java bean ljbean which is a List<Object>. Inside a cell you write "=for(obj in ljbean)
{obj.param}" . As a result the column will be filled with all param properties of all objects in the list.