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

viest 0f56bd0b28 docs:readme.md 7 年之前
kernel e8b993e214 project init 7 年之前
tests e8b993e214 project init 7 年之前
.gitignore e8b993e214 project init 7 年之前
CREDITS e8b993e214 project init 7 年之前
EXPERIMENTAL e8b993e214 project init 7 年之前
README.md 0f56bd0b28 docs:readme.md 7 年之前
config.m4 e8b993e214 project init 7 年之前
config.w32 e8b993e214 project init 7 年之前
php_vtiful.h e8b993e214 project init 7 年之前
vtiful.c e8b993e214 project init 7 年之前

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