Package | Description |
---|---|
cn.hutool.poi.excel.sax |
Sax方式操作Excel方式的封装
|
Modifier and Type | Class and Description |
---|---|
class |
Excel03SaxReader
Excel2003格式的事件-用户模型方式读取器,在Hutool中,统一将此归类为Sax读取
参考:http://www.cnblogs.com/wshsdlau/p/5643862.html |
class |
Excel07SaxReader
Sax方式读取Excel文件
Excel2007格式说明见:http://www.cnblogs.com/wangmingshun/p/6654143.html |
Modifier and Type | Method and Description |
---|---|
static ExcelSaxReader<?> |
ExcelSaxUtil.createSaxReader(boolean isXlsx,
RowHandler rowHandler)
|
Copyright © 2024. All rights reserved.