-
Notifications
You must be signed in to change notification settings - Fork 6
Docs01 Installing Swate
If you want to jump right into Swate and start testing the environment and features without much fuzz, we recommend using Swate in the Browser. This method uses the web version of Microsoft Excel which can be used for free with an free Microsoft account.
- Download the latest swate-b-quickstart.zip
- Unzip (
Right click
→Extract All..
) - Navigate to the web version of Excel and log in. Starting this up for the first time might take a minute.
- Click
Insert
→Office Add-ins
/Add-ins
→Upload My Add-in
and upload thecore_manifest.xml
fromswate-b-quickstart.zip
. - Go to
Data
and you should see the Swate Core add-in. If not you might need to click on the three dots on the right side to expand your available options. - Done! 🎉
If you want to use Swate in your Excel desktop application, you can use the options below.
- Download the Windows Installer. (MacOS-Installer coming soon™)
- Close all Office instances (Excel, Powerpoint, Word, ...)
- Unzip (
Right click
➞Extract All..
) - Double click the
install.cmd
. You will be asked to give administrative permissions and in the end to allow changes to the registry. Allow both and you are good to go! - Open Excel, go to
Insert
➞My Add-ins
➞Shared Folder
. There you should see bothSwate
andSwate.Experts
.
Alternative | Using the release archive
Using the release archive
- Install node.js LTS (needed for office addin related tooling)
- Download the latest test release archive and extract it
- Execute the test.cmd (windows, as administrator) or test.sh (macOS, you will need to make it executable via chmod a+x) script.
If you have administrative access in your organization, you can create a network share folder and follow this guide to make the addin available without any further downloads from your users.