-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 7ada8d9 🚀
- Loading branch information
Showing
23 changed files
with
828 additions
and
219 deletions.
There are no files selected for viewing
384 changes: 384 additions & 0 deletions
384
dev/john/snap-1.0.0/integrate-with-excel/js/excel.bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
dev/john/snap-1.0.0/integrate-with-excel/js/excel.bundle.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
398 changes: 262 additions & 136 deletions
398
dev/john/snap-1.0.0/integrate-with-excel/js/provider.bundle.js
Large diffs are not rendered by default.
Oops, something went wrong.
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
20 changes: 20 additions & 0 deletions
20
dev/john/snap-1.0.0/integrate-with-excel/windows/excel.html
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | ||
<title>Alternative Excel Example</title> | ||
<link rel="icon" type="image/x-icon" href="../favicon.ico" /> | ||
<meta name="description" content="" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<script src="../js/excel.bundle.js"></script> | ||
<link rel="stylesheet" href="../common/style/app.css" /> | ||
</head> | ||
<body> | ||
<div>Example Excel Launcher and Listener.</div> | ||
<div> | ||
If Excel is launched through this and the Excel entry in Home there will be multiple context messages | ||
published as both entries are listening. | ||
</div> | ||
</body> | ||
</html> |
11 changes: 11 additions & 0 deletions
11
dev/john/snap-1.0.0/integrate-with-excel/windows/excel.window.fin.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"url": "https://built-on-openfin.github.io/workspace-starter/dev/john/snap-1.0.0/integrate-with-excel/windows/excel.html", | ||
"name": "excel", | ||
"permissions": { | ||
"System": { | ||
"launchExternalProcess": true, | ||
"downloadAsset": true | ||
} | ||
}, | ||
"autoShow": false | ||
} |
2 changes: 1 addition & 1 deletion
2
...snap-1.0.0/workspace-platform-starter/js/modules/content-creation/view-position.bundle.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...-1.0.0/workspace-platform-starter/js/modules/content-creation/view-position.bundle.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.