Probably not the correct site to post this question but I am looking for the following:
How to import an excel file sheet data into a MySQL table. Front end should be AngularJS and Backend is Apache/PHP. The excel file will be in a directory in the Apache server ready to be imported.
I have tried the following samples but this library is really messy and complicated to use: http://phpexcel.codeplex.com/
I am just looking for other alternatives if anyone can shed some light thank you so much.