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.
所以我有一个来自第三方的文件,我们用我们的应用程序编辑和保存它。我们为此使用 HSSF 库。现在该文件带有一些重复的行,当我们编辑它时,它会编辑所有重复的行。因此,当我们尝试上传回我们的工资单时,它会给我们错误的结果,因为存在重复值。有没有更好的方法来删除那些重复的行?我不想遍历所有行并删除重复项。