Welcome Guest, Not a member yet? Register   Sign In
export excel data to database
#1

[eluser]praveena[/eluser]
hi

how to export the excelsheet to database in CI
anybody can help

thanks in advance
#2

[eluser]markup2go[/eluser]
You can export the excel file as a CSV file and then parse that using fgetcsv() into an array you can work with.

http://php.net/manual/en/function.fgetcsv.php




Theme © iAndrew 2016 - Forum software by © MyBB