シート全選択コピー&ペーストについて

範囲をコピー/貼り付けアクティビティを使用して、Excelのあるシートの全範囲をコピーし、別のExcelのあるシートに貼り付けをしたいです。この場合、ソースとターゲットともにシートまでの指定(rangeは指定しない)で対応できるものでしょうか。

Hie @delica22 how about using Copy/Paste Activity to copy from one sheet to another.

cheers

If the requirement is to copy one complete sheet to another sheet in the same excel - Yes, it is possible using Copy Paste Range activity

Just need to mention the sheet name only as given below.

Else if the requirement is to copy one full sheet from one workbook to another workbook - I don’t see any direct activity available. You could combine read range activity and write data table to excel for achieving the same