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.
C# を使用して、かなり長いテキストを Excel シートに追加しようとしています。私はこのコードを使用します:
worksheet.Cells[1, 1] = textString;
結果は次のとおりです。
私が欲しいのは:
提案?