Is there any way to copy from excel and paste into jqgrid
Is there any way to 开发者_JAVA技巧copy data cells from excel and paste into jqgird or opensource grids so that is saves to database.
You can use PHPExcel library to read Excel documents in PHP.
By googling at last i got
http://www.vinylfox.com/datadrop-drag-grid-data-from-spreadsheet/
It was nice extension of extjs.
精彩评论