Hi,
I am currently working on a working on a project that requires copying a sheet from one excel spreadsheet and pasting it into another. I have tried many ways, but haven’t found a way to do it yet. Google sheets has a function of copy sheet, I need a similar option for excel. The sheet that we are copying has a picture in it.
Thanks in advance!
Hello, can you share the scenario you are working on
So the current workflow with google spreadsheet is this:
- Webhook gets called
- Searches the sheet that the webhook was called from
- Gets value that the following step is filtered on (Different value → different route)
- Copy Sheet (Copies a sheet from spreadsheet [1] and pastes into original spreadsheet, where the webhook was called from)
- Updates a cell
Where the problem is, excel does not allow me to copy a sheet from one to spreadsheet into another. And because the sheet has a picture in it, you can just update rows.
My question is if there is a way to copy picture from one spreadsheet into another.