* @return
*/
public String getXLS(){
ReportManagementService reportManagementService = (ReportManagementService)StorageService.ctx.getBean("reportManagementService");
resultInfo = reportManagementService.renderXLSV2(request.getParameter("id"),request.getParameter("html"),request.getParameter("time"),request.getParameter("title"),request.getParameter("mode"),parameterMap);
return SUCCESS;
}
// col 7
// cols 8