🎈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
| -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 |
| vCard 2.1 | vCard 3.0 | vCard 4.0 |
|---|
- 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
- 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