好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

GridView导出Excel常见的5种文本格式 原创

1) 文本:vnd.ms-excel.numberformat:@

2) 日期:vnd.ms-excel.numberformat:yyyy/mm/dd

5) 百分比:vnd.ms-excel.numberformat: #0.00%

用法:在GridView的RowDataBound事件中加入代码e.Row.Cells[0].Attributes.Add("style", "vnd.ms-excel.numberformat:@");

查看更多关于GridView导出Excel常见的5种文本格式 原创的详细内容...

  阅读:57次