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

viest 70f25d1ad3 Increase the autofilter 7 yıl önce
kernel 70f25d1ad3 Increase the autofilter 7 yıl önce
resource 81be2e3558 add logo file 7 yıl önce
tests e8b993e214 project init 7 yıl önce
.gitignore e8b993e214 project init 7 yıl önce
.travis.yml ba46f90d51 travis 7 yıl önce
CREDITS e8b993e214 project init 7 yıl önce
EXPERIMENTAL e8b993e214 project init 7 yıl önce
README.md 988cde7d2b travis 7 yıl önce
config.m4 74be6e7c7c Adjust the head and data operation 7 yıl önce
config.w32 e8b993e214 project init 7 yıl önce
php_vtiful.h 65ac666085 valgrind memory test 7 yıl önce
vtiful.c 65ac666085 valgrind memory test 7 yıl önce

README.md

php-excel

Build Status

1、Install the dependencies

sudo apt-get install -y zlib1g-dev

git clone https://github.com/jmcnamara/libxlsxwriter.git

cd libxlsxwriter

make && sudo make install

2、Get the source code via Git

git clone https://github.com/viest/php-excel-writer.git

cd php-excel-writer

phpize 

./configure

make && make install

3、Documents

Wiki

License

Apache License 2.0