Hello Abu,
Is it possible if I want to Import excel file? When I click button submit import, the process will need to truncate the table first before adding new data. If it possible,may I know how to do it?
Note : This page is the only one that using import function.
We support all delimeter separated files. You may need to convert excel to tsv,csv and then import OR you can copy paste data from excel to open textarea. Please refer this screencast for excel: https://www.phpgrid.org/import-excel-sheet-google-sheet-csv/
By default new rows are appended. If you want to show append or replace option on Step2, you can set:$opt[“import”][“allowreplace”] = true;
$g->set_options($opt);
From docs: http://www.phpgrid.org/docs/importing-data/
I tried to implement this but come out with this problem.
Nothing imported. Please recheck the data and try again.
I can’t tell exactly what could be wrong.
You can email me screencast after recording (using jing.com or other) and file you are trying to import.