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
+2-2
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ CSV Import+Export is an Excel add-in which adds the ability to import and export
11
11
12
12
Requires Node.
13
13
14
-
1.Open a blank worksheet on Excel Online. Go to Insert | Office Add-ins. On the top right hand corner under Manage My Add-ins, click Upload my Add-In. Upload `manifests/dev.manifest.xml`.
14
+
1.Run `npx office-addin-dev-certs install` to get https certificates that Excel accepts. Reopen your web browser.
15
15
16
-
2.Run `npx office-addin-dev-certs install` to get https certificates that Excel accepts.
16
+
2.Open a blank worksheet on Excel Online. Go to Home | Add-ins | More Add-ins. Go to the My Add-ins tab. On the top right hand corner under Manage My Add-ins, click Upload my Add-In. Upload `manifests/dev.manifest.xml`.
17
17
18
18
3. Run the following commands to start webpack-dev-server.
0 commit comments