Paul D. Kraus wrote:
> Are their docs anywhere for pyexcelerator? the built in docs are a bit 
> lacking.
> 
> For instance I can't figure out how to set a column width.
> I am just reading the examples and they kind of help but I don't follow 
> this ...
> 
> ws.col(i).width = 0x0d00 + i
> 
> where i is an incrementing integer.
> so to me it reads if i = 0.
> 
> set col 0's width to hexnumber plus 0
> 
> why the hex number? does it have to be written this way?

Maybe just try without the 0x0d00 and see what happens? or try the 
pyExcelerator mailing list on SourceForge...

Kent

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to