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