🚀 PHP Extension for creating and reader XLSX files.
fork from : https://github.com/viest/php-ext-xlswriter.git
|
há 7 anos atrás | |
---|---|---|
kernel | há 7 anos atrás | |
resource | há 7 anos atrás | |
tests | há 7 anos atrás | |
travis | há 7 anos atrás | |
.gitignore | há 7 anos atrás | |
.travis.yml | há 7 anos atrás | |
CREDITS | há 7 anos atrás | |
EXPERIMENTAL | há 7 anos atrás | |
README.md | há 7 anos atrás | |
config.m4 | há 7 anos atrás | |
excel.php | há 7 anos atrás | |
excel_writer.c | há 7 anos atrás | |
php_excel_writer.h | há 7 anos atrás |
sudo apt-get install -y zlib1g-dev
git clone https://github.com/jmcnamara/libxlsxwriter.git && cd libxlsxwriter && make && sudo make install
brew install libxlsxwriter
git clone https://github.com/viest/php-ext-excel-export.git
cd php-ext-excel-export
phpize && ./configure
make && make install
add the extension=excel_writer.so
to php.ini
file.
Please look forward to the next update.
Apache License 2.0