diff --git a/README.md b/README.md
index a4ccea5e5579c8b7c3596d2805b78476fb1b2665..1b88c7b98c06a3c937cce2acddf94c1efe918d96 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
Apache POI Export
+
Apache POI Export

@@ -154,7 +154,7 @@ Exporter就建立在这一条基础假设之上来保证表格设计的功能完

-##### 策略类
+##### 策略类起步
你需要编写自己的策略类,然后实现这个接口:
@@ -184,12 +184,39 @@ public class MyStrategy implements BuildStrategy {
sheet.input("测试数据2", "B1");
sheet.input(3.14, "D5");
sheet.input(1024, "E14");
-
+ /*上面是写死的一些数据,也可以在data中拿*/
}
}
```
+##### 链式编程(代码示例)
+```java
+public class MyStrategy implements BuildStrategy {
+ public void build(XSheet sheet, List