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

viest 81be2e3558 add logo file 7 年之前
kernel ea45749b5c valgrind test 7 年之前
resource 81be2e3558 add logo file 7 年之前
tests e8b993e214 project init 7 年之前
.gitignore e8b993e214 project init 7 年之前
CREDITS e8b993e214 project init 7 年之前
EXPERIMENTAL e8b993e214 project init 7 年之前
README.md 81be2e3558 add logo file 7 年之前
config.m4 74be6e7c7c Adjust the head and data operation 7 年之前
config.w32 e8b993e214 project init 7 年之前
php_vtiful.h 74be6e7c7c Adjust the head and data operation 7 年之前
vtiful.c 74be6e7c7c Adjust the head and data operation 7 年之前

README.md

php-excel

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