🚀 PHP Extension for creating and reader XLSX files.
fork from : https://github.com/viest/php-ext-xlswriter.git
|
7 년 전 | |
---|---|---|
kernel | 7 년 전 | |
resource | 7 년 전 | |
tests | 7 년 전 | |
travis | 7 년 전 | |
.gitignore | 7 년 전 | |
.travis.yml | 7 년 전 | |
CREDITS | 7 년 전 | |
EXPERIMENTAL | 7 년 전 | |
README.md | 7 년 전 | |
config.m4 | 7 년 전 | |
excel.php | 7 년 전 | |
excel_writer.c | 7 년 전 | |
php_excel_writer.h | 7 년 전 |
sudo apt-get install -y zlib1g-dev
git clone https://github.com/jmcnamara/libxlsxwriter.git
cd libxlsxwriter
make && sudo make install
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.
Apache License 2.0