Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Excel and WildFire

Maya

New member
Helo ,


Can any one please guide me how to link Data of Excel Sheet with ProE Models.


I have Excel Sheets for the Models Created in ProE-How to Link and Control Model from Excel sheet





I have tried by Using Famil Tables.Is there any Other Better Technique


Guide me please
 
In addition to some third party tools, you can use Pro/WebLink and/or
VB API (WF4+) to enable interaction between Pro/Engineer and Excel
(or any other COM accessible program).



Here are some examples:


Pro/WebLink - Sending information to Excel
[url]http://inversionconsulting.blogspot.com/2008/04/weblink-send ing-data-from-proengineer.html[/url]


Pro/WebLink - Populating Excel with BOM data
[url]http://inversionconsulting.blogspot.com/2008/04/proweblink-s ending-your-proengineer.html[/url]


Pro/WebLink - Sending datum point coordinate information to Excel
[url]http://inversionconsulting.blogspot.com/2008/04/weblink-send -proe-pnt-data-to-excel.html[/url]


Pro/WebLink - Sending Excel data into a Pro/Engineer drawing table
[url]http://inversionconsulting.blogspot.com/2008/06/weblink-exce l-to-proe-drw-tables-part-1.html [/url]


Pro/WebLink - Sending Pro/Engineer drawing table data into an Excel spreadsheet
[url]http://inversionconsulting.blogspot.com/2008/06/weblink-exce l-to-proe-drw-tables-part-2.html [/url]


VB API - A simple example performed in various ways (Excel macro, VB Script App, Perl, etc)
[url]http://inversionconsulting.blogspot.com/2008/06/proe-vb-api- not-just-for-visual-basic.html[/url]



If you're trying to do something specific, post some more information.
If possible, I'll try to provide an example for you.



Marc
 
Hi


Thanks for reply.I know the way as in PDF.I am looking for some better and qucik way.


As far as Concern the Post for Pro/Weblink.I could not understand how to implement.


Will we require to learn the Java or VB to implement the same?
 
You can use Javascript or VBscript with Pro/WebLink in the embedded
web browser. J-Link is the API to use for writing applications in
Java. Documentation can be found in the "weblink" and "jlink" folders
in the Pro/Engineer install.


I have several articles on Pro/WebLink on my blog, including tips on
getting started which disusses some of the Internet Explorer security
issues, especially when using Pro/WebLink with Excel:
[url]http://inversionconsulting.blogspot.com/2008/07/proe-weblink -getting-started-tips.html[/url]



Marc
 

Sponsor

Articles From 3DCAD World

Back
Top