Available methods and properties through OLE interface

G

Greg Luce

I'm trying to access Excel files from a Perl program using OLE. Where can I
find the available methods and properties for Excel?
Greg
 
J

Jim Thomlinson

That question is awfully open ended. There are potentially thousands of
properties and methods. Can you narrow down exactly what it is you wnat to
do...
 
G

Greg Luce

For starters, we are migrating our system from one database to another. We
have downloaded attachments from the database. For some reason, a lot of the
excel documents have their workbooks hidden. I would like to
programmatically unhide the workbooks.

However, I'm sure I may need to do additional things to the files. So I
would also like to know is there any place that would have a list of all the
methods/properties so I don't have to post a question for each action I would
like to do.
 
J

Jim Thomlinson

The big objects you will want to look at are most likely the application,
workbook, worksheet, and range.

In the VBE if you hit F2 you will get the object browser. There is a list of
all of the objects and their associated properties and methods...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top