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

王杰新 d6cc07e6f8 Merge pull request #11 from viest/dev il y a 7 ans
kernel 5b9a2512ba code format adjustment il y a 7 ans
resource 81be2e3558 add logo file il y a 7 ans
tests e8b993e214 project init il y a 7 ans
.gitignore e8b993e214 project init il y a 7 ans
.travis.yml ba46f90d51 travis il y a 7 ans
CREDITS e8b993e214 project init il y a 7 ans
EXPERIMENTAL e8b993e214 project init il y a 7 ans
README.md 988cde7d2b travis il y a 7 ans
config.m4 9056a7d634 clang compiling il y a 7 ans
config.w32 e8b993e214 project init il y a 7 ans
php_vtiful.h 9056a7d634 clang compiling il y a 7 ans
vtiful.c 65ac666085 valgrind memory test il y a 7 ans

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