I have excel spreadsheet files sent to me by staff members and I need to save the data on these files into text files. I would like to automate this due to the number of files I have to work with on a normal basis. I've found example of how to open the excel spreadsheets but I stuck there.
C's Vi that would work to save it to text. I did something similar to what you want. I loaded an Excel Sheet, Sorted it and saved it to a text file. I did this using all ActiveX commands. I will look through my VIs and try to find it for you.