WPS Advanced Development on Windows FAQ

Last updated:July 21, 2026

When using Advanced Development, common questions usually focus on script capabilities, error checking, and scheduled task setup; this FAQ covers 4 common questions and answers.

FAQ

What can AirScript scripts do?

  1. AirScript scripts can add, delete, query, and update table data.
  2. They can also modify cell styles, adjust properties, and support automated task execution.
  3. For more complex logic, write and save the script in the editor first, then combine it with scheduled tasks.

What should I do if a script returns an error?

  1. Run the script and open the Log panel.
  2. Review the error details to determine whether the issue is related to syntax, logic, or execution conditions.
  3. Save your changes and run the script again after making corrections.

What trigger times are available for scheduled tasks?

  1. Open the Scheduled Task panel and click Create Task.
  2. In the trigger time settings, choose one-time, daily, weekly, or monthly.
  3. Select the schedule that matches your workflow and finish the setup.

What can a scheduled task run?

  1. A scheduled task is used to run an existing AirScript script automatically.
  2. Before creating the task, prepare the script in the AirScript script editor.
  3. During task creation, select the target script from the available script list.

Glossary

TermDefinition
AirScript Script EditorThe coding workspace in Smart Spreadsheet data tables where you write, save, and run scripts.
Log panelThe area that shows output results and error details after a script runs.
Scheduled taskA task configuration that runs a selected AirScript script automatically at a specified time.
Shared document scriptA shared script resource that can be selected and run within the current document scope.