https://github.com/froggs/excel-vsto-webview
https://github.com/froggs/excel-vsto-webview
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/froggs/excel-vsto-webview
- Owner: FROGGS
- Created: 2022-04-01T06:23:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T10:35:47.000Z (about 4 years ago)
- Last Synced: 2025-04-09T21:51:51.203Z (about 1 year ago)
- Language: C
- Size: 3.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
commit 5abadc998092b61ef5a1b7cb9398271017616bf5
- open Visual Studio 2019
- create new project
- search for VSTO
- select Excel-VSTP-Add-In
- name it excel-vsto-webview
commit 4f3f96b945fc8e40318acd312c4381f64d16e4b4
- add a Ribbon (XML) via insert new element
- add custom ribbon code (XML) to show button near File->Save As
- initialize ribbon in addin class
- OK: pressing F5, creating empty workbook, clicking File, Save,
My custom task, My Button results in a message box popup
commit f7dca7d775abaaa115b2c4f06dc221bda3822cdc
- add a Windows Form via insert menu
- show form instead of message box in ribbon code (button click)
- OK: pressing F5, creating empty workbook, clicking File, Save,
My custom task, My Button results in an empty Form window popping up
commit 90b81b64d22368e87a3f42e6f4cb5f59151615b1
- add WebView2 NuGet package via package manager, version 1.0.1189-prerelease
- drag WebView2 Windows Forms control into Form1 using the designer
- OK: pressing F5, creating empty workbook, clicking File, Save,
My custom task, My Button results in an empty Form window popping up
commit 0067efd1e05dc9a2a85b6052d46d7e7f256cfa52
- adding webview2 init code from @cgeier https://github.com/MicrosoftEdge/WebView2Feedback/issues/187
- NOK: pressing F5, creating empty workbook, clicking File, Save,
My custom task, My Button results in an empty Form window popping up
plus error message, telling me it cant find a dll called WebView2Loader.dll