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 manages the sheet creation, viewing, and editing processes. It can even be used like a datagrid, without calculations.
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 I wanted to put some fun back into my javascript.
jQuery.sheet is cool, here's why:
- Multi-sheets (create new right from the ui)
- Multi instance
- Cross-sheet calculations
- Re-sizable (columns, rows, sheet)
- Fast Calculations Engine
- Selectable Rows and Columns
- Shifting formulas (when insert or delete it updates surrounding formulas)
- Cross browser compatibility
- Easy for developers to integrate
- Easy for users to learn
- XML / JSON / HTML export/import
- In-line Controls (select list, radio buttons, checkboxes)
- Charts (jGCharts)
- Themeable (jQuery UI ThemeRoller)
- Based on html tables
- Fully AJAX ready