WPS Advanced Development on macOS FAQ

Last updated:July 16, 2026

Common questions about WPS Advanced Development focus on script capabilities, execution errors, scheduled tasks, and setup steps; this FAQ covers 4 frequent topics.

FAQ

What can AirScript scripts do?

  1. AirScript scripts can handle spreadsheet data changes, cell style updates, property settings, and automated task execution.
  2. If you need more logic, write and save the script in the editor first.
  3. Run the script and review the log panel to confirm the result.

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 related parameters based on the message.
  3. Save the updated script and run it again.

What trigger types are available for scheduled tasks?

  1. Open the Scheduled Task panel and click Create Task.
  2. Choose from one-time, daily, weekly, or monthly triggers.
  3. Set the required time details and confirm the task.

What should I prepare before creating a scheduled task?

  1. Write and save the target script in the AirScript Script Editor first.
  2. Then open the Scheduled Task panel.
  3. Select the shared document script during task setup and save the task.

Glossary

TermDefinition
AirScript Script EditorThe coding workspace used to create, edit, save, and run scripts.
Log panelThe area that shows script output and error details after execution.
Scheduled taskA task configuration that runs a selected AirScript script at a preset time.
Shared document scriptA script that can be selected and executed within the current collaborative document environment.