I have XLSX files that contain data to be imported into a MySQL database. The size of each XLSX file is from 50MB to 100MB. Can anyone give me a great idea or clever suggestion as to what I am supposed to do? Because if I import the XLSX using a manual method (Navicat) it will be wasting my time, every week I have 400-600 files!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Check this post out: http://unix.stackexchange.com/a/23786 Then check out importing the CSV using a PHP script using fgetcsv(). |
|||
|
|