Browse Source

DOC: update

viest 7 năm trước cách đây
mục cha
commit
87e4d0604d
2 tập tin đã thay đổi với 6 bổ sung0 xóa
  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