A plugin to the Jquery Library to provide spreadsheet functionality
Below is how the spreadsheet plugin is initialized, remember to have jquery.spreadsheet.css linked
var options = {range:"a1:g50"}; $(".selector").spreadsheet(options);