🚀 PHP Extension for creating and reader XLSX files.
fork from : https://github.com/viest/php-ext-xlswriter.git

viest e4376d4b4d FEAT(w32): Add windows support 7 vuotta sitten
kernel 1f78324347 FEAT(w32): Add windows support 7 vuotta sitten
resource 81be2e3558 add logo file 7 vuotta sitten
tests a53145f99f update test file 7 vuotta sitten
travis f86bd63069 add: tests 7 vuotta sitten
.gitignore d8e9bd9e82 wip: tests 7 vuotta sitten
.travis.yml 74a8faea12 add: tests 7 vuotta sitten
CREDITS e8b993e214 project init 7 vuotta sitten
EXPERIMENTAL e8b993e214 project init 7 vuotta sitten
README.md 1b7c2d0580 Update README.md 7 vuotta sitten
config.m4 1f78324347 FEAT(w32): Add windows support 7 vuotta sitten
config.w32 e4376d4b4d FEAT(w32): Add windows support 7 vuotta sitten
excel.php 74a8faea12 add: tests 7 vuotta sitten
excel_writer.c 032122a957 FIX(memory): Process end, but not output file, memory leak. 7 vuotta sitten
php_excel_writer.h 032122a957 FIX(memory): Process end, but not output file, memory leak. 7 vuotta sitten

README.md

php-excel

Build Status

1、Install the dependencies

Ubuntu
sudo apt-get install -y zlib1g-dev

git clone https://github.com/jmcnamara/libxlsxwriter.git && cd libxlsxwriter && make && sudo make install
Mac
brew install libxlsxwriter

2、Get the source code via Git

Unix
git clone https://github.com/viest/php-ext-excel-export.git
cd php-ext-excel-export
phpize && ./configure
make && make install

add the extension=excel_writer.so to php.ini file.

Windows

Please look forward to the next update.

3、Documents

Wiki

License

Apache License 2.0