when i click on "excel" instead of opening the file in excel it goes to the next page and shows the data as tab separated
How can i make it go directly to excel

<display:table name="learningList" export="true" pagesize="50" id="row" requestURI="/CourseMapper/learn/learningList.do" cellspacing="1" cellpadding="0" class="table" >
<display:setProperty name = "export.csv" value = "false" />
<display:setProperty name = "export.excel.filename" value = "list.xls" />
<display:setProperty name = "paging.banner.item_name" value = "Record" />
 .................................. 


Output when I click on "excel "
 ****************************************************** 
"SkillName" "CourseCode" "PrimaryJob" "SecondaryJob" "JobRole" "CourseTitle" "Course Type" "
Apply Terms & Conditions
" "
229AG
" "SALES" "SALES OPERATIONS" "SALES RELATIONSHIP & ASSURANCE SPECIALIST" "229AG Quality Assurance (QA) Fundamental" "Classroom" "
Apply Terms & Conditions
" "
229AG
" "SALES" "SALES OPERATIONS" "SALES RELATIONSHIP & ASSURANCE SPECIALIST" "229AG Quality Assurance (QA) Fundamental" "Classroom" "
Apply Terms & Conditions
" "

Reply via email to