14 years ago
Working with Excel Files
I am just working with sample orders.exe (Delphi Application) to iterate New Order creation by using DDT driver. I am having input data in an excel (See the attachment) to create a New Order. I have successfully iterated the New Order creation with the data in the excel file. The excel file contains totally 3 records so that 3 new orders have been created.
My aim is, after every successful creation of new order with the data in the excel sheet, i want to update the status column in the excel sheet as "Pass".
If the new order creation fails, it means if the new order doesn't match with the excel record then the status column should be updated as "Fail". How to achieve this?
My aim is, after every successful creation of new order with the data in the excel sheet, i want to update the status column in the excel sheet as "Pass".
If the new order creation fails, it means if the new order doesn't match with the excel record then the status column should be updated as "Fail". How to achieve this?