PHP Package: pxlrbt/filament-excel

Filament-Excel is a versatile PHP library for creating and manipulating Excel files efficiently, offering a wide array of functionalities for seamless data handling.

Current Version: 2.5.0
Last Updated: 2025-08-20
PHP Requirement: ^8.1
Dependencies:
phpoffice/phpspreadsheet
illuminate/support
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Filament-Excel is a powerful PHP library designed to simplify Excel file operations, including creation, reading, updating, and deletion, providing developers with a comprehensive toolkit for managing spreadsheet data effectively. With its user-friendly interface and robust features, Filament-Excel enhances productivity and streamlines data processing workflows.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.0.0

Download Download v3.0.0

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/pxlrbt/filament-excel/3.0.0/loader.php';
require_once 'libs/phpoffice/phpspreadsheet/5.1.0/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';

use Pxlrbt\FilamentExcel\Excel;
use PhpOffice\PhpSpreadsheet\Spreadsheet;
use Illuminate\Support\Str;

$obj = new Excel();
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.