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

範囲をコピー/貼り付けアクティビティを使用して、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

こんにちは

基本的には期待通りの挙動になると思いますが、Sheet指定の場合は厳密には全選択にならず、編集されている範囲を自動検出して、その範囲をコピーします。またシェイプ等のコピーのされ方も手動での全選択とはことなると思います。
実装は以下のような感じになると思います。