If you are just looking to compare if what was pulled in is equal to what was in Excel, you could have the data collection write back to Excel and have an Excel VBA code compare the two sheets for any differences.
On a similar topic, if you are looking for data validation, I chose something like this, but this was at the item (per row) level:
And the internal validate Item Data (a Choice Action) looks like this:
Best of luck!