This project demonstrates how to export data to an Excel file using PHP. It utilizes the PhpSpreadsheet library to create and manipulate Excel files.
-
Clone the Repository into htdocs(xampp) or laragon: Start by cloning this repository to your local machine.
git clone
-
Install Dependencies: Navigate to the project directory and install the required dependencies using Composer.
composer install

