DIGIPIN, Plus Codes & GeoHash custom functions — local dev sideload.
manifest.xml into the Wef folder:
cp manifest.xml ~/Library/Containers/com.microsoft.Excel/Data/Documents/wef/(Create the
wef directory first if it doesn't exist.)
\\localhost\addins — and place manifest.xml there.manifest.xml file.=G.DIGIPIN(28.622788, 77.213033) → "39J-49L-L8T4" (Dak Bhawan)=G.DIGIPIN(12.9716, 77.5946, 6) → "4P3-JK8" (1 km cell, Bangalore)=G.PLUSCODE(12.9716, 77.5946) → "7J4VXHCV+JR"=G.GEOHASH(12.9716, 77.5946, 8) → "tdr1v9qt"=G.RECODE("39J-49L-L8T4", "digipin", "pluscode") → cross-conversion=G.CHECKSUM("39J-49L-L8T4") → "39J-49L-L8T4-T" (Luhn-mod-16)=G.VERIFY("39J-49L-L8T4-T") → TRUE=G.DISTANCE(A1, A2, "digipin", "digipin") → metresPut 1000 lat/lng pairs in columns A and B, then drop =G.DIGIPIN(A1, B1) in C1 and fill down. Bulk-tag in seconds.
If your browser shows a security warning visiting this page, run:
cd excel-addin && npx office-addin-dev-certs install --machine
Then restart Excel and your browser.