| 类和说明 |
|---|
| CollectionSheet
FIXME unfinished
|
| Comment |
| Comments
A simple implementation
|
| CSVSheet |
| ExcelWriteException |
| I18N |
| ICellValueAndStyle |
| IWorkbookWriter |
| IWorksheetWriter |
| ListSheet
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. |
| 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
Associated with Worksheet for controlling head style and cache
column data types and conversions
|
| 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. |
| Storable |
| 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 |
| ICellValueAndStyle |
| IWorkbookWriter |
| IWorksheetWriter |
| 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.
|
| Sheet
Each worksheet corresponds to one or more sheet.xml of physical.
|
| Sheet.Column
Associated with Worksheet for controlling head style and cache
column data types and conversions
|
| Storable |
| Workbook
The workbook is the basic unit of Excel, and an 'xlsx' or 'xls' file
corresponds to a workbook instance.
|
| 类和说明 |
|---|
| AbstractTemplate |
| ExcelWriteException |
| ICellValueAndStyle |
| IWorkbookWriter |
| IWorksheetWriter |
| Relationship |
| 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.
|
| Sheet
Each worksheet corresponds to one or more sheet.xml of physical.
|
| Sheet.Column
Associated with Worksheet for controlling head style and cache
column data types and conversions
|
| Storable |
| Workbook
The workbook is the basic unit of Excel, and an 'xlsx' or 'xls' file
corresponds to a workbook instance.
|
| 类和说明 |
|---|
| I18N |
| Storable |
| 类和说明 |
|---|
| Relationship |
| 类和说明 |
|---|
| Storable |
| 类和说明 |
|---|
| SharedStringTable |
Copyright © 2020. All rights reserved.