Skip to content

A jQuery based plugin to convert an html table into an Excel grid.

Notifications You must be signed in to change notification settings

shailendragusain/excel-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A jQuery based plugin to convert an html table into an Excel grid.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published