Excel Write Cell Workbook Activity Not Working

Hey Everyone, I am trying to fetch data from website and using get text to get my desired text from the website. I am using foreach loop, the bot is fetching the text but failed to store in the excel sheet. When the bot reaches the Excel Write Cell Workbook it couldn’t move further and just stay stuck there.

I tried to use write cell activity but when I click + sign to select where to write I could find the option of opening the excel sheet.

I am attaching the screenshot here for more clarification.

Thanks for your time.
Error

You mention that it says stuck at the Write Cell Workbook activity. Is there an error shown, or does it just stall there?

It just stall there sir

Hi,

If you want to select Sheet etc from plus sign, can you try to use UseExcelFile and WriteCell instead of WriteCellWorkbook? It might also solve the stuck problem.

Please note that there are 3 types of WriteCell activity and try one which has green excel icon.

Regards,

1 Like

Although I solved it by myself with this method but still I am marking it as solution for others :slightly_smiling_face: . Thank you for your time.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.