Label l = , , "A cell with a comment"); WritableCellFeatures cellFeatures = new WritableCellFeatures(); cellFeatures.setComment("the cell comment"); l.setCellFeatures(cellFeatures);…
="select TestSurveyID,'http://www.findoout.cn/survey/viewsurvey.aspx?tid='+CONVERT(varchar(10),testsurveyid) as url,Title from TestSurvey with (nolock) where Title like '%"&B2&"%'" B2为单元格,与通过&号与字符链接起来…