Apps
- class Apps
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.
- add(**kwargs)
Creates a new App. The new App becomes the active one. Returns an App object.
- Return type: