Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在.NET中将数据导出到excel时允许在excel单元格中输入超过15位数字
您需要获取单元格引用并将其格式更改为数字。
C# 示例;
myRange.NumberFormat = "0.0";