Mac
brew install zlib
git clone https://github.com/viest/php-ext-excel-export
cd php-ext-excel-export
git submodule update --init
phpize && ./configure --with-php-config=/path/to/php-config --enable-reader
make && make install
make && make test
extension = xlswriter.so
Last modified 4yr ago