What is a VCF file?
A .vcf file is a vCard: a plain-text format for storing contact information. One file can hold a single contact or thousands. Phones, email clients, and address books all use it to share contacts because nearly every device understands it. If someone sent you a .vcf, or you exported one from your phone, this guide shows how to open it and turn it into a spreadsheet.
How to open and read a VCF file
Because a vCard is plain text, you can open it in any text editor (Notepad, TextEdit, VS Code) to read it. You will see blocks that start with BEGIN:VCARD and end with END:VCARD, with lines like FN (full name), TEL (phone), and EMAIL. That is readable, but not convenient if you have many contacts.
To use the contacts, you usually want them either back in an address book, or in a spreadsheet you can sort and filter.
Converting a VCF to a spreadsheet
SheetBeam's vCard to Excel converter reads the .vcf in your browser and produces a table with columns for Full Name, First Name, Last Name, Organization, Title, Email, Phone, Address, URL, and Note.
A few things worth knowing about how it handles real contact files:
Where VCF files come from
Privacy
Contact lists are sensitive. SheetBeam converts the .vcf entirely in your browser, so your contacts are never uploaded to any server. You can confirm this by disconnecting from the internet: the converter still works.