Toon Pieton wrote:
> Hey friendly users,
>
> I have been using pyExcelerator for a short period now, and I'm very
> satisfied with the results. There is one thing that I just can't do
> thought, and that is making graphs. I want to add a column (horizontal)
> type graph. Does anybody know how t
Hey friendly users,
I have been using pyExcelerator for a short period now, and I'm very
satisfied with the results. There is one thing that I just can't do thought,
and that is making graphs. I want to add a column (horizontal) type graph.
Does anybody know how this can be achieved?
Thanks in a
I just looked at my copy of PyExcelerator. It seems to be in poor shape.I tried running some of the modules that have if __name__ == '__main__':
(i.e. self-testing) and they failed with errors! And I find no visibledocumentation or working examples. Sigh.You might want to check out the recent sourc
Bob Gailer wrote:
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 = 0
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
Paul D. Kraus wrote:
>
> Maybe just try without the 0x0d00 and see what happens? or try the
> pyExcelerator mailing list on SourceForge...
>
>
> Mailing list looks dead only 2 messages.
> Man this is the exact module i need to finish converting about 20
> scripts from perl and I have n
Maybe just try without the 0x0d00 and see what happens? or try thepyExcelerator mailing list on SourceForge...
Mailing list looks dead only 2 messages.Man this is the exact module i need to finish converting about 20 scripts from perl and I have no idea how to use most of it. This is very frustrati
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
>
> wher
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 + iwhere i is an incrementing integer.so to me it reads
> there is a patch submitted there that you can apply to the current
> release to make it compatible with >2.4.
Thanks lots Poor Yorick.
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
Justin Ezequiel wrote:
> Does anyone know where I can get pyExcelerator for Python 2.3?
> I have not yet updated my development machine to 2.4.
- look through the past releases on sourceforge
- ask on the pyExcelerator list
- hack the current release to work on 2.3 - most of what is new in 2.4
ca
Does anyone know where I can get pyExcelerator for Python 2.3?
I have not yet updated my development machine to 2.4.
Thanks in advance.
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
12 matches
Mail list logo