Apps
- class Apps(impl)
A collection of all
appobjects:>>> import xlwings as xw >>> xw.apps Apps([<Excel App 1668>, <Excel App 1644>])
- property active: App | None
Returns the active app.
Added in version 0.9.0.
A collection of all app objects:
>>> import xlwings as xw
>>> xw.apps
Apps([<Excel App 1668>, <Excel App 1644>])
Returns the active app.
Added in version 0.9.0.