A ok, thx, I found it and it is as you are saying thx it worked!
Blazej
On 28 January 2010 20:36, Tim Roberts wrote:
> Błażej Kaczorowski wrote:
>> I use python on win to deal with Excels and stuff at work. I was
>> trying to find proper documentation of fe. to Worksheets
>> Worksheets.Range and
What Tim said but if you are generating Excel files from
scratch consider using xlwt:
http://pypi.python.org/pypi/xlwt
The advantage is that the module is cross platform and you do
not need to have Excel installed. In my experience it is also
quicker to generate spreadsheets
import xlwt
values
Błażej Kaczorowski wrote:
> I use python on win to deal with Excels and stuff at work. I was
> trying to find proper documentation of fe. to Worksheets
> Worksheets.Range and Worksheets.Cells objects but all I found on
> google are some lame tutorials with how to write "Hello World" it is
> simply
Hello,
I use python on win to deal with Excels and stuff at work. I was
trying to find proper documentation of fe. to Worksheets
Worksheets.Range and Worksheets.Cells objects but all I found on
google are some lame tutorials with how to write "Hello World" it is
simply ok for beginning but I need