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

网络编程 2021-07-04 22:41www.168986.cn编程入门
本文主要介绍GridView导出Excel常见的文本格式,以帮助开发人员做导出的Excel时避免出现文本格式不一致的问题。

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:@");

Copyright © 2016-2025 www.168986.cn 狼蚁网络 版权所有 Power by