i would like to do the following steps to all my .xlsx:
Copy first sheet
Paste the copied sheet to another file
Rename the pasted sheet as the name of the file
- Repeat step 1 and copy she sheet in the same file of step 2 repeat step 3
Can i do this steps with R? my .xlsx contein img and the cells are formatted.
THANKS