Excel Automate Office Scripts JavaScript (TypeScript) Programming Tutorial - VBA Equivalent

Поділитися
Вставка
  • Опубліковано 1 гру 2024
  • Excel Automate Office Scripts JavaScript (TypeScript) Programming Tutorial - VBA Equivalent.
    #excel #automate #javascript

КОМЕНТАРІ • 36

  • @gullitrtg3675
    @gullitrtg3675 Місяць тому

    thank you for the amazing effort ❤it's really the best tutorial i've seen so far

  • @guilhermemaia4006
    @guilhermemaia4006 Рік тому +2

    Wonderful video! Im really starting in typescript and this video was very helpfull!

  • @MarkAlipao
    @MarkAlipao 4 місяці тому +1

    Hi Thank you so much for all the tutorials and it is very helpful.
    can you please add CRUD tutorial for office script?

  • @markanthonyalipao362
    @markanthonyalipao362 Рік тому +2

    Hi can you please include the other link of this tutorial in your description?

  • @LawCoder
    @LawCoder 2 роки тому

    Best of the Best!

  • @wperiman
    @wperiman 2 роки тому

    Thanks! More office script tutorials, please.

  • @rbsfinger
    @rbsfinger 2 роки тому

    Excellent! Thank you!

  • @abdullahquhtani4247
    @abdullahquhtani4247 2 роки тому

    Thank you. Does app-script works here with excel? If not, is there an advanced full course for Online Excel script you recommend?

    • @Adaephonable
      @Adaephonable 2 роки тому

      Why would app-script work here? It is literally a google product, specifically for their ecosystem. While it is based of of JavaScript the API calls are all google cloud based.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому

      You have to admit, if you're not a programmer, it's hard to distinguish the difference. You look at them, it's the same JavaScript and even methods are very similar.
      But, yea, there is no App Script outside of google ecosystem.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому

      Sorry, I can't recommend any. I don't really watch courses other people make, it's easier for me to just read the docs.

  • @mahmoudmostafa5584
    @mahmoudmostafa5584 2 роки тому

    is there a way to utilize this within my web app's backend?

  • @michelelomonaco5118
    @michelelomonaco5118 2 роки тому

    Good morning is it possible to run a typescript script when opening an excel file in Teams ? Thank you.

    • @analysiscloud
      @analysiscloud 3 місяці тому

      Yes, through Power Automate "When a SharePoint file is created or updated" Action. Each time a file is opened it updates its metadata and , thus, triggers that Action.

  • @cb-ue1kg
    @cb-ue1kg 2 роки тому

    Will you cover how we can set the value of cells in the last row on a sheet after getting the values elsewhere?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому +1

      I will cover how to get the last row.

    • @analysiscloud
      @analysiscloud 3 місяці тому

      Here is the code to add a row to the end of a formatted table:
      Make field1, field2, field3 the names of variables.
      FormattedTableName.addRow(-1, [field1, field2, field3]);

  • @ydherdn
    @ydherdn 2 роки тому

    Cools .. Thank You

  • @emilianoreyes
    @emilianoreyes 2 роки тому

    Thank you!

  • @Fredick.7
    @Fredick.7 7 місяців тому

    😎......👍💯
    .

  • @aa2lo060
    @aa2lo060 Рік тому

    how if we learn more about offfice javaScripts?

    • @analysiscloud
      @analysiscloud 3 місяці тому

      Learn by watching my Office Scripts UA-cam Playlist!
      59 videos, for free!
      Post a question, Subscribe, Like and Share!
      ua-cam.com/video/xWPnQhJJ8H8/v-deo.html

  • @rishirishi4970
    @rishirishi4970 2 роки тому

    Thank You

  • @GenNextAnalyst
    @GenNextAnalyst 2 роки тому

    More like this! Btw, can Office Scripts perform all the actions similar to Google Apps Script?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому +1

      Not exactly. It depends on what you do in Apps script.
      Office Scripts are currently constrained to the object you work with. You'll need to use Power Automate or something to get other things involved, which makes it quite convoluted.

  • @MrJrryhy460
    @MrJrryhy460 2 роки тому

    How do you add the Automate tab ( at the top next to View tab)? My last two top tabs are View and help. Let me say thanks for showing us how use Javascript in excel. I also just recently learn Python coding can also be intergrated in Excel.

  • @umrbekmatrasulov4141
    @umrbekmatrasulov4141 2 роки тому

    Which excel is this?