Browse Source

DOC: update

viest 7 years ago
parent
commit
87e4d0604d
2 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md
  2. BIN
      resource/performance_comparison.png

+ 6 - 0
README.md

@@ -2,6 +2,12 @@
 
 [![Build Status](https://travis-ci.org/viest/php-ext-excel-export.svg?branch=master)](https://travis-ci.org/viest/php-ext-excel-export)
 
+#### Why use php-ext-excel-export
+
+Please refer to the image below. PHPExcel has been unable to work properly for memory reasons at 40,000 and 100000 points, but it can be resolved by modifying the ini configuration, but the time may take longer to complete the work;
+
+![php-excel](https://github.com/viest/php-excel-writer/blob/master/resource/performance_comparison.png)
+
 #### 1、Install the dependencies
 
 ##### Ubuntu

BIN
resource/performance_comparison.png