Copy Excel sheet from A.xlsx to B.xlsx (without read/write range to preserve format)

Hi @Ludwig_Wilhelm

You can use copy paste range in modern excel activities like

  • Excel process Scope
    • Use excel file 1(A.xlsx) reference as Excel
      • Use excel file 2(B.xlsx ) reference as Excel 1
        • copy paste range of modern
          Source will be ->Excel.Sheet(“sheet-ABC”)
          Destination will be ->Excel1.Sheet(“sheet-ABC”)

And set what to copy as “All”

To enable the modern
Activities panel → Filter → Show modern

Regards
Sudharsan

Regards
Sudharsan

2 Likes