
WhatwerecommendWereiterateourBuy(1)ratingonthebackofthestrongafter-salesserviceearningsandcommissiongrowththatweseeover2013-15.WeareraisingourSOTP-derivedsix-monthtargetpricetoHKD6.71(fromHKD6.37).Wearerollingoverourvaluationbasisto2014earnings,andapplya6.5xPERtothecombined2014commissionderivedandnewcarsalesprofit(previously,9.5xon2013E),anda12xPERtotheaftersalesprofit(previo...

asp.net导出excel文件以下是代码片段: publicvoidSettleOrderToExcel(HttpResponseresp,stringfileName,stringcolumnNames,IListmSOrder) { //设置编码和附件格式 resp.AddHeader("content-disposition","attachment;filename="+System.Web.HttpUtility.UrlEncode(fileName,System.Text.Encoding.UTF8)+".xls"); resp.ContentType="applicationnd.ms-excel"; resp.ContentEncodin...