Re: excel library without COM

2007-06-05 Thread james_027
On Jun 5, 6:17 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Jun 5, 1:04 pm, james_027 <[EMAIL PROTECTED]> wrote: > > > > > On Jun 4, 8:16 pm, John Machin <[EMAIL PROTECTED]> wrote: > > > > On Jun 4, 3:52 pm, yuce <[EMAIL PROTECTED]> wrote: > > > > > i think this one works pretty nice:http://www.

Re: excel library without COM

2007-06-05 Thread John Machin
On Jun 5, 1:04 pm, james_027 <[EMAIL PROTECTED]> wrote: > On Jun 4, 8:16 pm, John Machin <[EMAIL PROTECTED]> wrote: > > > On Jun 4, 3:52 pm, yuce <[EMAIL PROTECTED]> wrote: > > > > i think this one works pretty nice:http://www.python.org/pypi/xlrd > > > Sure does :-) However the "rd" in "xlrd" is s

Re: excel library without COM

2007-06-04 Thread james_027
On Jun 4, 8:16 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Jun 4, 3:52 pm, yuce <[EMAIL PROTECTED]> wrote: > > > i think this one works pretty nice:http://www.python.org/pypi/xlrd > > Sure does :-) However the "rd" in "xlrd" is short for "ReaD". As > Waldemar suggested, "xlwt" ("wt" as in WriTe

Re: excel library without COM

2007-06-04 Thread John Machin
On Jun 4, 3:52 pm, yuce <[EMAIL PROTECTED]> wrote: > i think this one works pretty nice:http://www.python.org/pypi/xlrd Sure does :-) However the "rd" in "xlrd" is short for "ReaD". As Waldemar suggested, "xlwt" ("wt" as in WriTe) is more like what the OP needs. Cheers, John -- http://mail.pyth

Re: excel library without COM

2007-06-03 Thread yuce
i think this one works pretty nice: http://www.python.org/pypi/xlrd Happy hacking, Yuce On Jun 4, 3:59 am, james_027 <[EMAIL PROTECTED]> wrote: > Hi, > > is there any library to help me write excel files without using win > com? because i'll be working on linux platform. At the same time I > c

Re: excel library without COM

2007-06-03 Thread Waldemar Osuch
On Jun 3, 6:59 pm, james_027 <[EMAIL PROTECTED]> wrote: > is there any library to help me write excel files without using win > com? One option is: https://secure.simplistix.co.uk/svn/xlwt/trunk -- http://mail.python.org/mailman/listinfo/python-list

Re: excel library without COM

2007-06-03 Thread kyosohma
On Jun 3, 7:59 pm, james_027 <[EMAIL PROTECTED]> wrote: > Hi, > > is there any library to help me write excel files without using win > com? because i'll be working on linux platform. At the same time I > could want to perform some formatting, merging of cells. adding sheets > and etc ... > > Thank

excel library without COM

2007-06-03 Thread james_027
Hi, is there any library to help me write excel files without using win com? because i'll be working on linux platform. At the same time I could want to perform some formatting, merging of cells. adding sheets and etc ... Thanks james -- http://mail.python.org/mailman/listinfo/python-list