My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

A plugin to the Jquery Library to provide spreadsheet functionality


Use

Below is how the spreadsheet plugin is initialized, remember to have jquery.spreadsheet.css linked

var options = {range:"a1:g50"};
$(".selector").spreadsheet(options);
Powered by Google Project Hosting