| 程序包 | 说明 |
|---|---|
| org.ttzero.excel.entity | |
| org.ttzero.excel.entity.csv | |
| org.ttzero.excel.entity.e7 | |
| org.ttzero.excel.entity.style |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
IWorkbookWriter
Create by guanquan.wang at 2019-04-22 16:00
|
interface |
IWorksheetWriter
Create by guanquan.wang at 2019-04-22 17:23
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CollectionSheet<T>
FIXME unfinished
Create by guanquan.wang at 2019-04-30 20:45
|
class |
CSVSheet
Create by guanquan.wang at 2019-09-26 08:33
|
class |
EmptySheet
Created by guanquan.wang at 2018-01-29 16:05
|
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
Create by guanquan.wang at 2019-08-21 21:46
|
class |
CSVWorksheetWriter
Create by guanquan.wang at 2019-08-21 22:19
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ContentType
Created by guanquan.wang on 2017/10/10.
|
class |
XMLWorkbookWriter
Create by guanquan.wang at 2019-04-22 15:47
|
class |
XMLWorksheetWriter
Create by guanquan.wang at 2019-04-22 16:31
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Styles
|
Copyright © 2019. All rights reserved.