Hello!
While printing the name of model in xls sheet through EndTable function, Only first 29 characters is getting printed from the name of model that you have selected.
For e.g.- in below case, this will print only 29 characters not the full one.
outfile.EndTable("The table description. This text appears in Excel", 100,"Arial", 12, 0, - 1, 0, 136, 0);
Is there any way to increase the size so that full name of model can be printed?
Regards
Abhishek
Hello,
from ARIS Script help:
"This text appears below the table or is used as the worksheet name in Excel."
and Excel has its own limitation for sheet names, so unfortunately there is no way to increase this size.
I would recommend listing the model name either before your header or in the footer, but inside excel cells.
Regards,
Martin