README.md 738 B

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

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

3、Documents

Wiki

License

Apache License 2.0