Skip to content

🛠Convert data from vCards(.vcf) to Excel(.xls) or Excel(.xls) to vCards(.vcf) by JavaScript

Notifications You must be signed in to change notification settings

hidang/vCards-to-Excel-to-vCards

Repository files navigation

vCards-to-Excel-to-vCards Easy and Fast.

🎈Convert data from vCards(.vcf) to Excel(.xls) 🎭or🎭 Excel(.xls) to vCards(.vcf) by JavaScript.

  • Support UTF-8
  • Request Node.js 10 and above
  • Written in JavaScript
  • Use Sheetjs to read and write Excel files
  • Easy to upgrade

📕Excel Format:

-0- Full Name Telephone 1 (Work) Telephone 2 (Home)
1 Nguyễn Văn Demo 012345678901234 +01 245678901234
2 Nguyễn Tuấn Demo 012345678901234 012-4567890-234
3 hidang Demo +01 (234)890 -134 +(01)2-45(67)89-23

📙vCards Format:

vCard 2.1 vCard 3.0 vCard 4.0

🪓vCards to Excel

  • Put your "vCard_Input.vcf" file in Folder "input_filevCard_In_Here"
  • Run Convert-to-Excel.js (> node Convert-to-Excel.js)
  • Check folder Output

🔨Excel to vCards

  • Put your "Excel_Input.xls" file in Folder "input_fileExcel_In_Here"
  • Run Convert-to-vCard.js (> node Convert-to-vCard.js)
  • Check folder Output