I’ve got a pretty substantial XLS file a client provided 830 total tabs/sheets.
I’ve designed a multi table database with PHPMyAdmin (MySQL obviously) to house the information that’s in there, and have populated about 5 of those sheets by hand to ensure the data will fit into the designed database.
Is there a piece of software or some sort of tool that will help me format this XLS document and map it to the right places in the database?
According to this thread you can import a csv file exported from excel with php.
Quoting @noelthefish