I'm a beginner in Java and I have a problem.
I have two excels that I need to compare and extract the changes. Excels are practically the same but differ in row order (example below). How to extract information about the change in the red field relative to the previous excel?
Apache Poi compares row by row so it fails. I was thinking about using java stream but I have no experience with it. Is it better to pull into tables? I'm not asking for ready code, but for tips.
Thanks for the help
I think what you need is to do the following: