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

£可爱£侵袭症+ 提交于 2019-12-02 14:06:33

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.

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

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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!