PHP-Excel-Writer ![php-excel](https://github.com/viest/php-excel-writer/blob/master/resource/logo.png) [![Build Status](https://travis-ci.org/viest/php-excel-writer.svg?branch=master)](https://travis-ci.org/viest/php-excel-writer) #### 1、Install the dependencies ```bash sudo apt-get install -y zlib1g-dev git clone https://github.com/jmcnamara/libxlsxwriter.git cd libxlsxwriter make && sudo make install ``` #### 2、Get the source code via Git ```bash git clone https://github.com/viest/php-excel-writer.git cd php-excel-writer phpize ./configure make && make install ``` #### 3、Documents [Wiki](https://github.com/viest/php-excel-writer/wiki) #### License Apache License 2.0