소스 검색

DOC: update

viest 7 년 전
부모
커밋
87e4d0604d
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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