Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Filters | Excel Automation with Python (project)
Excel Automation with Python (project)
course content

Зміст курсу

Excel Automation with Python (project)

bookFilters

auto_filter() is a method provided by the openpyxl library in Python that allows you to create a filter on a range of cells in a worksheet. The auto_filter.ref() method takes parameters specifying the starting and ending cells of the range and the criteria for the filter, such as a range of values or a text string.

Now, you know how to specifie the area where the filter should be applied.

Завдання

  1. Define a filter from cell "A1" to "0100";
  2. Save the workbook.

Mark tasks as Completed
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

auto_filter() is a method provided by the openpyxl library in Python that allows you to create a filter on a range of cells in a worksheet. The auto_filter.ref() method takes parameters specifying the starting and ending cells of the range and the criteria for the filter, such as a range of values or a text string.

Now, you know how to specifie the area where the filter should be applied.

Завдання

  1. Define a filter from cell "A1" to "0100";
  2. Save the workbook.

Mark tasks as Completed
Switch to desktopПерейдіть на комп'ютер для реальної практикиПродовжуйте з того місця, де ви зупинились, використовуючи один з наведених нижче варіантів
Секція 1. Розділ 8
AVAILABLE TO ULTIMATE ONLY
some-alt