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

王杰新 f5ad2b5526 Merge pull request #14 from motecshine/tests hace 7 años
kernel 0df5925097 modify the extension name hace 7 años
resource 81be2e3558 add logo file hace 7 años
tests 74a8faea12 add: tests hace 7 años
travis f86bd63069 add: tests hace 7 años
.gitignore d8e9bd9e82 wip: tests hace 7 años
.travis.yml 74a8faea12 add: tests hace 7 años
CREDITS e8b993e214 project init hace 7 años
EXPERIMENTAL e8b993e214 project init hace 7 años
README.md a257f8caa9 update docs hace 7 años
config.m4 0df5925097 modify the extension name hace 7 años
excel.php 74a8faea12 add: tests hace 7 años
excel_writer.c 0df5925097 modify the extension name hace 7 años
php_excel_writer.h 0df5925097 modify the extension name hace 7 años

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

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

3、Documents

Wiki

License

Apache License 2.0