Skip to content

This is a Python program that compares two Excel column and highlight the matching keywords.

Notifications You must be signed in to change notification settings

cheffey/excel_text_match_highlighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a Python program that compares two Excel column and highlight the matching keywords.

Example

before highlight:

before highlight

after highlight:

after highlight

How to use

pip install git+https://github.com/cheffey/excel_text_match_highlighter
from match_highlighter import CellColor
from match_highlighter import ExcelSheet

sheet = ExcelSheet('example.csv')
sheet.compare('col0').with_column('col1', '#FF0000', 10).with_column('col2', '#00FF00', 2)
sheet.compare('match0').with_column('match1', CellColor.purple, 10)
sheet.export('example.xlsx')

About

This is a Python program that compares two Excel column and highlight the matching keywords.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages