You can sort any list into ascending order by just uploading an original .txt file. The sorting algorithm is based on the initial starting characters on each line. If you want to use numbers, each number must use the same number of characters (i.e. use 0 prefixes 01,02,03... 10,11,12). This is good practise. Alphabetical sorting is not case sensitive. Our size limit on your upload is 4K, so for example if you have a list of books with roughly 60 characters on each line, you could sort a list of 66 items. Please remember to include a newline character after your last list item in your upload file. Once your sorted data is generated, you can copy and paste into your desired app/document. If you have more than 4K of list item data in your .txt file, you can of-course break it up into chunks to achieve your objective.