Build an Office add-in using modern JavaScript tools and techniques

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024

Комментарии • 33

  • @Ivan-ej6su
    @Ivan-ej6su 6 лет назад +12

    Nice video. It would be helpful to see how to load these add-ins to the client version of Excel 2016

  • @WondersAndWhy
    @WondersAndWhy 2 года назад +1

    How do I make the task pane a category on the ruler, not like this on the side?

  • @arielth14
    @arielth14 10 месяцев назад

    Sorry! Can i do a question? I need to do a Word Add in of my App. I need that the Word Add in connect with my api that is in NET 7.0 , but always when i create a new project of Word Add in is in NET FRAMEWORK, so my question is can i create a new Word Web Add in project in NET 7 or I have to connect with my API with HTTP and use in NET FRAMEWORK? Thank You

  • @ripsscorpio
    @ripsscorpio 4 года назад

    Very well put. Was able to understand all the development options and a fair introduction to each. Thanks.

  • @mangkum
    @mangkum 5 лет назад +3

    For Vue Js, jump to 29:10

  • @jdotsystem
    @jdotsystem Год назад

    I see, Yeoman Generator menu was changed...
    ? Choose a project type:
    Office Add-in Task Pane project
    Office Add-in Task Pane project using React framework
    Excel Custom Functions using a Shared Runtime
    Excel Custom Functions using a JavaScript-only Runtime
    Office Add-in Task Pane project supporting single sign-on
    Outlook Add-in with unified manifest for Microsoft 365 (preview)
    We can not generate Angular and Vue.js project....

  • @mathewkane5634
    @mathewkane5634 2 года назад +1

    The irony of the presenter using OSX is not lost on me...

  • @egedereuben8291
    @egedereuben8291 3 года назад

    nice . how do i build Add-ins to Microsoft word using JavaScript

  • @SouvikKundu4
    @SouvikKundu4 3 года назад

    how to create a dialog popup within the add-in

  • @kepidogo
    @kepidogo 3 года назад

    Can you create Microsoft Project add-ins as well? If so, is there anything that is done differently from other Office applications?

  • @MrAagamdoshi
    @MrAagamdoshi 4 года назад

    Is this way correct or outdated ? As while using Yeomen generator the file structure is different for Angular

  • @kapilmittal2823
    @kapilmittal2823 4 года назад

    Hi, How we can read excel sheet data using add-in in angular code

  • @vickys2555
    @vickys2555 5 лет назад +1

    This is great functionality and feature making MS office incredible tool. I have two question here: -
    1) Is it possible to build a excel add-in where data is fetched from pre-defined excel and create a word document using pre-defined template?
    2) Does add-in always require files to be hosted on server? How would I have offline functionality when building add-in using JavaScript (office.js), when I say offline functionality I mean without running server on localhost or any other means? If not, is there a way to convert add-ins created uisng JS to VSTO/COM add-ins?

    • @TanviAravind
      @TanviAravind 5 лет назад

      Is it true that add-ins built using this don't work without the Internet connection?

    • @person8203
      @person8203 4 года назад

      this is what I'm trying to figure out

    • @Navel1988
      @Navel1988 3 года назад

      @@person8203 You could host the plugin server on the same machine (localhost:4200) so there would be no need for an internet connection per se

  • @tylercarter4946
    @tylercarter4946 5 лет назад +1

    is there a finished version somewhere i can walk through he steps

  • @jedbunjan2137
    @jedbunjan2137 4 года назад

    hi, in using angular, is there a way we use http angular library and not fetch?

  • @AyrtonMercado
    @AyrtonMercado 5 лет назад

    I am following the Vue/TypeScript lab but hit a wall with "ReferenceError: 'fetch' is undefined". installed node-fetch to no avail. Anyone else having this issue?

  • @penguincoding1353
    @penguincoding1353 3 года назад

    why you did not use windows?

  • @gonzalocidrodriguez2805
    @gonzalocidrodriguez2805 5 лет назад

    For an outlook add-in, is necessary a o365 subscription to load the plugin in a client machine?

  • @samlama6223
    @samlama6223 3 года назад

    Anyone know how to upload web addin in internal excel in windows?

  • @G220life
    @G220life 5 лет назад

    We’re can we find the labs you mentioned?

  • @HimalayaGarg
    @HimalayaGarg 5 лет назад

    Awesome video, so many code samples to learn from.

  • @HimalayaGarg
    @HimalayaGarg 5 лет назад

    Where is the debugging part?

  • @cobbarne
    @cobbarne 3 года назад +1

    Why is all this 1,000 times more complicated than the VBA dev I grew up with? :(

  • @TheHorn89
    @TheHorn89 4 года назад +1

    Angular as of 13:30

  • @i_youtube_
    @i_youtube_ 2 года назад

    REACT app with ANGULAR logo 10:24

  • @fclinuxnova7977
    @fclinuxnova7977 4 года назад +1

    OSx is better than windows 10 which we can have the best experience for running microsoft app =)))

    • @martinspedding4210
      @martinspedding4210 3 года назад

      Thanks that is a great joke. Keep drinking the expensive Kool aid

  • @willrockies
    @willrockies Год назад

    I am trying import { FormsModule } from "@angular/forms"; but the framework is not recognize the library installed, i am getting this error export 'ɵcoerceToBoolean' (imported as 'ɵcoerceToBoolean') was not found in '@angular/core' ... does anyone know how to solve this on angular office js,?

    • @willrockies
      @willrockies Год назад

      Apparently I have to install @angular/forms manually, but I got error Can't bind to 'formGroup' since it isn't a known property of 'form'.