Add GymAssets images in Microsoft Excel
Render a GymAssets image URL in an Excel cell while keeping server-only credentials out of the workbook.
Excel’s IMAGE function can display a muscle diagram built from a publishable key
and a stable muscle id.
Excel formula
=IMAGE(
"https://cdn.gymassets.dev/v1/" & $B$1 &
"/body/female/back.webp?primary=" & A2 & "&w=160",
"Highlighted muscles"
) Keep the publishable key in one configuration cell so replacing it does not require editing every formula.