RE: Word document accessing using python

2008-02-13 Thread Reedick, Andrew
> -Original Message- > From: [EMAIL PROTECTED] [mailto:python- > [EMAIL PROTECTED] On Behalf Of Juan_Pablo > Sent: Wednesday, February 13, 2008 1:07 PM > To: python-list@python.org > Subject: Re: Word document accessing using python > > > > im

Re: Word document accessing using python

2008-02-13 Thread castironpi
On Feb 13, 12:07 pm, Juan_Pablo <[EMAIL PROTECTED]> wrote: > > import win32com.client > >  but, window32com.client is only functional in  windows Excel can read XML. abc 123 Word command line to save as text, or the reader from Microsoft? -- http://mail.python.org/

Re: Word document accessing using python

2008-02-13 Thread Juan_Pablo
> import win32com.client but, window32com.client is only functional in windows -- http://mail.python.org/mailman/listinfo/python-list

RE: Word document accessing using python

2008-02-13 Thread Reedick, Andrew
> -Original Message- > From: [EMAIL PROTECTED] [mailto:python- > [EMAIL PROTECTED] On Behalf Of Hari > Sent: Wednesday, February 13, 2008 8:40 AM > To: python-list@python.org > Subject: Word document accessing using python > > Hello, > I want to fetch some data

Re: Word document accessing using python

2008-02-13 Thread Juan_Pablo
On 13 feb, 10:40, Hari <[EMAIL PROTECTED]> wrote: > Hello, > I want to fetch some data from the work document and to fill it inside > excel sheet. For this I want to perform opening word documents and do > some string manipulations for extracting data and to fill it inside > excel sheet. > Can any

Word document accessing using python

2008-02-13 Thread Hari
Hello, I want to fetch some data from the work document and to fill it inside excel sheet. For this I want to perform opening word documents and do some string manipulations for extracting data and to fill it inside excel sheet. Can any one help in this by saying how to do this or by giving some li