WPS Advanced Development on Windows FAQ

Last updated:July 20, 2026

When using Advanced Development, the most common questions are about scripting, errors, scheduled tasks, and shared management; this section includes 4 common questions and 4 glossary terms.

FAQ

What can AirScript scripts do?

  1. AirScript scripts can work with spreadsheet data operations such as adding, updating, querying, and processing content.
  2. They can also handle cell style changes, property settings, and automation tasks.
  3. The exact available actions depend on the editor capabilities and the current spreadsheet context.

What should I do if a script returns an error?

  1. Check the error details in the Log panel first.
  2. Review the script syntax, logic, and referenced content based on the message shown.
  3. Save the corrected script and run it again.

What trigger types are available for scheduled tasks?

  1. You can create a one-time task.
  2. You can also choose daily, weekly, or monthly triggers.
  3. After configuration, the selected script runs automatically on the planned schedule.

Why should I prepare a script before creating a scheduled task?

  1. A scheduled task is used to run an AirScript script automatically.
  2. During task creation, you need to choose a script from document shared scripts.
  3. It is a good idea to finish writing and testing the script before setting the schedule.

Glossary

TermDefinition
AirScript Script EditorThe code workspace in WPS Spreadsheet for creating, editing, saving, and running scripts.
Log panelThe area that shows script output and error details after execution.
Scheduled taskA configuration that runs a selected script automatically at a specified time.
Document shared scriptA shared script that can be selected when you create a scheduled task.