Automating Weight Transfer from XLSX to Parts List in Inventor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone,
I have an XLSX file that is linked to the components in my project. There are two components that serve as placeholders and are currently empty: "Grease" and "Spring."
I need to transfer the weights of both components from the XLSX file into the parts list. I managed to do this for "Grease" by creating an iProperty called "Weight_Grease," retrieving the parameter from the XLSX file, and storing it in the parts list.
This works perfectly for "Grease."
However, I'm not sure how to do the same for the weight of the "Spring."
The weights must be automatically taken from the XLSX file and should not be manually entered into the drawing or the model. I need a solution that ensures an automated process between the XLSX file and Inventor.
Any advice or guidance on how to achieve this would be greatly appreciated.
Best regards
Max