I would like robotask to read an excel file with 65000rows and conditional delete rows:Like: Cell K1 could have 100 different values; I want RT to delete rows based on conditions I set:If Cell K1 has value G3, then delete row 1If Cell K1 has value G4, then keep row 1goto next row, and check this row, based on same conditionswould this be possible?
"reading" XLS and conditional delete rows
"reading" XLS and conditional delete rows
Unfortunately RoboTask can't process Excel files directly.
I think that it's better to solve such job by using VBA script (built-in BASIC for MS Office)
I think that it's better to solve such job by using VBA script (built-in BASIC for MS Office)
"reading" XLS and conditional delete rows
OK I try that, thanks