标签: c# datagridview export-to-excel
可能重复: Export Excel : Avoid stripping the leading zeros
我正在使用Interop将数据网格视图导出到Excel。 dgv中的数据按预期格式化,并且所讨论的列在源数据表中是字符串类型。但是,在导出时,示例单元格在Excel中显示为“39374”而不是“0039374”,这是datagridview上的值。 有办法克服这个问题吗?
答案 0 :(得分:0)
只需为单元格本身设置合适的类型即可。 检查这些链接,
How to make Excel with zero before the number in C#
How to format cells in excel sheet programmatically?