Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何比较两个不同 Excel 文件中的两列数据以在 Excel 中查找重复项?
我能想到的一种方法是使用Apache POI读取它们并进行字符串比较。