Browse Source

修改描述

bugfix
Jiaju Zhuang 5 years ago
parent
commit
26a346f4b6
  1. 6
      quickstart.md

6
quickstart.md

@ -22,7 +22,7 @@ DEMO代码地址:[https://github.com/alibaba/easyexcel/blob/master/src/test/ja
* [日期、数字或者自定义格式转换](#converterRead) * [日期、数字或者自定义格式转换](#converterRead)
* [多行头](#complexHeaderRead) * [多行头](#complexHeaderRead)
* [同步的返回](#synchronousRead) * [同步的返回](#synchronousRead)
* [读取表头数据](#synchronousRead) * [读取表头数据](#headerRead)
* [数据转换等异常处理](#exceptionRead) * [数据转换等异常处理](#exceptionRead)
* [web中的读](#webRead) * [web中的读](#webRead)
@ -340,7 +340,7 @@ public class CustomStringStringConverter implements Converter<String> {
} }
``` ```
### <span id="headerRead" />同步的返回 ### <span id="headerRead" />读取表头数据
##### excel示例 ##### excel示例
参照:[excel示例](#simpleReadExcel) 参照:[excel示例](#simpleReadExcel)
##### 对象 ##### 对象
@ -380,7 +380,7 @@ public class CustomStringStringConverter implements Converter<String> {
} }
``` ```
### <span id="exceptionRead" />同步的返回 ### <span id="exceptionRead" />数据转换等异常处理
##### excel示例 ##### excel示例
参照:[excel示例](#simpleReadExcel) 参照:[excel示例](#simpleReadExcel)
##### 对象 ##### 对象

Loading…
Cancel
Save