1 Answers
A:
Use iLogic + Excel Link
You can write an iLogic rule in your .idw that reads values from an Excel file and updates the iProperties. Here's a basic example:
' Reference Excel file
Dim excelFile As String = "C:\YourPath\YourData.xlsx"
Dim sheet As String = "Sheet1"
' Read values from Excel
Dim title As String = GoExcel.CellValue(excelFile, sheet, "A2")
Dim author As String = GoExcel.CellValue(excelFile, sheet, "B2")
' Update iProperties
iProperties.Value("Summary", "Title") = title
iProperties.Value("Summary", "Author") = author
Autodesk Inventor
AutodeskHelp the community
Be the First to Answer these questions
Disclaimer
Techjockey’s software industry experts offer advice for educational and informational purposes only. A category or product query or issue posted, created, or compiled by Techjockey is not meant to replace your independent judgment.
20,000+ Software Listed
Best
Price Guaranteed
Free Expert
Consultation
2M+
Happy Customers