PHP Package: rap2hpoutre/fast-excel

Fast-Excel is a powerful PHP library for reading and writing Excel files efficiently with great performance and ease of use.

Current Version: 5.6.0
Last Updated: 2025-02-18
PHP Requirement: ^8.0
Dependencies:
phpoffice/phpspreadsheet
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Fast-Excel is the ultimate solution for handling Excel files in PHP projects, offering a wide range of features for importing, exporting, and manipulating data. With its intuitive interface and blazing-fast performance, Fast-Excel simplifies the process of working with spreadsheets, making it an essential tool for developers.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.6.0

Download Download v5.6.0

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/rap2hpoutre/fast-excel/5.6.0/loader.php';
require_once 'libs/phpoffice/phpspreadsheet/5.1.0/loader.php';

use Rap2hpoutre\FastExcel\Sheet;
use PhpOffice\PhpSpreadsheet\Spreadsheet;

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