An open API service indexing awesome lists of open source software.

https://github.com/reenphygeorge/sheet-cross-checker

A python program to extract details of common contact-nos from two excel sheets and export the details as a text file.
https://github.com/reenphygeorge/sheet-cross-checker

openpyxl python

Last synced: 6 months ago
JSON representation

A python program to extract details of common contact-nos from two excel sheets and export the details as a text file.

Awesome Lists containing this project

README

          

# sheet-cross-checker
A python script to extract details of common contact-nos from two excel sheets and export the details as a text file.

# How to use:
* Clone this repo

git clone https://github.com/reenphygeorge/sheets-to-vcf
* Rename your excel files to 'sheet1.xlsx' & 'sheet2.xlsx' and add it to the project folder
* Install openpyxl

pip install openpyxl
* Now run the code

python3 main.py