Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Import Excel spredsheet into a drawing table...

  • Thread starter Thread starter drvogler
  • Start date Start date
Status
Not open for further replies.
D

drvogler

Guest
Hey guys,



Looked through the forum, and couldn't find anything, so decided to start a new thread...



Any easy way to import an Excel spreadsheet into a drawing? Not as an object, but just the raw data into a plain table (ProE 2001)?



DV
 
As i know, unless you are willing to just be satisfied with an OLE link, this is not possible.



However, we can write a p-Shell Application to do this quite easily, but there are limits thanks to Pro/TOOLKIT (e.g. formatting).



Contact me directly if you are interested.



Dave
 
Saving an Excel File Such That it can Be Brought Into a Pro/ENGINEER Drawing as a Table:

http://www.ptc.com/cs/tpi/34853.htm



-Brian Adkins
 
Thanks guys.



I figured out a different method as well.



Take out the extra white space in excel, and save the excel file as a (space delimited) .prn file.



Import the .prn file into the drawing as a note.



Lay a table over the top of the note by character width and height...



Thanks again,

Dave
 
I did not know PTC had a workaround for this - nice find!



Unfortunately the PTC recommendation is pretty user intensive for what should be a simple task. I would still recommend a p-Shell / Pro/TOOLKIT application to tackle this. You will get with better quality and without having to introduce the human factors for formatting in MS-Excel manaually. (what a pain)



Just a suggestion - we may do an article on this subject soon as it is an interesting one.



Thanks!



Dave
 
Dave,



That's why I actually prefer my method, to all of that editing. When the table changes (inevitable)... All you do is re-import the .prn file, and lay a new (or modify the old) empty table over it.



And you are right, Dave. This is a lot of mucking around, for what should be a relatively simple procedure.



I don't think anyone is expecting full-blown spreadsheet capability (mathematics, formulas, etc.) But a simple transfer of values should be fairly straight forward.



Just my $0.02...



Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top