Docs01 Installing Swate - nfdi4plants/Swate GitHub Wiki
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.