Excel file in Sharepoint

Hi,

Just want to know if anyone know how to open an excel in sharepoint using excel application scope activity without downloading it.
I need to read and write on the excel.

Thanks

Hi,

I do recall achieving this using (Excel & Sharepoint 365):

  • Excel application scope to open the workbook as visible.
  • Clicking “Edit workbook” (or similar) inside the application scope
    image
  • Adding a small delay after the click to make sure the file is properly editable

After you should be able to save it properly with your application scope.

Cheers

Hi @Florent_Salendres,

What will be the input on workbook path property in excel application scope?

I think the local path where the workbook was synced.
I will need to double check

Cheers