Delete duplicate rows from excel with HSSF POI

482 views Asked by At

So i have a file which comes from a third party which we edit and save with our application. We use HSSF library for that. Now that file comes with some of the duplicate rows and when we edit it, it edits on all the duplicate lines. So when we try to upload back to our payrol it giving us false result because there are duplicate values. Is there any better way to delete those duplicate rows? I dont want to loop through all the rows and delete duplicates.

0

There are 0 answers