I'm using CodeIgniter and I want to read excel file to extract data and save it to PHPmyAdmin database.
I've tried some third party libraries like
1- SimpleXLSX.class.php
2- Excel_reader
but these are not helping me.
Can anybody please give me a good example of how to read excel files in CodeIgniter efficiently?