Web-based Spreadsheet using Jquery

Web-based Spreadsheet using Jquery

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
4,654 views

jQuery.sheet gives you all sorts of possibilities when it comes to giving your web application a spreadsheet style interface with MS Excel style calculations.

jQuery.sheet addresses the web-based spreadsheet or “websheet” in a different, simple, approach – using html, you simply load the sheet from a url, and you save it to a url… Simple. Or write your own approch. jQuery.sheet manages the sheet creation, viewing, and editing processes, you simply build your application around it.

jQuery.sheet is also theme-able, using jQuery UI ThemeRoller, so you make the spreadsheet look like you want.For a complete list of all the MS Excel style functions that jQuery.sheet supports, take a look at the Demo, which is the documentation.

Why did I start jQuery.sheet? I like a challenge, I like to learn, I like to contribute, and I saw where other attempts at the same thing, although being nice, could be improved. And with the web basically migrating in it’s entirety over to jQuery, I wanted to put some fun back into my javascripting.

Examples
(for more, check out the demo, which actually is the documentation)

Basic initialization:

$(document).ready(function() {
    $(jQuerySelector).sheet();
});

Make a new sheet (10 Columns by 30 Rows):

$(document).ready(function() {
    $(jQuerySelector).sheet({
        buildSheet: '10x30'
    });
});

Turn your table housed by a div into a sheet:

$(document).ready(function() {
    $(jQuerySelector).sheet({
        buildSheet: true
    });
});

Open a sheet for edit & set it’s save location:

$(document).ready(function() {
    $(jQuerySelector).sheet({
        urlGet: "Address_of_my_sheet.html",
        urlSave: "Address_of_my_sheet_savepage.php"
    });
});

Open a sheet for viewing only:

$(document).ready(function() {
    $(jQuerySelector).sheet({
        urlGet: "Address_of_my_sheet.html",
        editable: false,
        menu: false
    });
});

Open a sheet for editing, but all functions are locked:

$(document).ready(function() {
    $(jQuerySelector).sheet({
        urlGet: "Address_of_my_sheet.html",
        lockFormulas: true
    });
});


Demo: http://jqueryplugins.weebly.com/uploads/3/1/3/8/313814/jquery.sheet.html
Download: http://jqueryplugins.weebly.com/uploads/3/1/3/8/313814/jquery.sheet-0.53.zip
Source: http://jqueryplugins.weebly.com/jquerysheet.html

http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/delicious_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/blinklist_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/furl_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/technorati_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/magnolia_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/google_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/myspace_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/facebook_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/sphinn_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/mixx_32.png http://www.ajaxupdates.com/wp-content/plugins/sociofluid/images/twitter_32.png

Related Listings:

  1. DataDrop – Drag Grid Data in From a Spreadsheet with ExtJS Andrea Giammarchi came up with, it was so cool –...
  2. Smarter Breadcrumbs: jBreadCrumb jBreadCrumb is a jQuery plugin for displaying breadcrumb navigations in...
  3. PHP and jQuery based 5-star Ajax Rating Script ColorRating requires no database setup or administration as it comes...
  4. AJAX Based Shopping Cart with PHP, CSS & jQuery In this tutorial we are going to create an AJAX-driven...

Do you like this post?

Email:     

Tags: , , , , , ,

3 Comments »

  1. avatar comment-top

    [...] This post was mentioned on Twitter by Web Development News. Web Development News said: Web-based Spreadsheet using Jquery: jQuery.sheet gives you all sorts of possibilities when it comes to giving y.. http://bit.ly/xVFgA [...]

    comment-bottom
  2. avatar comment-top

    This is seriously cool, awesome work

    comment-bottom
  3. avatar comment-top

    [...] Web-based Spreadsheet using Jquery [...]

    comment-bottom

RSS feed for comments on this post. TrackBack URL

Leave a comment



Web Design & CSS (Templates) - TOP.ORG