I have a feature in my spreadsheet which brings up a UI in which the user picks a xls-file from the harddrive and then uploads it. I want to read the data in that file and update my spreadsheet from it, but I can't quite figure out how. I can basically read the contents of the file via e.parameter.file.contents after the file has been uploaded, but everything's ugly and jumbled since it's the binary data of an xls-file. Is there a good way of reading the data? Like converting it to a google spreadsheet somehow?
I really want to avoid the hassle of having to manually convert the xls and then upload that file to the spreadsheet if possible.
Thanks!