Hi Leo,
Am stucked here:
[WARN ]
jxls.parser.ExpressionCollectionParser.findCollectionProperties@104![0,9]:
'firstName;'
undefined variable firstName
[WARN ] commons.jexl2.JexlEngine -
net.sf.jxls.parser.Expression.<init>@61![0,9]: 'firstName;' undefined variable
firstName
My java file is this
public void xlsReport()throws IOException, ParsePropertyException,
InvalidFormatException {
         beans.put("studentList",studentList);//studentList has list of students
         XLSTransformer transformer = new XLSTransformer();
         transformer.transformXLS(templateFileName, beans, destFileName);
        }
Using a button in u i am calling the above method in the backend.
in excel template file i have given as
${studentList.firstName} 



------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
jXLS-user mailing list
jXLS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxls-user

Reply via email to