tags:

views:

51

answers:

2

Is there any way to copy data cells from excel and paste into jqgird or opensource grids so that is saves to database.

A: 

You can use PHPExcel library to read Excel documents in PHP.

SeniorDev
I want to paste the data from excel to grid so that the data in the cells save the data in mysql database
ugesh.gali