在导出前对该列数据进行处理,确保以文本格式输出
foreach (GridViewRow row in gv_Main.Rows)
{
//处理第1列数据
row.Cells[0].Attributes.Add("style","mso-number-format:'\\@'");
}
在导出前对该列数据进行处理,确保以文本格式输出
foreach (GridViewRow row in gv_Main.Rows)
{
//处理第1列数据
row.Cells[0].Attributes.Add("style","mso-number-format:'\\@'");
}