| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.entity.csv | |
| org.ttzero.excel.entity.e7 | |
| org.ttzero.excel.entity.style | |
| org.ttzero.excel.manager.docProps |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IWorkbookWriter |
interface |
IWorksheetWriter |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CollectionSheet<T>
FIXME unfinished
|
class |
Comments
A simple implementation
|
class |
CSVSheet |
class |
EmptySheet |
class |
ListMapSheet
ListMapSheet is a subclass of
ListSheet, the difference is
in the way the data is taken |
class |
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. |
class |
ResultSetSheet
ResultSet is one of the worksheet data sources, It has a subclass
StatementSheet. |
class |
SharedStrings
A workbook collects the strings of all text cells in a global list,
the Shared String Table.
|
class |
Sheet
Each worksheet corresponds to one or more sheet.xml of physical.
|
class |
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. |
class |
Workbook
The workbook is the basic unit of Excel, and an 'xlsx' or 'xls' file
corresponds to a workbook instance.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CSVWorkbookWriter
Write data as Comma-Separated Values format
|
class |
CSVWorksheetWriter |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ContentType |
class |
XMLWorkbookWriter |
class |
XMLWorksheetWriter |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Styles
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
App
The creation information
|
class |
Core |
Copyright © 2022. All rights reserved.