Adron55 / exceltovcf

Converting Excel(xlsx) to VCF(vCard)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excel to Vcf

Converting Excel(xlsx) to VCF(vCard)

First of all u must download packages for working xlrd(https://pypi.org/project/xlrd/) and pandas(https://pypi.org/project/pandas/)

Here you can use ExcelToVcard or SimpleExcelToVcard.py and customize it.

#ExcelToVcard Here ExcelToVcard convert every columns to Vcard

#SimpleExcelToVcard Here SimpleExcelToVcard convert Name,Surname,Phone,Mail columns to Vcard

I uploaded sample for Excel : Contacts.xlsx

About

Converting Excel(xlsx) to VCF(vCard)


Languages

Language:Python 100.0%