Hướng dẫn import file excel vào mysqlphp: (xem php_web_buoi11) - Create Database Table (vd: vào https://www.codexworld.com/import-excel-file-data-into-mysql-database-using-php/) - install composer (nếu xuất hiện lỗi: Cannot use phpoffice/phpspreadsheet's latest version 2.0.0 as it requires ext-gd * which is missing from your platform. thì fix như sau: vào xampp\php\php.ini, tìm ;extension=gd và sửa thành extension=gd là ok) - Thêm PhpSpreadsheet Library (vô vscode gõ vào terminal: composer require phpoffice/phpspreadsheet để add thư viện) - Tạo config.php khai báo các thông số cần thiết - Tạo importData.php (lấy trên https://www.codexworld.com/import-excel-file-data-into-mysql-database-using-php/ chỉnh sửa phù hợp config.php theo nhu cầu)