| 接口 | 说明 |
|---|---|
| ExcelSaxReader<T> |
Sax方式读取Excel接口,提供一些共用方法
|
| 类 | 说明 |
|---|---|
| Excel03SaxReader |
Excel2003格式的事件-用户模型方式读取器,在Hutool中,统一将此归类为Sax读取
参考:http://www.cnblogs.com/wshsdlau/p/5643862.html |
| Excel07SaxReader |
Sax方式读取Excel文件
Excel2007格式说明见:http://www.cnblogs.com/wangmingshun/p/6654143.html |
| ExcelSaxUtil |
Sax方式读取Excel相关工具类
|
| SheetDataSaxHandler |
sheetData标签内容读取处理器
<sheetData></sheetData>
|
| SheetRidReader |
在Sax方式读取Excel时,读取sheet标签中sheetId和rid的对应关系,类似于:
<sheet name="Sheet6" sheetId="4" r:id="rId6"/>
读取结果为:
{"4": "6"}
|
| 枚举 | 说明 |
|---|---|
| AttributeName |
Excel的XML中属性名枚举
|
| CellDataType |
单元格数据类型枚举
|
| ElementName |
标签名枚举
|
Copyright © 2023. All rights reserved.