JQuery Spreadsheet / Grid plugin with copy / paste from / to Excel

I am looking for a jQuery plugin for something like a spreadsheet or a grid. I found many jQuery Grid plugins and one table plugin . But I would like to have functionality with copy / paste cells from / to Excel. Something like here Any suggestions?

+47
javascript jquery excel grid
Jan 26 2018-12-12T00:
source share
4 answers

I need a JavaScript data table with copy / paste from Excel. I could not find such, so I created this: http://handsontable.com/

You may find this helpful.

+179
Apr 03 2018-12-12T00:
source share

You can check the following link:

http://roberto.open-lab.com/2010/01/30/javascript-grid-editor-i-want-to-be-excel/

In this post, the author of this blog provided an overview of several functions similar to the javascript table, according to the comments, however, multi-cell copy / paste is still complicated. Products reviewed : jqGrid , Jeditable , Flexgrid , tgrid and ingrid .

For more details and opinions, you can read this post.

+6
Feb 04 2018-12-12T00:
source share

there is one available on github: https://github.com/TanyaWebDesign/SpreadSheet

it is based on jquery, has copy / paste and a bunch of other functions.

+2
Jun 10 2018-12-12T00:
source share

The best way to handle tabular data using jquery is probably using Slickgrid

I made a plugin to copy / paste from / to excel: http://labs.nereo.com/SlickGrid/examples/example-excel-compatible-spreadsheet.html

A lot of bugs were fixed in the plugin, and functions added by the community (for example, support for undo / redo): https://github.com/Celebio/SlickGrid/commits/master

+1
Feb 23 '13 at 13:06
source share



All Articles