Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

item-05 Define `__len__` method for collection

E.g.:

num_worksheets = wkb.worksheets.count
num_worksheets = len(wkb.worksheets)