Here is my little side project to convert excel files to json objects. I mainly used the Google App Engine and the Python xlrd module.

Feel free to try it out at http://excel2json.appspot.com/.

curl -F f=@my_file.xls http://excel2json.appspot.com/2json

All you need is just one line of code!