Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery Spreadsheet/Grid plugin with copy/paste from/to Excel [closed]

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

like image 432
Iurii Dziuban Avatar asked Jan 26 '12 13:01

Iurii Dziuban


3 Answers

I needed JavaScript data grid with copy/paste compatibility with Excel. I could not find such, so I created this: http://handsontable.com/

Maybe you will find it useful.

like image 139
warpech Avatar answered Oct 18 '22 22:10

warpech


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

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

like image 40
Yuri Romanenko Avatar answered Oct 18 '22 21:10

Yuri Romanenko


The best way to deal with tabular data with jquery is probably using Slickgrid

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

The plugin has now many bugs fixed and features added by the community (eg. undo/redo support) : https://github.com/Celebio/SlickGrid/commits/master

like image 35
Onur Celebi Avatar answered Oct 18 '22 21:10

Onur Celebi