kasparsd / mini-sheets-php
Library for creating the most basic Office Open XML and Excel XLSX files.
Installs: 1 016
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 3
Forks: 0
Open Issues: 2
Requires (Dev)
- wp-coding-standards/wpcs: ^2.1
Suggests
- ext-zip: For generating XLSX files which are actually ZIP files.
This package is auto-updated.
Last update: 2024-11-06 20:14:59 UTC
README
Extremely minimal and limited PHP library for creating the most basic Office Open XML and Microsoft Excel XLSX files.
Created as a learning excerise for creating the most basic possible XLSX file. See this blog post for the origin story.
Requirements
ZipArchive
for creating XLSX files which are actually ZIP files (TODO: add support for any ZIP library).
Usage
Install it as a Composer dependency:
composer require kasparsd/mini-sheets-php
See examples for how to use it.
Contribute
All contributions are welcome! Please create an issue or open a pull request with the suggested changes.
Credits
Created by Kaspars Dambis.