← All downloads
GREEN INSTALL · NO .EXE

WPS, by hand

WPS loads add-ins from a folder in your user profile plus one text file that lists them. Sumlion's part is two small folders (23 files, 40 KB) and two lines in that file. No administrator rights, no registry, nothing to run.

About 3 minutes

1 · Download and unzip

Right-click the zip → Extract All… You get Sumlion_1.0.0, SumlionDOCS_1.0.0, install.bat, uninstall.bat and INSTALL.txt. (If .bat files are allowed on your machine, double-click install.bat and skip to step 5.)

2 Open WPS's add-in folder

Press Win + R, paste the path below, press Enter. Create the jsaddons folder if it does not exist yet.

%APPDATA%\kingsoft\wps\jsaddons
wps-01-run-jsaddons.png

3 Copy the two folders in

Copy Sumlion_1.0.0 and SumlionDOCS_1.0.0 from the unzipped archive into jsaddons. The folder names matter — do not rename them.

wps-02-copy-folders.png

4 Add two lines to publish.xml

If jsaddons already has a publish.xml, open it in Notepad and paste the two lines below just before </jsplugins>. If there is no publish.xml, create it with the full contents shown further down.

<jsplugin name="Sumlion" type="et" url="Sumlion_1.0.0" version="1.0.0" enable="enable_dev" install="null" customDomain=""/>
<jsplugin name="Sumlion" type="wps" url="SumlionDOCS_1.0.0" version="1.0.0" enable="enable_dev" install="null" customDomain=""/>
wps-03-publish-xml.png

5 Restart WPS and open a file

Quit WPS completely (every window), start it again and open a spreadsheet or document. The Sumlion tab does not show on the start page — only once a file is open.

wps-04-open-file.png

6 Click Allow — twice

WPS asks whether the add-on from Sumlion may run. Click Allow. It asks once for 表格 and once for 文字; that is WPS's standard question for any third-party add-in.

wps-05-allow.png

7 Open the Sumlion tab

Click the Sumlion tab on the ribbon, then the Sumlion button. Sign in with your email.

wps-06-ribbon.png

No publish.xml yet? Create it with exactly this

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<jsplugins>
  <jsplugin name="Sumlion" type="et" url="Sumlion_1.0.0" version="1.0.0" enable="enable_dev" install="null" customDomain=""/>
  <jsplugin name="Sumlion" type="wps" url="SumlionDOCS_1.0.0" version="1.0.0" enable="enable_dev" install="null" customDomain=""/>
</jsplugins>

Save as publish.xml (UTF-8) inside jsaddons.

Done

The pane updates itself from wps.sumlion.cn; a reinstall is only needed if the ribbon itself changes. To remove: delete the two folders and the two lines (or run uninstall.bat), then restart WPS.

← All downloads