I have created a "numbers" file (mac version of excel) of titles that is not in abc order and wish to put it in abc order from a program i have created in java. The only problem is the list has over 500 elements so doing it manually would take ages. Is there a way to read in the contents of each cell into an array so i can just sort the array and return it back to the numbers program without inputing each cell content manually? Thank you for any help.
Cory
Cory