Hi
Kindly try with Read Range from workbook package and it has same set of activities that excel package has
Search as workbook in activity panel
Cheers @swapnilw
Yes, we can do that, however we should use workbook activity when we are dealing with multiple workbook. in this case the we are performing operation on the same workbook, hence i want to know the reason why i am getting error.
i going through one video tutorial and trying to implement the same , the tutorial guy don’t have any issue but i am getting error.
Fine
It’s not like workbook activities can be used only when multiple workbook used
It can be used when xlsx file has to be accessed and if the excel application it’s not installed, while if we want to access the file then we can use workbook activity
Here the issue implies that excel application is not installed that’s why suggested to go for workbook activities and we won’t face any such issue
Cheers @swapnilw
I think you are using that workbook activity inside a EXCEL APPLICATION SCOPE
Kindly remove the excel application scope and we will be able to use the workbook activities even without excel application scope
Then we won’t face this issue
Then you should not have problems, if the steps you need are not complex, and the file you need to manipulate is XLSX, you can use the activities inside System->File->Workbook category
use this from workbook package and for this we dont need use EXCEL APPLICATION SCOPE and there is no need of excel application to be installed
kindly try with this method and let know pls