I have the following requirements:
Read selected columns(DetailsId, SentDate, Count) from excel, get data for the respective DetailsId(s) from Oracle database. Show the comparison data from the excel and database in a grid (MVC).
If the data matches do nothing, if there is a mismatch update some database columns with data in the excel.
Any suggestions how this can be done
Thanks