nutgram
Spout
Our great sponsors
nutgram | Spout | |
---|---|---|
2 | 6 | |
137 | 4,082 | |
2.2% | 1.2% | |
9.5 | 6.2 | |
5 days ago | 15 days ago | |
PHP | PHP | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nutgram
Spout
-
Best Excel creation lib for PHP
We were testing PHP Spreadsheet and Spout (https://github.com/box/spout). We chose Spout because of its low memory footprint. It is using streams so it is much lighter than PHP Spreadsheet, although it is missing quite a bit of features that PHP Spreadsheet has.
-
Creating multi-worksheet Excel files with Simple Excel
The Simple Excel package uses the box/spout package under the hood. In the readme it states that you can get to the underlying writer using ->getWriter().
-
PHP libraries and tools
box/spout: Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
-
What's the best practice in modifying/inserting values in specific cells of an existing excel file?
If you don't have a lot of formatting requirements beyond just the placement of the data in the correct fields, I really enjoy Box/Spout (https://opensource.box.com/spout/), and they have a way to install it without composer.
-
Packing for importing/exporting csv files
I've also had good experiences with https://github.com/box/spout
-
How to test CSV in Drupal without losing your mind
to add to this, this library is really good when wanting to parse CSV files https://github.com/box/spout
What are some alternatives?
PhpSpreadsheet - A pure PHP library for reading and writing spreadsheet files
PHPExcel
GrumPHP - A PHP code-quality tool
WordPress Packagist - WordPress Packagist — manage your plugins with Composer
local-php-security-checker - PHP security vulnerabilities checker
PHPGGC - PHPGGC is a library of PHP unserialize() payloads along with a tool to generate them, from command line or programmatically.
Laminas API Tool Skeleton - Skeleton Application for Laminas API Tools
Phpactor - PHP completion, refactoring, introspection tool and language server.
composer-unused - Show unused composer dependencies by scanning your code
Psalm - A static analysis tool for finding errors in PHP applications
BackwardCompatibilityCheck - :ab: Tool to compare two revisions of a class API to check for BC breaks
CSV - CSV data manipulation made easy in PHP