in reply to Re: to delete duplicating rows from excel sheet on the basis of latest date and time
in thread to delete duplicating rows from excel sheet on the basis of latest date and time
Under another OS, options are probably restricted to saving the file in CSV form. Good news? Perl is very good at manipulating CSV files and there are packages out there to help. Bad news? Loss of formatting, possible degradation of data when converting back to Excel format.
You might do better to look for an Excel macro that does this.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: to delete duplicating rows from excel sheet on the basis of latest date and time
by Anonymous Monk on Apr 20, 2013 at 03:41 UTC |