i want to import .xls or .xlsx file into Mysql with PHP .
i tried to read it with Php , file function
but i get some unusual binary garbage instead of real data . so i want to import xlsx data to MySQL Database.
is there any simple solution to
Read more