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
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
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