Hi,
I’m running a script that wants to delete the first column in an excel sheet, so we have used the deletecolumns function, my colleague is able to run it (his eggplant crashes when running it for some reason) but my eggplant comes with an error saying that there is no such command. I was on version 22.5 and upgraded to the same version as them 23.4.1 but I am still getting this error.
Any ideas?
Hey @dankadamski,
The reason for “no such command” is that the excel command deletecolumns
and more are introduced with Eggplant Functional 23.4.3.
Means you need to upgrade at least to 23.4.3 in order to use the new excel commands.
Cheers,
Karsten