Apps¶
- class Apps(impl)¶
A collection of all
appobjects:>>> import xlwings as xw >>> xw.apps Apps([<Excel App 1668>, <Excel App 1644>])
- add(**kwargs)¶
新規Appを作成し戻します。新しいAppはアクティブになります。
- cleanup()¶
Removes Excel zombie processes (Windows-only). Note that this is automatically called with
App.quit()andApp.kill()and when the Python interpreter exits.Added in version 0.30.2.
- property count: int¶
戻り値はAppオブジェクトの数です。
Added in version 0.9.0.
- keys()¶
Appsコレクションのキーとなる、各ExcelインスタンスのPIDを返します。
Added in version 0.13.0.