hello, i am trying to understand working with Excel files WITHOUT having Excel application installed locally.
from what I understand, i can use xlsx file without having Excel installed as per, https://www.uipath.com/kb-articles/excel-integration-approaches
“Through this app integration approach you are able to read/write Excel documents. If the document is newer than 2007, with .xlsx extension, you can work directly with the file. Otherwise, if it has .xls extension, Microsoft Office is a must. This is the default behaviour for all Excel activities but you can opt to work with the Excel Application.”
also unchecking “visible” option in Excel App activity, is supposed to allow to work with excel files with Excel installed, https://activities.uipath.com/docs/excel-application-scope “Visible - When selected, the Excel file is opened in the foreground while performing actions on it. When it is cleared, all operations are done in the background, and you can run a workflow without having MS Office Excel installed on the machine”
hi, here is another example. I have an .xlsx file, the visible option is unchecked and i get the “must install Excel” error message. from the help section, UIPath is supposed to work under these conditions…
Not sure where you got that link from, but that’s an outdated version of that activity. I recommend always using the search portal at https://activities.uipath.com for the updated version of the guides.
thanks for clarifying. to finalize, Excel MUST BE INSTALLED, the “Visible” option only pertains if you want Excel to open itself and be visible to user, or unchecked to work in background unopened.
I am running through a similar issue.
So you are saying we must have excel application isntalled is it? I don;t have the excel application installed in server, would that be an issue?
Aloha UIPath
My customer has MS Excel MS Office 2016 install with no active licence. What I would like to do is use XLSX file integration without Excel. I am not sure that un-checking visible will do this. What is needed here is to bring back the deprecated Use Excel checkbox that was on the old Open Workbook activity.
You need to update the training video as well. It still mentions that if ‘visible’ check box is unchecked then the user does not require Excel application to be installed on the machine. And UIPath should still be able to work with excel files.
@loginerror hey its not fixed I found a question in that section Which ask Which type of file can be opened without Excel Application. The answer is supposedly .xlsx
@loginerror It was on the RPA Developer Course. It said that if we use the Read Range from Workbook then we could read .xlsx files without MS -excel installed.