Copy Sheet in Excel

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:

  1. Webhook gets called
  2. Searches the sheet that the webhook was called from
  3. Gets value that the following step is filtered on (Different value → different route)
  4. Copy Sheet (Copies a sheet from spreadsheet [1] and pastes into original spreadsheet, where the webhook was called from)
  5. 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.