I’m trying to run a column from an Excel file. I used it previously, but when trying to use it again UiPath craches
Steps to reproduce:
I’m attaching XAML file. The second test is the one that it crashes. I’ve tried also to include it the read column in a container, but it says that the file is being used. TextExcelReadColumn.xaml (9.0 KB)
Current Behavior:
Crashing
Expected Behavior:
Read column
Studio/Robot/Orchestrator Version: 2016.2.6232. With the same version it has worked for another process with the second test in the XAML file
Last stable behavior:
Last stable version:
OS Version: Windows 7 Pro.
Others if Relevant: (workflow, logs, .net version, service pack, etc):
Can you check if you have the latest excel activity package installed, It might be the issue, I had problems reading a range with the latest one, so I downgrade to the one @aksh1yadav shared.
and this is not looking like a read range error it is something else that is forcing UiPath to crash and one more thing @selrac
you are running this in debugging mode?
I had the same problem running in debbug mode or just running it. Putting the read column activity inside a try catch and run it it crashed also.
I’ve updated Excel package and now I’m getting another error that maybe explain why I had the error before. It is a problem as files I need to work with are xlsb Is there a way around this?
Sorry for late reply… was really forgot about this.
Well Workbook Activities still are not support .xlsb format but with Excel application scope and its related activities you will be able to deal with such files and data.