Excel JavaScript add-in APIs

Sdílet
Vložit
  • čas přidán 6. 09. 2024

Komentáře • 12

  • @iuiz
    @iuiz Před 6 lety +17

    Why do the apps have to run in a server? I just want to be able to ship them with my xlsx files and not introduce a whole new eco system in my company with firewall rules and other stuff.

    • @francescoanastasio2021
      @francescoanastasio2021 Před rokem

      That is one of the major differences between offic and VBA, no way to get around that. Microsoft describes it as a plus, in my view this is a minus because it makes it much more difficult to implement in an office environment (which, for a software suite called “MS OFFICE” is quite a big problem). For instance, the example in the tutorial would have been much more easy to do with a python script and an external library, quite a paradox.😊

  • @JHatLpool
    @JHatLpool Před 4 lety

    Great demo. I was looking for something like this so that I can get started.

  • @LinkLife7
    @LinkLife7 Před 7 lety +1

    Great demo! thank you for sharing.

  • @ArwedMett
    @ArwedMett Před 8 lety +2

    Hey the API looks very easy to use, but where did you specify that the website / plugin is run in Excel.

  • @vickymishra3520
    @vickymishra3520 Před 3 lety

    i have exel file i want to open that file in excel addin but i am using vs code it is easily posssible in visual studio to open that file but i dont know how to open in vs code

  • @crypto4ever525
    @crypto4ever525 Před 3 lety

    Thanks a lot for this video!! i am streaming live data from an api (server side) and like to convert the live data in to excel file, so i can see the data updated every 3 seconds in my worksheet. (already have live stream data in my node console) can you please advice me how to do it? thanks a lot for any help with this one :-)

  • @jordancotter5885
    @jordancotter5885 Před 7 lety +1

    can you edit a data connection definitions with office.js?

  • @vickymishra3520
    @vickymishra3520 Před 3 lety

    plz make video on that

  • @fmplan
    @fmplan Před 6 lety

    很不错的视频

  • @infoExplored
    @infoExplored Před 8 lety

    Hi, nice video. Is it compatible with microsoft excel 2007. and I have some scripts of my own which takes value from excel and does some work and returns it to other fields/cell in spreadsheet/excel. Is it possible?

  • @amitjangra6454
    @amitjangra6454 Před 5 lety +2

    The real change is considered when Microsoft get rid of VBA. Integrate/Develop C# for applications. In era of 16 core processors, you have a language which is single threaded. What a joke 👌