Skip to main content Skip to footer

How to create a custom command in JavaScript

Background:

Commands are a powerful feature in SpreadJS. Being able to create your own commands opens many possibilities to both you as a developer and how end-users can use your spreadsheet.

Steps to Complete:

1. Initialize your command


2. Register your command to the workbook command manager


3. Execute your command

Tyler Barlock