🚀 PHP Extension for creating and reader XLSX files.
fork from : https://github.com/viest/php-ext-xlswriter.git
|
před 7 roky | |
---|---|---|
kernel | před 7 roky | |
resource | před 7 roky | |
tests | před 7 roky | |
travis | před 7 roky | |
.gitignore | před 7 roky | |
.travis.yml | před 7 roky | |
CREDITS | před 7 roky | |
EXPERIMENTAL | před 7 roky | |
README.md | před 7 roky | |
config.m4 | před 7 roky | |
excel.php | před 7 roky | |
excel_writer.c | před 7 roky | |
php_excel_writer.h | před 7 roky |
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