Description

A Python package to filter emails from two columns of an Excel spreadsheet.

Installation

pip install column-diff

Example Usage

filter_file("input.xlsx")
filter_file("input.xlsx", blacklist_column=3)

Full Documentation

Find the full documentation here.