mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
8de4583d6c
Thanks to @stevesunypoly for help with preparing the demo spreadsheet
7 lines
239 B
Plaintext
7 lines
239 B
Plaintext
title: $:/_Macros
|
|
tags: $:/tags/Macro
|
|
|
|
\define download-xlsx-tiddler(title,caption)
|
|
<a href={{{ [[data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;base64,]addsuffix{$title$}] }}} download="$title$">$caption$</a>
|
|
\end
|