Sindbad~EG File Manager
# PhpSpreadsheet Installation Instructions
The bulk member upload feature requires PhpSpreadsheet library for Excel file support.
## Installation Steps:
### Option 1: Using Composer (Recommended)
1. Open terminal/command prompt in the project root directory:
```bash
cd c:\xampp\htdocs\copmadinaarea
```
2. Install PhpSpreadsheet:
```bash
composer require phpoffice/phpspreadsheet
```
### Option 2: Manual Installation
1. Download PhpSpreadsheet from: https://github.com/PHPOffice/PhpSpreadsheet/releases
2. Extract to `vendor` folder in project root
3. Ensure autoloader is accessible at `vendor/autoload.php`
### Option 3: If Composer is not installed
1. Download and install Composer from: https://getcomposer.org/download/
2. Then follow Option 1 above
## Verification
After installation, check that the following file exists:
- `c:\xampp\htdocs\copmadinaarea\vendor\autoload.php`
- `c:\xampp\htdocs\copmadinaarea\vendor\phpoffice\phpspreadsheet\`
## Features Enabled
Once installed, the upload page will support:
- ✅ Download Excel (.xlsx) templates with styling
- ✅ Upload Excel files (.xlsx, .xls)
- ✅ Download CSV templates
- ✅ Upload CSV files
## Alternative (CSV Only)
If you cannot install PhpSpreadsheet, the system will still work with CSV files only. Just use the "Download CSV Template" button.
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists