Bladeren bron

Merge pull request #48 from viest/dev

zh-cn doc update
王杰新 7 jaren geleden
bovenliggende
commit
cca2773856
2 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 1 1
      README.md
  2. 3 3
      README_zh.md

+ 1 - 1
README.md

@@ -2,7 +2,7 @@
 
 
 [![Build Status](https://travis-ci.org/viest/php-ext-excel-export.svg?branch=master)](https://travis-ci.org/viest/php-ext-excel-export)
 [![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
+#### Why use xlswriter
 
 
 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;
 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;
 
 

+ 3 - 3
README_zh.md

@@ -44,7 +44,7 @@ phpize && ./configure --with-php-config=/path/to/php-config
 
 
 make && make install
 make && make install
 
 
-# 添加 extension = excel_writer.so 到 ini 配置
+# 添加 extension = xlswriter.so 到 ini 配置
 ```
 ```
 
 
 ##### Mac
 ##### Mac
@@ -64,7 +64,7 @@ phpize && ./configure --with-php-config=/path/to/php-config
 
 
 make && make install
 make && make install
 
 
-# 添加 extension = excel_writer.so 到 ini 配置
+# 添加 extension = xlswriter.so 到 ini 配置
 ```
 ```
 
 
 #### Windows
 #### Windows
@@ -106,7 +106,7 @@ cd PHP_PATH
 
 
 buildconf.bat
 buildconf.bat
 
 
-configure.bat --disable-all --enable-cli --with-excel_writer
+configure.bat --disable-all --enable-cli --with-xlswriter
 
 
 nmake
 nmake
 ```
 ```