|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Other Language - TCL - Excel processing
I'm writing an application processing an Excel spreadsheet via COM (tcom), but have Open Office installed instead.
I'm receiving an error of: "0800401f3 Incorrect class string" Might that be that I do not have MS Office installed with its libraries registered? Code:
package require tcom 3.9; set app [::tcom::ref createobject "Excel.Application"] ## It dies here with the above stated error An alternative solution will be appreciated. Thank you. zby |
|
#2
|
|||
|
|||
|
I had to install MS Office (Excel) in order to register proper libraries needed for the COM server.
So far so good. I consider this post solved. Thank you for reading/thinking/trying. zby |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Other Programming Languages > Other Language - TCL - Excel processing |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|