Comparing the contents of 2 excel files
问题 I have 2 excel files and i wanted to compare the contents and highlight the differences. For example: first file... name|age abc|123 def|456 second file... name|age abc|123 def|456 ghi|789 - this being the differece is there any third party libraries to do this? or what would be the best way to do it? 回答1: Like DaDaDom said Apache POI is what you are looking for. You can download it from this page. Mind that POI project is not fully independent and you may need to download some extra