1
My goal
is to use a spread-sheet that has company employees info & to be able to generate a contacts csv/vcard such that when we create new emails I can simply import only the most current and useful contacts ( aka the ones in the SpreadSheet)
I know there are different types of formats for contact-info that are wide-spread.
Like:
- Microsoft Outlook
- Gmail
- Apple vCard
Is there a way to take cell delimited data in excel, or google-sheets, etc. Where there is a first name column, last, email, etc. & convert that data into a csv or vcf since they are basically just text-files? Ideally without vba.
I know google has join and split, formulas that are useful for creating delimited lists ( or separating them ).
I tried searching for sources on the structure of these formats, or to try to study them myself by creating them with my gmail by exporting my contacts and then opening them in note-pad ... but the text wall I see is very difficult to read or understand.