viest 7 anni fa
parent
commit
87e4d0604d
2 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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