It is a process of order processing
I need to use some input Excel files and validate the data according to some conditions
And need to open a CRM application and need to extract some details from thet application and need to validate the info from web application and input file
Then need to check condition
Then we need to classify the orders
As
Approved
Reject
Ignore
Onhold
This is the process I have done
I have avoided loops and I have used linq using run . Net action
My process deals with 4 excel sheets as inputs
I am launching them and reading at a time in the whole process
Still are there any ways to decrease run time