| Package | Description |
|---|---|
| com.alibaba.excel.analysis.v07.handlers.sax | |
| com.alibaba.excel.cache | |
| com.alibaba.excel.cache.selector | |
| com.alibaba.excel.read.builder |
| Constructor and Description |
|---|
SharedStringsTableHandler(ReadCache readCache) |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
ReadCache |
ReadCacheSelector.readCache(org.apache.poi.openxml4j.opc.PackagePart sharedStringsTablePackagePart)
Select a cache
|
ReadCache |
EternalReadCacheSelector.readCache(org.apache.poi.openxml4j.opc.PackagePart sharedStringsTablePackagePart) |
ReadCache |
SimpleReadCacheSelector.readCache(org.apache.poi.openxml4j.opc.PackagePart sharedStringsTablePackagePart) |
| Constructor and Description |
|---|
EternalReadCacheSelector(ReadCache readCache) |
| Modifier and Type | Method and Description |
|---|---|
ExcelReaderBuilder |
ExcelReaderBuilder.readCache(ReadCache readCache)
A cache that stores temp data to save memory.
|
Copyright © 2018–2023 Alibaba Group. All rights reserved.