You can add TypeScript support to SpreadJS. TypeScript provides strongly-typed access and better information about your code.
You can download TypeScript and get additional information from the TypeScript web site, http://www.typescriptlang.org/.
The TypeScript definition file for SpreadJS is located in the definition folder under the main product folder (SpreadJS\definition\GC.Spread.Sheets.d.ts).
Use the following steps to add TypeScript support to SpreadJS.
/// <reference path="path/jquery.d.ts" />
/// <reference path="path/GC.Spread.Sheets.d.ts" />