Use Excel File: Microsoft Office 2010 or newer is required

Hi, I am trying to automate data entry and using WPS to read the data but getting an error. Am I doing anything wrong here?

Use Excel File: Microsoft Office 2010 or newer is requiredUse Excel File: Microsoft Office 2010 or newer is required

These are modern activities you can check excel package and see the pre requisition required
Alternative approach you can use now is you can use workbook activities
Try using that thanks
@Adarsh_mamidi

1 Like

@Adarsh_mamidi,

Excel activity works only when there is Microsoft office is installed on the system and you are having WPS which can’t be automated through this.

You can use Workbook activities which don’t require office to be installed.

1 Like

Thank you. It seems to be working until I get this error 11/10/2024 00:25:04 For Each Row in Workbook: You do not have permission to open this file in the browser.

I have given the editor access and access to anyone with the link options, but still I get this error.

@Adarsh_mamidi,

Select the Sheet name from the Plus icon at the end of the Range text box. The Sheet name should be like this without ""

Thank you. I am not able to see the sheets automatically to directly select the sheet

@Adarsh_mamidi,

Clear the value first

Click on that dropdown button and see the sheet name available there. Select that.

Thank you. Tried it, but for the last 10 minutes, it has been loading. Any alternatives in this situation

@Adarsh_mamidi

Can you please tell what you want to acheive

Read range workbook worked because it does not need excel installed in anyway

If you want to manipulate something then use for each row in datatable and manipulate the data and then use write range workbook to write back

The for each you are using is a sharepoint or onedrive one for which you need to have a sp or one drive and all permissions are to be provided

Cheers

@Adarsh_mamidi,

Try typing the sheet name directly.

Hi @Adarsh_mamidi , instead of using ‘For each row in workbook’', try to use ‘For each row in data table’ activity

Try yank bf using work book activity and for each row in data table

Also add kill excel activity before this excel scope activities started
Also if possible store everting into variable excel path and sheet name and assign the variables there @Adarsh_mamidi