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

viest daba263d4f travis 7 vuotta sitten
kernel 65ac666085 valgrind memory test 7 vuotta sitten
tests e8b993e214 project init 7 vuotta sitten
travis daba263d4f travis 7 vuotta sitten
.gitignore e8b993e214 project init 7 vuotta sitten
.travis.yml daba263d4f travis 7 vuotta sitten
CREDITS e8b993e214 project init 7 vuotta sitten
EXPERIMENTAL e8b993e214 project init 7 vuotta sitten
README.md 0f56bd0b28 docs:readme.md 7 vuotta sitten
config.m4 74be6e7c7c Adjust the head and data operation 7 vuotta sitten
config.w32 e8b993e214 project init 7 vuotta sitten
php_vtiful.h 65ac666085 valgrind memory test 7 vuotta sitten
vtiful.c 65ac666085 valgrind memory test 7 vuotta sitten

README.md

PHP-Excel-Writer

1、安装依赖

sudo apt-get install -y zlib1g-dev
git clone https://github.com/jmcnamara/libxlsxwriter.git
cd libxlsxwriter
make
sudo make install