1. 首页
  2. 课程学习
  3. .Net
  4. GridView导出Excel常见的5种文本格式

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

上传者: 2021-09-08 09:18:31上传 PDF文件 22.46 KB 热度 8次

1) 文本:vnd.ms-excel.numberformat:@2) 日期:vnd.ms-excel.numberformat:yyyy/mm/dd3) 数字:vnd.ms-excel.numberformat:#,##0.004) 货币:vnd.ms-excel.numberformat:¥#,##0.005) 百分比:vnd.ms-excel.numberformat: #0.00%用法:在GridView的RowDataBound事件中加入代码e.Row.Cells[0].Attributes.Add("style", "vnd.ms-excel.numberformat:@");

下载地址
用户评论