Apps#

class Apps(impl)#

A collection of all app objects:

>>> import xlwings as xw
>>> xw.apps
Apps([<Excel App 1668>, <Excel App 1644>])
property active#

Returns the active app.

New in version 0.9.0.

add(**kwargs)#

Creates a new App. The new App becomes the active one. Returns an App object.

property count#

Returns the number of apps.

New in version 0.9.0.

keys()#

Provides the PIDs of the Excel instances that act as keys in the Apps collection.

New in version 0.13.0.