Export part list and other infos from *.idw to xls draft

Export part list and other infos from *.idw to xls draft

sukram
Observer Observer
287 Views
2 Replies
Message 1 of 3

Export part list and other infos from *.idw to xls draft

sukram
Observer
Observer
Hope someone can help me....

i have to export part list and Information (e.g. Drawing title, date,..) into an formatted excel sheet. Is this possible - have to write an VB.net tool - can filter the drawings, but how can i export part list exactly on a position in the Excel sheet??

best regards

Sukram
0 Likes
288 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
AFAIK, the easiest way to do this would be to write an Excel Add-In that uses Apprentice to access the Inventor files (e.g. .idw).

>how can i export part list exactly on a position in the Excel sheet??

use the Excel Range object. Either hard-code the starting cell (upper left hand corner), or let the user select it.
0 Likes
Message 3 of 3

sukram
Observer
Observer
There´s a little Problem.. there are many idw´s.. I´d like to write an VB.net Tool to generate part lists of all that drawings. I´m able to write them to xls, but how can i access fiels from part list, or drawing itself?
Somebody knows a way??

mfg Sukram
0 Likes