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

2011-08-03 Thread Tim Roberts
abhijeet mahagaonkar wrote: > > 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

[python-win32] How do I build manifest-less extension modules?

2011-08-03 Thread Will Sadkin
Hi all (and especially Mark), My company is in the process of updating all its code and tools to their latest (or at least most up-to-date and still compatible) versions, and has therefore switched to using VS2010 for building all its code, and updated its python codebase for Python2.7.x. However

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 daily > > from a webpage. > > I