My robot is going to work through 2500 lines in excel and based on different If statement either control invoices or build a new excel workbook with the rest for manual control.
What is the best way to creat the Excel workbook? all the If statement is in a For each row activity.
I can’t use SQL, the file I’m working with is a .xlsx file that I reads and generate into table.
Each row is then made into a variable that I control if meet certain criteria. Those wo don’t meet them are going to be put into a seperate list. It is possible to just create a new data table (DT) of the row that don’t meet the criteria and then convert the DT into .xlsx file?