//1)文本:vnd.ms-excel.numberformat:@
//2)日期:vnd.ms-excel.numberformat:yyyy/mm/dd
//3)數字:vnd.ms-excel.numberformat:#,##0.00
//4)貨幣:vnd.ms-excel.numberformat:¥#,##0.00
//5)百分比:vnd.ms-excel.numberformat: #0.00%
e.Row.Cells[“”第幾列”].Attributes.Add("style", "vnd.ms-excel.numberformat:@");//設置導出excel列格式為文本