Open Excel file (start Excel Application and show the worksheet from iLogic)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi there,
I´m trying to start Excel and show the results of some BOM items I have written to a file like item number, part number and description.
The task is to find components in an assembly that have a part number longer then 39 characters, due to ERP limitations.
What I´m doing is cycling through all BOM (structured) items on first level and check if the part number is longer then 39 characters.
I write these item number, part number, description to an Excel file (temp.xlsx), so the user sees which Components he has to check for the Part Number (make it shorter). I figured it would be best to do that with an excel file, so the user can save the results to a new file or just check it.
Values will be erased from the temporary excel file afterwards.
Here I can´t figure out how to start the excel application and open the file in an actual application window if possible.
If someone has a good idea how to list the results with plain iLogic that would do it too or some other solution to list a snapshot from the BOM.
I guess there is no way to add your custom BOMViews ?
All the best
Falk