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.
1. Initialize your command
2. Register your command to the workbook command manager
3. Execute your command
Tyler Barlock