Sometimes you may need to collect data from players. This could be their scores, game statistics, feedback, survey answers or anything else. There are many ways...
Actually, seems like you only need to add one line of code:
sheet.sort(1,false);
where "1" is the column number and false means descending order.
Thank you! Works like a charm!