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?
- AirScript scripts can handle spreadsheet data changes, cell style updates, property settings, and automated task execution.
- If you need more logic, write and save the script in the editor first.
- Run the script and review the log panel to confirm the result.
What should I do if a script returns an error?
- Check the error details in the log panel first.
- Review the script syntax, logic, and related parameters based on the message.
- Save the updated script and run it again.
What trigger types are available for scheduled tasks?
- Open the Scheduled Task panel and click Create Task.
- Choose from one-time, daily, weekly, or monthly triggers.
- Set the required time details and confirm the task.
What should I prepare before creating a scheduled task?
- Write and save the target script in the AirScript Script Editor first.
- Then open the Scheduled Task panel.
- Select the shared document script during task setup and save the task.
Glossary
| Term | Definition |
|---|---|
| AirScript Script Editor | The coding workspace used to create, edit, save, and run scripts. |
| Log panel | The area that shows script output and error details after execution. |
| Scheduled task | A task configuration that runs a selected AirScript script at a preset time. |
| Shared document script | A script that can be selected and executed within the current collaborative document environment. |