Search code examples
pythoneclipsepydev

Working with XLWT in pydev


I am using the Pydev plugin for eclipse to create a small python script. I need to write some data into excell sheets using python .Searching on the internet ,i got xlwt to be the best solution for this . I downloaded and unpacked the package for xlwt and installed it using easy_install.But still after this i am not able to import the package into my pydev project in eclipse . Is there something that I am missing here ?

If not xlwt ,is there some other way in which I can write data to excell ?


Solution

  • I got the thing working .Turns out XLWT dooesnt support Python 3.X ,they have a different version XLWT-future for3.X versions. The new one is working now .