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

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

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

  • @guilhermemaia4006
    @guilhermemaia4006 Год назад +2

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

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

    Thanks! More office script tutorials, please.

  • @gullitrtg3675
    @gullitrtg3675 Месяц назад

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

  • @MarkAlipao
    @MarkAlipao 5 месяцев назад +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!

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

    Cools .. Thank You

  • @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.

  • @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.

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

    Thank You

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

    Thank you!

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

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

  • @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]);

  • @Fredick.7
    @Fredick.7 7 месяцев назад

    😎......👍💯
    .

  • @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.

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

    how if we learn more about offfice javaScripts?

    • @analysiscloud
      @analysiscloud 3 месяца назад

      Learn by watching my Office Scripts RUclips Playlist!
      59 videos, for free!
      Post a question, Subscribe, Like and Share!
      ruclips.net/video/xWPnQhJJ8H8/видео.html

  • @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?