Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7ada8d9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
johnman committed Oct 28, 2024
1 parent 8537523 commit 14690f0
Show file tree
Hide file tree
Showing 23 changed files with 828 additions and 219 deletions.
384 changes: 384 additions & 0 deletions dev/john/snap-1.0.0/integrate-with-excel/js/excel.bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

398 changes: 262 additions & 136 deletions dev/john/snap-1.0.0/integrate-with-excel/js/provider.bundle.js

Large diffs are not rendered by default.

102 changes: 49 additions & 53 deletions dev/john/snap-1.0.0/integrate-with-excel/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,7 @@
"name": "Integrate With Excel - v19.1.0",
"target": ["desktop", "start-menu"]
},
"appAssets": [
{
"alias": "excel-interop-example.xlsx",
"version": "0.0.5",
"src": "https://built-on-openfin.github.io/workspace-starter/dev/john/snap-1.0.0/integrate-with-excel/assets/excel-interop-example.zip",
"target": "excel-interop-example.xlsx",
"forceDownload": true
}
],
"appAssets": [],
"supportInformation": {
"company": "OpenFin",
"product": "Workspace Starter - Integrate With Excel - Client",
Expand All @@ -56,51 +48,55 @@
},
"customSettings": {
"excel": {
"appAsset": {
"alias": "excel-interop-example.xlsx",
"version": "0.0.6",
"src": "https://built-on-openfin.github.io/workspace-starter/dev/john/snap-1.0.0/integrate-with-excel/assets/excel-interop-example.zip",
"target": "excel-interop-example.xlsx"
},
"icon": "https://built-on-openfin.github.io/workspace-starter/dev/john/snap-1.0.0/integrate-with-excel/assets/excel.svg",
"assets": [
{
"title": "Excel Interop Example",
"description": "Demonstrate interop with Excel workbook",
"workbook": "excel-interop-example.xlsx",
"worksheets": [
{
"name": "Sheet1",
"cellHandlers": [
{
"cell": "$B$3",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "green"
},
{
"cell": "$B$4",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "purple"
},
{
"cell": "$B$5",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "orange"
},
{
"cell": "$B$6",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "red"
},
{
"cell": "$B$7",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "pink"
},
{
"cell": "$B$8",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "yellow"
}
]
}
]
}
]
"asset": {
"title": "Excel Interop Example",
"description": "Demonstrate interop with Excel workbook",
"workbook": "excel-interop-example.xlsx",
"worksheets": [
{
"name": "Sheet1",
"cellHandlers": [
{
"cell": "$B$3",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "green"
},
{
"cell": "$B$4",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "purple"
},
{
"cell": "$B$5",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "orange"
},
{
"cell": "$B$6",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "red"
},
{
"cell": "$B$7",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "pink"
},
{
"cell": "$B$8",
"types": ["instrument", "fdc3.instrument"],
"contextGroup": "yellow"
}
]
}
]
}
}
}
}
20 changes: 20 additions & 0 deletions dev/john/snap-1.0.0/integrate-with-excel/windows/excel.html
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>
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
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 14690f0

Please sign in to comment.