\define download-xlsx-tiddler(title,caption)
<a href={{{ [[data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;base64,]addsuffix{$title$}] }}} download="$title$">$caption$</a>
\end<<download-xlsx-tiddler "Presidents and Justices.xlsx" "Presidents and Justices.xlsx">>
<a href={{{ [[data:<MIME-TYPE>;<Binary-ENCODING>,]addsuffix{<tiddler-title>}] }}} download="<tiddler-title>"><link-title></a>
is what it really means? Am I correct? Apologies, I guess I wasn't clear that this question was about the syntax. But thank you, your answer did clear it up for me. Is there any documentation regarding the data: syntax?