JJL79
Mechanical
- Mar 21, 2011
- 76
I have got an assembly with a couple of different parts. Some dimensions in the parts are read from a spreadsheet. Array settings in the assembly is also read from the same spreadsheet.
The assembly and spreadsheet is supposed to be used as a template for future use. My problem is that all the references to the spreadsheet looks like this: ug_excel_read( "C:\Users\jjl\Documents\settings.xls", "b2" ). When using the template the spreadsheet name have to be changed which means that many ug_excel_read("c:\path\filename.xls", "cell" ) has to be changed.
Im thinking is it possible to put the spreadsheet in Teamcenter and what would the path to the file look like in that case?
If it is possible to have the spreadsheet in Teamcenter my next question is if the cloning capabilities also work for the spreadsheet.
I have not had the opportunity to look at the cloning capabilities in Teamcenter as i just read about them here in this forum.
The assembly and spreadsheet is supposed to be used as a template for future use. My problem is that all the references to the spreadsheet looks like this: ug_excel_read( "C:\Users\jjl\Documents\settings.xls", "b2" ). When using the template the spreadsheet name have to be changed which means that many ug_excel_read("c:\path\filename.xls", "cell" ) has to be changed.
Im thinking is it possible to put the spreadsheet in Teamcenter and what would the path to the file look like in that case?
If it is possible to have the spreadsheet in Teamcenter my next question is if the cloning capabilities also work for the spreadsheet.
I have not had the opportunity to look at the cloning capabilities in Teamcenter as i just read about them here in this forum.