1.0.3 • Published 6 years ago

excel-table v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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(); 
});
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago