Re: [python-win32] Append data to an already saved XL File

2011-08-03 Thread abhijeet mahagaonkar
Thanks Tim, I guess i explored a bit on csv. It turns out that works far too well for me. Thanks, -Abhijeet On Wed, Aug 3, 2011 at 10:16 PM, Tim Roberts wrote: > abhijeet mahagaonkar wrote: > > > > I'm writing an attendance tracking application where i pull data dail

[python-win32] Append data to an already saved XL File

2011-08-02 Thread abhijeet mahagaonkar
Dear Pythonistas, I'm writing an attendance tracking application where i pull data daily from a webpage. I have to collate it daily and generate a report at the end of the month. I have a predefined XL template for the report. I wanted to know if i can add (append) the data everyday to this file

[python-win32] Python code for windows users???

2011-03-31 Thread abhijeet mahagaonkar
Dear Py-Winners, I just now finished project in python and would want to distribute to Windows users. What is the best way to do it? I know there is a module py2exe which i can use. I wanted to know what is the best way to achieve this? PS: If I had my way i would have all of the users install p

Re: [python-win32] Python for Outlook

2011-02-15 Thread abhijeet mahagaonkar
P3 - (along with the SMTP module, you could have > something in no time). > > Kelly > > On Wed, Feb 16, 2011 at 09:24:39AM +0530, abhijeet mahagaonkar wrote: > > Dear Pythoners, > > > > I'm working on creating an application which will continuously monitor my

[python-win32] Python for Outlook

2011-02-15 Thread abhijeet mahagaonkar
Dear Pythoners, I'm working on creating an application which will continuously monitor my outlook inbox and wait for a new incoming mail. It will scan To and cc fields and forward the email to another address appropriately. I want a few pointers on how best I will be able to achieve this. Thanks