Comparing Microsoft Office VSTO and Web add-ins

  Рет қаралды 62,643

TechGenix

TechGenix

Күн бұрын

Пікірлер: 40
@williamwhite6610
@williamwhite6610 5 жыл бұрын
This is a great video! I've programmed against Office using both VBA and VSTO. I've only recently starting looking at the JS API. This video gives a MUCH better overview of the API than other videos I have looked at. My feeling after watching this is "NOW I understand how the JS API works!"
@babatundeonabajo
@babatundeonabajo Жыл бұрын
Amazing tutorial even after 6 years since it was published. This is one of the few videos that dealt with the issue of "contact the administrator". I found it very odd and there are very few resources online that deal with this so bravo!
@kumarapush2221
@kumarapush2221 Жыл бұрын
I literally love you for this clean explainer video. It is so much organized. I just cant thank you enough.
@raidtheferry
@raidtheferry 4 ай бұрын
May be 7 years old but you just helped me out quite a lot thanks!!
@mafazpx
@mafazpx 6 жыл бұрын
Thank you very much for the explanation. We are in the process of exploring ways to develop and deploy a Word Add-in by plumbing in our legacy code. It would be interesting to see how the add-ins could be dynamically loaded as we load the Word Instance as we launch it from a Web Application.
@lucasbarros5903
@lucasbarros5903 11 ай бұрын
Thanks for the video, now i know what to use on my automations!
@tubez29
@tubez29 4 жыл бұрын
thanks for explaining the differences. In terms of properties and functions that you can use for interacting with Word, are both methods more or less comparable? For example, say that I want to know what pages have footers, and what margins are used, and even more advance stuff like looking at sentence structure, and grammar. I feel that VSTO is better integrated with Word API. I know you could probably extend it with REST API to augment functions, but is that a sound architecture?
@waynefl76
@waynefl76 4 жыл бұрын
Fantastic video! I really needed this overview.. THANK YOU!
@mahboobalam5689
@mahboobalam5689 4 жыл бұрын
Good tutorial for the beginners. Thanks a lot.
@this-is-bioman
@this-is-bioman 4 жыл бұрын
The new js API might be an interesting option in future but currently it's still too limited almost as it was experimental. Not sure where Microsoft is heading with it. They even rejected to implement a print API and let you fiddle with some strange services to send the document to... printing a single Excel sheet on the other hand is a complete mystery.
@UNNIE2363
@UNNIE2363 3 жыл бұрын
Very true, if you want to do anything complicated like header footer manipulation, adding shapes etc, you will have to use ooxml in web addin world.
@khushiss
@khushiss 4 жыл бұрын
How to deploy Web AddIn? Would the Web-AddIn work for Office Desktop apps?
@TheWatchover07
@TheWatchover07 5 жыл бұрын
I am trying to do the same example in Outlook. However, I can not see the new ribbon in my Outlook. Why is it not visible in outlook?
@justindehorty
@justindehorty 4 жыл бұрын
Until I read this comment, I was starting to think I was the only one who had this ridiculous issue. Apparently, you first need to go to the "Ribbon1" Properties menu and set the "RibbonType" property to "Microsoft.Outlook.Explorer", which is NOT the default value for this field. I couldn't find this answer anywhere on KZbin or in Microsoft's official documentation, which is pretty mind-blowing. // end semi-rant
@martinpintado2101
@martinpintado2101 4 жыл бұрын
Hi Justin. I'm trying to program an add-in for outlook too using VISTO but I'm quite lost, could you share with me any example of an outlook add-in you have programmed. Thanks in advance.
@hippopotamus86
@hippopotamus86 6 жыл бұрын
I'm up to the part where you run the plugin without Outlook with the sample tab and button, but mine doesn't show the tab or button. I can see the addin is running from within Outlook though.
@СергейДрузь-ь3ж
@СергейДрузь-ь3ж 5 жыл бұрын
I'm use "Visual Studio 2019" works fine!
@justindehorty
@justindehorty 4 жыл бұрын
Go to the "Ribbon1" Properties menu and set the "RibbonType" property to "Microsoft.Outlook.Explorer." Everything covered in this video should then work after that.
@ryderstout7358
@ryderstout7358 2 жыл бұрын
@@justindehorty Saved me a headache, thank you!
@СергейДрузь-ь3ж
@СергейДрузь-ь3ж 5 жыл бұрын
Very good!
@miguel4063
@miguel4063 6 жыл бұрын
Great video!!! Thank you for putting it together!
@antonarbus
@antonarbus 7 жыл бұрын
thank you for the video, great explanatory skills
@TechGenix
@TechGenix 7 жыл бұрын
Thanks Anton and I'm glad you liked the video!
@binaryblu9298
@binaryblu9298 6 жыл бұрын
After I finished designing the ribbon for Word 2016 with VS2017, I compiled it into the dll file, how to add it to the ribbon on another machine? Thank you
@eduactivity
@eduactivity 2 ай бұрын
How to deploy this project on IIS Server
@dante2000xx
@dante2000xx 4 жыл бұрын
In my VS i cannot see the option for web add in, any idea why? Im using VS 2017
@vikas070486
@vikas070486 4 жыл бұрын
you need to install the word packages when you installed VS. this is optional, so might be you have uncheck this option but you can get this option to enable by simply update your VS.
@ravinigam9027
@ravinigam9027 5 жыл бұрын
Hi Can anyone tell me ... can i use web api to get data and do manipulation of data in excel add in ??
@neouia777
@neouia777 2 жыл бұрын
Thanks I search for this tutorial for long time please make tutorial to explain both VASTO and javascript for office Thank a lot and also they are any way to devolop MS office add on with python thanks 🌹💫😊
@DevarshiDavessj4
@DevarshiDavessj4 6 жыл бұрын
awesome tutorial (y) ... can we make it in vs 2012?
@Popart-xh2fd
@Popart-xh2fd 3 жыл бұрын
But if Web add-ins require a server then that means it isn't a replacement for VSTO, because VSTO can work Offline while Web add-ins can't!
@Grokfyr
@Grokfyr 7 жыл бұрын
awesome video... THX... helped a bunch
@TechGenix
@TechGenix 7 жыл бұрын
Grokfyr glad to help!
@vinodbhumireddy9853
@vinodbhumireddy9853 7 жыл бұрын
we can call WebAPI in button click?
@alsecen9871
@alsecen9871 4 жыл бұрын
Nothing for VSTO VB?
@vesogry
@vesogry 3 жыл бұрын
Office.js is so freaking irritating. It's unintuitive, hard to start, and no good tutorials.
@meisammofidi13
@meisammofidi13 7 жыл бұрын
excellent!!
@TechGenix
@TechGenix 7 жыл бұрын
Glad you liked it, Meisam!
@hrishikeshgalphade3938
@hrishikeshgalphade3938 6 жыл бұрын
Thanks
Building Add-ins for Microsoft Outlook
36:17
Microsoft 365 Developer
Рет қаралды 30 М.
Excel Add-in Development
1:00:08
Visual Studio Code
Рет қаралды 18 М.
У ГОРДЕЯ ПОЖАР в ОФИСЕ!
01:01
Дима Гордей
Рет қаралды 8 МЛН
Je peux le faire
00:13
Daniil le Russe
Рет қаралды 21 МЛН
Build a modern UI for an Excel VSTO Add-in using WPF / MVVM
1:35:09
Mouse Events
Рет қаралды 3,8 М.
Build Office.js add-ins for Excel with Python
1:02:26
xlwings
Рет қаралды 8 М.
Make slides faster with your own PowerPoint VBA Add-in
28:06
Brain Buffer
Рет қаралды 763
VSTO e06 - How to create Excel Add-in using VSTO / VB.NET
29:11
The World Depends on 60-Year-Old Code No One Knows Anymore
9:30
Coding with Dee
Рет қаралды 806 М.
Office Scripts vs Excel VBA (Everything you need to know)
25:08
Excel Macro Mastery
Рет қаралды 74 М.
Introduction to the Office JavaScript API & Script Lab
30:33
Sigma Coding
Рет қаралды 36 М.