Filament-Excel is a versatile PHP library for creating and manipulating Excel files efficiently, offering a wide array of functionalities for seamless data handling.
⚠️ 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.
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.