1 | initial version |
You'll have to get the xlrd Python module; it's not standard, and has to be installed. It looks like there is a lot of stuff about it out there, though, so hopefully installing it on your system wouldn't be too hard. You should be able to do the setup.py install or whatever in the Sage Python as well, though apparently using easy_install
inside the Sage prompt doesn't work for me.