I am working on Python 3.2.5 version and my requirement is to create and write to an excel file. I tried with xlsxwriter
and xlwt
both, but ended up in getting ImportError
. I can't install these modules.
Any other module which does excel creation please?