Error while writing data into excel file


What is the solution for above problem.

Hey @swapnali1

Use Write Range workbook activity outside Excel Application Scope or use Write range of Excel Category inside Excel Application scope :slight_smile: as per your needs use one of them way :slight_smile:

Capture

Regards…!!
Aksh

You have used the standalone write range activity within the excel application scope, you don’t need to do this. As @aksh1yadav has said, you can use the write range under excel activities for this context.

hi @aksh1yadav following is my program file I want to store scraped data into that excel file it not work. Do you have any solution for that. softwareCompnies.xaml (16.5 KB)