Last active
April 9, 2019 23:33
-
-
Save MakotoE/a5e2b715e73ab245efec8c6e5874dcae to your computer and use it in GitHub Desktop.
FilesaverTest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Basic API call (JavaScript) | |
description: Performs a basic Excel API call using plain JavaScript & Promises. | |
host: EXCEL | |
api_set: {} | |
script: | |
content: | | |
saveAs(new Blob(["test"], { type: "text/csv" }), "name.csv"); | |
language: typescript | |
template: | |
content: '' | |
language: html | |
style: | |
content: '' | |
language: css | |
libraries: file-saver |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment