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
how to read excel spreadsheet in python ? , dealing with website , want to get some information from excel spreadsheets and summarize it into another spreadsheet and make pdf invoice in Python
read excel file using PHP , and than break it into chunks and want to do some calculation in some column
and save it in fromat of .xlsx file
so any suggestion , dealing with large .xlsx file ?