Building an Excel Custom Function Add-In Using the Office API | Pt. 2

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

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

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

    Thanks for the videos, can I use FastAPI instead of nodejs?

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

    20:08 - If yo office creates empty folders on the desktop, don't forget to run cmd as administrator.
    If it still doesn't work, change a different folder. It helped me.

  • @tarekdemiati9991
    @tarekdemiati9991 Месяц назад +1

    What if you want to start a project supporting (SSO) AND (React) AND (Excel Functions) ?

    • @yudi281
      @yudi281 11 дней назад

      Did you found something for it??

    • @tarekdemiati9991
      @tarekdemiati9991 11 дней назад

      @@yudi281 : Sadly not. Let me know if you do.

  • @williamducharme1665
    @williamducharme1665 4 года назад +2

    Thank you so much for the very informative video. I followed all the instructions you did in the video, but whenever I run 'npm start' in VS Code and the Excel client opens, I get an error in the side bar that states: "Add-In Error: This add-in is no longer available: add-ins inserted during development are only available during debugging from Visual Studio. Please open your project in Visual Studio and re-run your application, or deploy your add-in into a valid catalog and re-insert." Do you have any idea how I can go about fixing this? My OS is Windows 10 and I'm using Excel 2016. Thanks for any help you're able to give!

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

    I love and enjoy your tutorials, thank you very much for your help. I have gone through this tutorial and I have learned a lot about Excel Addins. I would like to know how to add a custom tab into word. Thank you in advance.

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

    I initially was getting a cert error... bypassed that and now getting an error invalid signature after selecting excel custom functions add-in project and and naming add in. Can someone help with this?