🚀 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