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.
epplusを使用して、Excelで上記の行のような書式設定で行に新しい行を挿入する必要があります!
行結合セルを挿入した後、セルが乱れ、データも読み取れません
できるだけ早く解決策を教えてくださいありがとう
行1から行2に行く場合は、データが必要な場所を渡します
currentWorksheet.Cells["A2"].Value = "Totals";
結合したい場合は、セル A2 と B2 を次のようにします。
currentWorksheet.Cells["A2:B2"].Merge = true;
さらにヘルプが必要な場合は、もう少し説明してください