25-07-23 04:28 PM
Hello - I have Blue Prism 7.1.2 running in my environment. I have an automation that is using the Excel VBO to read in data from an Excel file and it stores this in a collection. Our IT department is challenging me over a license for either Excel or Office 365 on this system. My question - is Excel required to use the Excel VBO?
I am also looking for official documentation on the requirements for the Excel VBO. On my local laptop, I have Excel and it my process using it works just fine. It is a new production environment that does not have Excel install yet.
They shared a link saying to investigate:
Considerations for server-side Automation of Office
Microsoft | remove preview | ||||||
|
Answered! Go to Answer.
25-07-23 10:16 PM
For the legacy Excel VBO you must have Excel installed locally on the Digital Worker. There is another Excel connector that's based on Microsoft Graph. That VBO does not require a local install of Excel as it works with Excel via Microsoft's Graph API. However, the files you work with will have to be placed on a accessible OneDrive location (i.e. in the cloud) for Microsoft Graph to be able to access them.
Does that make sense?
Cheers,
25-07-23 08:42 PM
HI Chris Rider,
To my knowledge in order to use MS Excel VBO excel should be installed.
If the excel installation is problem then try to check below Microsoft documentation. Other alternative is opening excel in the browser or if it is CSV try using other VBO's to read the data
https://learn.microsoft.com/en-us/graph/excel-concept-overview
25-07-23 10:16 PM
For the legacy Excel VBO you must have Excel installed locally on the Digital Worker. There is another Excel connector that's based on Microsoft Graph. That VBO does not require a local install of Excel as it works with Excel via Microsoft's Graph API. However, the files you work with will have to be placed on a accessible OneDrive location (i.e. in the cloud) for Microsoft Graph to be able to access them.
Does that make sense?
Cheers,
26-07-23 01:06 PM
Eric - that does make sense. I will investigate using Graph API instead of Excel. I have used it for other projects outside of Blue Prism.
Chris
26-07-23 01:23 PM
@Harish Mogulluri makes a good point. If Excel license is an issue, convert the source to a CSV and use that format. Smaller file size, less prone to formatting issues.