Search code examples
pythonpython-module

creating a spread sheet with python


I had a txt file with content as shown below: 'marks: 40,66,34,88,70' i want to make a spread sheet with the content of txt file. (illustrated with referrence to 1 txt file, supposing to handle many). is there any module to handle spreadsheets? how can i achieve this?


Solution

  • http://sourceforge.net/projects/pyexcelerator/

    can be used to create Excel files easily. Check out the examples from the examples folder within the source tree.