2 Answers
Basically, this feature is not very complete. You can test it by following steps:
- Enable option,
$opt[“pastefromexcel”] = true;
$g->set_options($opt); - Copy a row from excel (one row at a time)
- On grid, double click to go in edit row mode, and press Ctrl+V
Your Answer