An open API service indexing awesome lists of open source software.

https://github.com/froggs/excel-vsto-webview


https://github.com/froggs/excel-vsto-webview

Last synced: about 1 year ago
JSON representation

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