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.
現在、次のように各セルを個別に呼び出してシートにデータを追加しています。
worksheet.Cells[row, 1].Value = item.STATUS;
ただし、35 列で 40000 行を追加する場合、データの追加に数分かかります。この操作を高速化する方法はありますか?