summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPim Snel <pim@lingewoud.nl>2020-02-06 02:02:10 +0100
committerPim Snel <pim@lingewoud.nl>2020-02-06 02:02:10 +0100
commitf972b7efa447e2947ffd2cb6ca1fd5cd8fa6bf67 (patch)
tree552f7d174f91bf218b9f56ba91a0e03130b57f6a /examples
parente7156c758d94c205777dcf76749a568c0ee90f2c (diff)
convert xlsx to markdown example
Diffstat (limited to 'examples')
-rw-r--r--examples/xlsx/xlsx2markdown.sc5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/xlsx/xlsx2markdown.sc b/examples/xlsx/xlsx2markdown.sc
new file mode 100644
index 0000000..f7278a5
--- /dev/null
+++ b/examples/xlsx/xlsx2markdown.sc
@@ -0,0 +1,5 @@
+EXECUTE "load str.xlsx"
+EXECUTE "e! mkd str.md"
+ERROR "exporting..."
+quit
+