PHP Package: spatie/simple-excel

Spatie's Simple-Excel PHP library enables streamlined Excel file handling and manipulation for PHP developers seeking efficient data management solutions.

Current Version: 3.8.1
Last Updated: 2025-09-24
PHP Requirement: ^8.3
Dependencies:
phpoffice/phpspreadsheet
symfony/console
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Spatie's Simple-Excel library simplifies Excel file operations, allowing developers to effortlessly import, export, and modify Excel files within PHP applications. With a user-friendly interface and robust functionality, this library is the go-to choice for managing Excel data efficiently and effectively in PHP projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.8.1

Download Download v3.8.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/spatie/simple-excel/3.8.1/loader.php';
require_once 'libs/phpoffice/phpspreadsheet/5.1.0/loader.php';
require_once 'libs/symfony/console/7.3.4/loader.php';

use Spatie\SimpleExcel\SimpleExcelReader;

$obj = new SimpleExcelReader();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.