Issue in opening excel using twapi reference in HM14
Altair Forum User
Altair Employee
Hi,
i am facing issue in opening excel using twapi reference in tcl/tk in Hm14. It worked in HM13.
script:
package require twapi
set application [::twapi::comobj Excel.Application]
set WorkBooks [$application WorkBooks]
set WorkBook [$WorkBooks Open 'D:/RequiredFiles/Template_Ver_2.0.xlsx']
let me know if anyone has solution.
thanks in advance,
Kiran
Tagged:
0
Answers
-
I tested it. there is no error.
please update hw14 with hotfix 131
0