1 | initial version |
There is a module in the python standard library for reading/writing files in CSV format. See http://docs.python.org/library/csv.html for details. There are also robust python modules called xlrd
and xlwt
for reading/writing Excel spreadsheets. See the related question:
http://ask.sagemath.org/question/537/import-data-xls