e.printStackTrace();
} catch (InvocationTargetException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
SpreadsheetService spreadsheetService = (SpreadsheetService)StorageService.ctx.getBean("spreadsheetService");
if(spreadsheetService!=null)
{
//判断当前用户有无edit权限
if(!spreadsheetService.queryUserEditAuthorty(parameterMap))
{
resultInfo.setFailed(com.narirelays.ems.resources.EMSi18n.HAS_NO_EDIT_AUTHENTICATION);
}
else
{