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 桁を超える入力を許可する方法
セル参照を取得し、その形式を Number に変更する必要があります。
C# の例;
myRange.NumberFormat = "0.0";