Alberto1202 / zkspreadsheet

Automatically exported from code.google.com/p/zkspreadsheet
0 stars 0 forks source link

Enhancement > displaying a list of objects into rows #327

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by ludopaq...@gmail.com on 6 May 2011 at 12:13

GoogleCodeExporter commented 9 years ago
An enhancement rather than a defect.

Original comment by chenhe...@gmail.com on 11 May 2011 at 7:31

GoogleCodeExporter commented 9 years ago
http://tracker.zkoss.org/browse/ZSS-19

    ---------
The ZK Spreadsheet team has moved the issue tracker from here to our own new 
system at http://tracker.zkoss.org/secure/IssueNavigator.jspa. Please remember 
to adopt to the new system.

Users are able to log into the new system using their ZK forum account. If you 
do not already have one, please register at http://www.zkoss.org/forum/

Our new system on Jira introduces a new and very powerful voting system 
enabling users to vote up for a desired new feature or a bug that other users 
also have problem encountering.

Original comment by chenhe...@gmail.com on 15 Jul 2011 at 7:46

GoogleCodeExporter commented 9 years ago
This is very useful in designing report templates. If this is provided in ZK, I 
could avoid one extra layer of application (JXLS) that I am using to fill data 
in Excel.

Original comment by ramesh.s...@gmail.com on 12 Feb 2015 at 12:28