You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
-
# SAFE-MinExcel [WIP]
1
+
# SAFE-MinExcel
2
+
3
+
This is meant as a minimal template to set up an Office Excel web add-in.
4
+
5
+
Tested for:
6
+
- Excel online
7
+
- Excel 356 on windows
8
+
- Excel 2019 on windows
9
+
2
10
3
-
This is meant as a minimal template to set up an Office Excel web add-in. It currently works for excel online. Sideloading the app for the desktop version needs some testing.
4
11
5
12
## Install pre-requisites
6
13
@@ -10,18 +17,10 @@ You'll need to install the following pre-requisites in order to build SAFE appli
10
17
*[Node LTS](https://nodejs.org/en/download/)
11
18
12
19
1. Download repo.
13
-
2. Run install.cmd as admin.
14
-
3. To start the app run `dotnet run` in the root directory.
20
+
2. Run install.cmd as admin**or** run `dotnet run setup`.
21
+
3. To start the app run `dotnet run officedebug` in the root directory.
15
22
4. Webside can be accessed under 'https://localhost:3000'
16
-
17
-
Client tests are available under `http://localhost:8081` in your browser and server tests are running in watch mode in console.
18
-
19
-
Finally, there are `Bundle` and `Azure` targets that you can use to package your app and deploy to Azure, respectively:
20
-
21
-
```bash
22
-
dotnet run -- Bundle
23
-
dotnet run -- Azure
24
-
```
23
+
5. Start Excel and go to `Insert` > `My Add-ins` > click on the small arrow and it should show **Minimal-SAFE**.
0 commit comments