[python-win32] Documentation for win32com for Worksheets Worksheets.Range and Worksheets.Cells

2010-01-28 Thread Błażej Kaczorowski
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

Re: [python-win32] Documentation for win32com for Worksheets Worksheets.Range and Worksheets.Cells

2010-01-28 Thread Tim Roberts
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 ok for

Re: [python-win32] Documentation for win32com for Worksheets Worksheets.Range and Worksheets.Cells

2010-01-28 Thread Waldemar Osuch
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

Re: [python-win32] Documentation for win32com for Worksheets Worksheets.Range and Worksheets.Cells

2010-01-28 Thread Błażej Kaczorowski
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 t...@probo.com 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