This is probably a simple question to most of you, but here goes.
I've downloaded the xlrd (version 0.6.1) module and placed in in the
site-packages folder. Now, when I write a script, I type:
import sys
import xlrd
When I run it, there is an import error saying there is no module
named xlrd. H
On Jun 2, 5:48 pm, John Machin <[EMAIL PROTECTED]> wrote:
> On Jun 3, 8:23 am, Chanman <[EMAIL PROTECTED]> wrote:
>
> > This is probably a simple question to most of you, but here goes.
> > I've downloaded the xlrd (version 0.6.1) module and placed in in the
>
I've posted this on the python-excel group, but perhaps people here
know what to do.
How does one change the cell background color using the xlwt module?
I've looked at several tutorials but none show how to change the
background color. I've tried the following:
badBG = xlwt.Pattern()
badBG.SOLI