PHP Package: box/spout

Spout is a PHP library for reading and writing spreadsheet files easily and quickly with a simple API.

Current Version: 3.3.0
Last Updated: 2021-05-16
PHP Requirement: >=7.2.0
Dependencies: None

Package Description

Spout is a feature-rich PHP library that allows you to work with various spreadsheet formats effortlessly. It provides a high-performance and memory-friendly way to handle Excel and CSV files. Spout supports reading and writing large files efficiently while maintaining compatibility with popular spreadsheet programs. With Spout, you can streamline your data processing tasks and enhance your productivity.

🔗 View on GitHub

Download Latest Version: 3.3.0

Download Download v3.3.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/box/spout/3.3.0/loader.php';
use Box\Spout\Reader\ReaderFactory;

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