This article demonstrates exactly just how to do that.
A quick summary:
- Create a new Google Spreadsheet
- Setup 5 columns i.e. First Name, Last Name, Phone, Contacts, QR Code.
- First 4 columns should be self-explanatory. As for the last column, it shall be a formula to generate QR Code. Copy and paste below formula.
=image("https://chart.googleapis.com/chart?chs=200x200&cht=qr&chl=BEGIN:VCARD%0AN:" & A2 & "%20" & B2 & "%0ATEL;CELL:" & C2 & "%0AEMAIL:" & D2 & "%0AEND:VCARD")
Hope it helps.
No comments:
Post a Comment
Do provide your constructive comment. I appreciate that.