protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
{
if (e.Row.RowType == DataControlRowType.DataRow)
{
e.Row.Cells[6].Attributes.Add("style", "vnd.ms-excel.numberformat:@");
}
} GridView导出excel出现科学计数的解决办法
最新推荐文章于 2025-05-23 14:54:15 发布

2453

被折叠的 条评论
为什么被折叠?



