Line description

Report a typo

Match each line with what it does.

Match the items from left and right columns
from openpyxl import Workbook
book = Workbook()
new_sheet = book.active
We import the Workbook class.
We create a working environment.
We save a new Workbook in a variable.
___

Create a free account to access the full topic