I had a working code in which I could write cell at xlsm. Now, same code is giving me error “Write cell : A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)”. I did my debugging to understand what went wrong, then realized this is not accepting xlsm type.
I had same problem with the latest Excel activities update. Same kind of problem with Read Range My workflow which has worked before didn’t work anymore.
Hi Gabriel. I was using write cell, under system → file → Workbook → Write Cell.
Does it help? and yes I have Uipath.Excel.Activities. You can test this in you system, just try writing something in macro enabled workbook(xlsm) using write cell.
as a workaround, if you have excel installed, try using excel scope activities, those work.
in the new excel package update we provided support for xls files. this, indirectly limited the functionality for xlsm files, we will investigate further to see if there is a solution for this problem.
Thanks! I have excel installed, I used this activity pretty extensively in my code (I was creating report). I will find a workaround. Any idea, when will it be fixed?
with the previous package, this didnt worked either, just that you didnt see an error. this is why i`m curious what were you using when you say it was fine
I am getting the same error now when i upgraded my excel activities package. It was working fine previously.
I am on 2018.3.2 and the excel package i upgraded to is:
I need to use workbook as i dont have excel on the machine the code will run. Please advice