![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Unable to grok Win32::OLEby monk2b (Pilgrim) |
on Apr 08, 2008 at 00:59 UTC ( #678869=perlquestion: print w/replies, xml ) | Need Help?? |
monk2b has asked for the wisdom of the Perl Monks concerning the following question:
I have read everything that I could find about win32::OLE to accomplish this task. I am trying to pull table data from a word document and place it in an excel spreadsheet. I have found many examples of adding data to an excel spreadsheet using win32::OLE, so I feel I can accomplish the second task.
I have read the OLE browser info on my windows computer and I installed and looked at Microsofts own oleview.exe information trying to understand how to get table data. Table data in the context that I am using it in means the text and formatting information about the table. I am able to get table text but my goal is to get all the table information, windows formatting included. I think! Anyway this is what I have.
If there is anyone out there that could at least point me to the correct methods or properties that I should use to get the data that i need. Thanks Bob
I got 99 problems, but a @%$()_ ain't one.
Back to
Seekers of Perl Wisdom
|
|