首页 > 编程技术 > ASP.NET

GridView导出Excel常见的5种文本格式 <font color=red>原创</font>

发布时间:2021-9-22 10:08

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%

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

标签:[!--infotagslink--]

您可能感兴趣的文章: