From 26a346f4b6abcb3c263a64a4d9763ba35e2e97ef Mon Sep 17 00:00:00 2001 From: Jiaju Zhuang Date: Mon, 2 Sep 2019 18:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quickstart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quickstart.md b/quickstart.md index 2087ffc..e84d070 100644 --- a/quickstart.md +++ b/quickstart.md @@ -22,7 +22,7 @@ DEMO代码地址:[https://github.com/alibaba/easyexcel/blob/master/src/test/ja * [日期、数字或者自定义格式转换](#converterRead) * [多行头](#complexHeaderRead) * [同步的返回](#synchronousRead) -* [读取表头数据](#synchronousRead) +* [读取表头数据](#headerRead) * [数据转换等异常处理](#exceptionRead) * [web中的读](#webRead) @@ -340,7 +340,7 @@ public class CustomStringStringConverter implements Converter { } ``` -### 同步的返回 +### 读取表头数据 ##### excel示例 参照:[excel示例](#simpleReadExcel) ##### 对象 @@ -380,7 +380,7 @@ public class CustomStringStringConverter implements Converter { } ``` -### 同步的返回 +### 数据转换等异常处理 ##### excel示例 参照:[excel示例](#simpleReadExcel) ##### 对象