0

Situation :

I'm a newbie in add-in excel, so this could be a stupid question.

I made an Excel add-in(Side load) test project by using Angular. I followed the Microsoft tutorial

My test project works fine in local environment, but I want to know how can I install my add-in in the Excel of my user.

What I want:

I read the publish documentation of Microsoft, but it's not I want.

I want to know if it's possible to generate a package with my excel add-in project and import to excel directly ?

This is my test project excel add-in using Angular and I made a Back Service for it too

Yiao SUN
  • 908
  • 1
  • 8
  • 26

1 Answers1

1

Office add-ins cannot be distributed as a package in the way that you want. They have to be published in one of the ways described in the publish documentation that you linked to.

Rick Kirkham
  • 9,038
  • 1
  • 14
  • 32