Commit 35b6d1be authored by vbhosale's avatar vbhosale

Added code for export to excel

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@176443 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 11ce8aac
......@@ -164,6 +164,7 @@ public class ImpEvents extends ValidatorEJB implements ImpEventsRemote, ImpEven
createHtmlData.append("</table>");
rowData.put("todayEvent", createHtmlData.toString());
rowData.put("exportToExcel", "<td><img src='"+CommonConstants.TOMCAT_HOME+"/ibase/dwh/FusionChart/images/excel.png' width='20px' height='20px' alt='Export to Excel' id='excel' name='excel' onclick='exportExcel(this.parentNode.id)' align='right' style='padding : 16px;'></td>");
rawDataTomorrowEventsJson.put(count, rowData);
count++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment