| 接口 | 说明 |
|---|---|
| ICellValueAndStyle | |
| IWorkbookWriter | |
| IWorksheetWriter | |
| Storable |
| 类 | 说明 |
|---|---|
| AbstractTemplate | |
| CollectionSheet<T> |
FIXME unfinished
|
| Column |
Associated with Worksheet for controlling head style and cache
column data types and conversions
|
| Comment | |
| Comments |
A simple implementation
|
| Comments.C | |
| Comments.Pr | |
| Comments.R | |
| CSVSheet | |
| EmptySheet | |
| I18N | |
| ListMapSheet |
ListMapSheet is a subclass of
ListSheet, the difference is
in the way the data is taken |
| ListSheet<T> |
List is the most important data source, you can pass all
the data at a time, or customize the worksheet to extends
the
ListSheet, and then override the ListSheet.more()
method to achieve segmented loading of data. |
| ListSheet.EntryColumn | |
| Panes |
Panes
|
| Relationship | |
| ResultSetSheet |
ResultSet is one of the worksheet data sources, It has a subclass
StatementSheet. |
| Row | |
| RowBlock |
All cells in the Cell Table are divided into blocks of 32
consecutive rows, called Row Blocks.The first Row Block starts
with the first used row in that sheet.
|
| SharedStrings |
A workbook collects the strings of all text cells in a global list,
the Shared String Table.
|
| SharedStringTable | |
| Sheet |
Each worksheet corresponds to one or more sheet.xml of physical.
|
| Sheet.Column | 已过时
use the new
Column |
| StatementSheet |
Statement is one of the worksheet data sources, it's
extends from
ResultSetSheet, and will be obtained from
MetaData if no header information is given. |
| Tuple2<V1,V2> | |
| WaterMark |
Excel does not have a watermark function.
|
| Workbook |
The workbook is the basic unit of Excel, and an 'xlsx' or 'xls' file
corresponds to a workbook instance.
|
| 异常错误 | 说明 |
|---|---|
| ExcelWriteException | |
| TooManyColumnsException |
The maximum number of columns in the xlsx file is 16_384.
|
Copyright © 2022. All rights reserved.