I created this tool because i often needed to quickly add data to my DB provided by clients in spreadsheets.
Works with most spreadsheet formats including CSV & XLSX
How To use:
- First update db.php with your database's login info. (lines 4-7)
- Launch index.php on your server
- Browse for your spreadsheet file & Upload
- Your Done! your new table is ready to use.
This tool's functionality for reading the spreadsheets is based on the PHP Excel Repo (I know its deprecated but i already have this working so i'm using it.) https://github.com/PHPOffice/PHPExcel