How to transfer Excel data to another Excel file?

I would like to copy excel data to another excel file. how to build that?

Depending on what you would like to do exactly basically:
Read Sheet / Range / Cell from Excel 1 and store in variable (Excel Application Scope, Read Range)
Write Range / Cell to Excel 2 from variable…

sheet 1 from Excel file1 to another sheet 1 Excel file2