🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Excel Table is a jQuery plugin which converts a standard HTML table into an Excel-style spreadsheet with support for edit, paste, undo, drag-to-copy, etc.

excel data-grid data-table Spreadsheet

Documentation

Excel Table

A jQuery based plugin to convert HTML tables into Excel like grids with features like range selection, drag-paste, copy, paste, undo, etc.

How to Use the library

Check out the demo folder and open index.html file. You'll will see how we've used the plugin there with few simple steps.

Usage

$(function(){   // With options   var options = {     name: 'my-excel-table',   };   $('.table-selector').exceltable(options);     // Or without options   $('.table-selector').exceltable();  }); 

You May Also Like