| 程序包 | 说明 |
|---|---|
| com.alibaba.excel.analysis.v07.handlers.sax | |
| com.alibaba.excel.cache | |
| com.alibaba.excel.cache.selector | |
| com.alibaba.excel.read.builder |
| 构造器和说明 |
|---|
SharedStringsTableHandler(ReadCache readCache) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Ehcache
Default cache
|
class |
MapCache
Putting temporary data directly into a map is a little more efficient but very memory intensive
|
class |
XlsCache
Use SSTRecord.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ReadCache |
SimpleReadCacheSelector.readCache(org.apache.poi.openxml4j.opc.PackagePart sharedStringsTablePackagePart) |
ReadCache |
EternalReadCacheSelector.readCache(org.apache.poi.openxml4j.opc.PackagePart sharedStringsTablePackagePart) |
ReadCache |
ReadCacheSelector.readCache(org.apache.poi.openxml4j.opc.PackagePart sharedStringsTablePackagePart)
Select a cache
|
| 构造器和说明 |
|---|
EternalReadCacheSelector(ReadCache readCache) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExcelReaderBuilder |
ExcelReaderBuilder.readCache(ReadCache readCache)
A cache that stores temp data to save memory.
|
Copyright © 2018–2022 Alibaba Group. All rights reserved.