| 接口 | 说明 |
|---|---|
| Cache<K,V> | |
| Cache.Entry<K,V> |
A map entry (key-value pair)
|
| Drawings |
Drawings resources
|
| Grid | |
| Grid.Scanner | |
| Grid.Scanner.Entry | |
| Sheet |
| 类 | 说明 |
|---|---|
| AppInfo |
The file basic information
|
| Cell | |
| Dimension |
Worksheet dimension
This record contains the range address of the used area in the current sheet.
|
| Drawings.Picture | |
| ExcelReader |
Excel Reader tools
A streaming operation chain, using cursor control, the cursor
will only move forward, so you cannot repeatedly operate the
same Sheet stream.
|
| FixSizeLRUCache<K,V> |
Implemented by the LRU page elimination algorithm.
|
| Grid.FastGrid |
Use binary to mark whether the cells are `merged` and set
them accordingly if they are merged, so that you can quickly
mark and check the cell status and save space.
|
| Grid.FractureGrid | |
| Grid.IndexGrid | |
| Grid.LinkedScanner | |
| GridFactory | |
| HeaderRow | |
| IndexSharedStringTable | |
| PreCalc |
Preprocessed calc node
|
| Row | |
| RowSetIterator | |
| SharedStrings |
Read sharedString data
For large files, it is impossible to load all data into the
memory and get it by index.
|
| XMLDrawings |
Drawings resources
|
| XMLRow |
Row data, shared by the Row object in the same Sheet page.
|
| XMLSheet |
The open-xml format Worksheet
|
| 枚举 | 说明 |
|---|---|
| CellType |
| 异常错误 | 说明 |
|---|---|
| ExcelReadException | |
| UncheckedTypeException |
Copyright © 2022. All rights reserved.