ACTXSERVER関数を実行すると新しいExcelインスタンスが作成されるのはなぜですか?
Mostrar comentarios más antiguos
以下のコマンドを実行すると、新しい Excel のインスタンスが開かれます。
a = actxserver('Excel.Application');
既に開かれている Excel のインスタンスを取得する方法を教えてください。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre COM オートメーション サーバーとしての MATLAB の呼び出し en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!