public String queryOlapTest()
{
SpreadsheetService spreadsheetService = (SpreadsheetService)StorageService.ctx.getBean("spreadsheetService");
if(spreadsheetService!=null)
{
resultInfo = spreadsheetService.makeTest(request.getParameter("olapQuery"),
request.getParameter("timeVar"),request.getParameter("time"));
}
return SUCCESS;
}