Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasparsd/mini-sheets-php
Library for creating the most basic Office Open XML and Excel XLSX files.
https://github.com/kasparsd/mini-sheets-php
excel openxml php php-library xlsx
Last synced: 3 months ago
JSON representation
Library for creating the most basic Office Open XML and Excel XLSX files.
- Host: GitHub
- URL: https://github.com/kasparsd/mini-sheets-php
- Owner: kasparsd
- License: mit
- Created: 2019-06-06T07:18:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-06T07:56:10.000Z (over 5 years ago)
- Last Synced: 2024-10-04T16:57:39.135Z (4 months ago)
- Topics: excel, openxml, php, php-library, xlsx
- Language: PHP
- Homepage: https://kaspars.net/blog/excel-xlsx-xml-php
- Size: 15.6 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniSheets
[![Build Status](https://travis-ci.com/kasparsd/mini-sheets-php.svg?branch=master)](https://travis-ci.com/kasparsd/mini-sheets-php)
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](https://kaspars.net/blog/excel-xlsx-xml-php).
## Requirements
- [`ZipArchive`](https://www.php.net/manual/en/class.ziparchive.php) 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](examples) for how to use it.
## Contribute
All contributions are welcome! Please create [an issue](https://github.com/kasparsd/mini-sheets-php/issues/new) or [open a pull request](https://github.com/kasparsd/mini-sheets-php/pulls) with the suggested changes.
## Credits
Created by [Kaspars Dambis](https://kaspars.net).