Skip to content

Commit db489f6

Browse files
committed
update doc
1 parent 751fde0 commit db489f6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Please refer to the image below. PHPExcel has been unable to work properly for m
1717

1818
xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file. It supports features such as:
1919

20+
###### Writer
21+
2022
* 100% compatible Excel XLSX files.
2123
* Full Excel formatting.
2224
* Merged cells.
@@ -31,6 +33,12 @@ xlswriter is a PHP C Extension that can be used to write text, numbers, formulas
3133
* FreeBSD License.
3234
* The only dependency is on zlib.
3335

36+
###### Reader
37+
38+
* Full read data
39+
* Cursor read data
40+
* Read by data type
41+
3442
#### Benchmark
3543

3644
Test environment: Macbook Pro 13 inch, Intel Core i5, 16GB 2133MHz LPDDR3 Memory, 128GB SSD Storage.

README_zh.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ xlswriter是一个 PHP C 扩展,可用于在 Excel 2007+ XLSX 文件中读取
1919

2020
它具备以下特性:
2121

22+
###### 一、写入
23+
2224
* 100%兼容的Excel XLSX文件
2325
* 完整的Excel格式
2426
* 合并单元格
@@ -33,6 +35,12 @@ xlswriter是一个 PHP C 扩展,可用于在 Excel 2007+ XLSX 文件中读取
3335
* FreeBSD许可证
3436
* 唯一的依赖是zlib
3537

38+
###### 二、读取
39+
40+
* 完整读取数据
41+
* 光标读取数据
42+
* 按数据类型读取
43+
3644
#### 基准测试
3745

3846
测试环境: Macbook Pro 13 inch, Intel Core i5, 16GB 2133MHz LPDDR3 Memory, 128GB SSD Storage.

0 commit comments

Comments
 (0)