跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W X Z 

A

AbstractTemplate - org.ttzero.excel.entity中的类
Created by guanquan.wang at 2018-02-26 13:45
AbstractTemplate(Path, Workbook) - 类 的构造器org.ttzero.excel.entity.AbstractTemplate
 
add(ContentType.Type) - 类 中的方法org.ttzero.excel.entity.e7.ContentType
 
add(Relationship) - 类 中的方法org.ttzero.excel.manager.RelManager
 
addBorder(Border) - 类 中的方法org.ttzero.excel.entity.style.Styles
Add border
addFill(Fill) - 类 中的方法org.ttzero.excel.entity.style.Styles
Add fill
addFont(Font) - 类 中的方法org.ttzero.excel.entity.style.Styles
Add font
addNumFmt(NumFmt) - 类 中的方法org.ttzero.excel.entity.style.Styles
Add number format
addRel(Relationship) - 类 中的方法org.ttzero.excel.entity.e7.ContentType
 
addRel(Relationship) - 类 中的方法org.ttzero.excel.entity.Sheet
Add relationship
addSheet(Sheet) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a Sheet to the tail
addSheet(List<?>, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a ListSheet to the tail with header Sheet.Column setting.
addSheet(String, List<?>, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a ListSheet to the tail with Worksheet name and header Sheet.Column setting.
addSheet(ResultSet, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a ResultSetSheet to the tail with header Sheet.Column setting.
addSheet(String, ResultSet, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a ResultSetSheet to the tail with worksheet name and header Sheet.Column setting.
addSheet(String, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a StatementSheet to the tail with header Sheet.Column setting.
addSheet(String, String, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a StatementSheet to the tail with worksheet name and header Sheet.Column setting.
addSheet(String, ParamProcessor, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a StatementSheet to the tail with header Sheet.Column setting.
addSheet(String, String, ParamProcessor, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a StatementSheet to the tail with worksheet name and header Sheet.Column setting.
addSheet(PreparedStatement, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a StatementSheet to the tail with header Sheet.Column setting.
addSheet(String, PreparedStatement, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a StatementSheet to the tail with worksheet name and header Sheet.Column setting.
addSheet(PreparedStatement, ParamProcessor, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a StatementSheet to the tail with header Sheet.Column setting.
addSheet(String, PreparedStatement, ParamProcessor, Sheet.Column...) - 类 中的方法org.ttzero.excel.entity.Workbook
Add a StatementSheet to the tail with worksheet name and header Sheet.Column setting.
afterSheetAccess(Path) - 类 中的方法org.ttzero.excel.entity.Sheet
Write some final info
all() - 类 中的方法org.ttzero.excel.reader.ExcelReader
get all sheets
ANSI - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
APP - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
APP - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
App - org.ttzero.excel.manager.docProps中的类
Created by guanquan.wang on 2017/9/21.
App() - 类 的构造器org.ttzero.excel.manager.docProps.App
 
App.TitlesOfParts - org.ttzero.excel.manager.docProps中的类
 
append() - 类 中的方法org.ttzero.excel.entity.ListSheet
Call this method to get more data when the data length less than the row-block size until there is no more data or more than the row limit
append(String, String, int, int) - 类 中的静态方法org.ttzero.excel.util.StringUtil
 
AppInfo - org.ttzero.excel.reader中的类
Create by guanquan.wang at 2019-04-15 16:00
ARABIC - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
asHeader() - 类 中的方法org.ttzero.excel.reader.Row
convert row to header_row
Attr - org.ttzero.excel.annotation中的注释类型
Xml Attribute Created by guanquan.wang on 2017/9/21.
autoOdd - 类 中的变量org.ttzero.excel.entity.Sheet
Automatic interlacing color
autoSize - 类 中的变量org.ttzero.excel.entity.Sheet
To mark the cell auto-width
autoSize() - 类 中的方法org.ttzero.excel.entity.Sheet
Setting auto resize cell's width

B

BALTIC - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
bind(Object) - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
Replace the placeholder character with Entry
bind(Class<?>) - 接口 中的方法org.ttzero.excel.reader.Sheet
Set the binding type
bindSheetData() - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
 
bindSstData() - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
 
BLANK - 类 中的静态变量org.ttzero.excel.reader.Cell
 
BMP - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
bold() - 类 中的方法org.ttzero.excel.entity.style.Font
 
bold - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
 
BOOL - 类 中的静态变量org.ttzero.excel.reader.Cell
 
Border - org.ttzero.excel.entity.style中的类
Border line styles and colors The border contains orientation, style and color.
Border() - 类 的构造器org.ttzero.excel.entity.style.Border
 
BorderParseException - org.ttzero.excel.entity.style中的异常错误
Created by guanquan.wang at 2018-02-08 13:53
BorderParseException(String) - 异常错误 的构造器org.ttzero.excel.entity.style.BorderParseException
 
BorderParseException(String, Throwable) - 异常错误 的构造器org.ttzero.excel.entity.style.BorderParseException
 
BorderParseException(Throwable) - 异常错误 的构造器org.ttzero.excel.entity.style.BorderParseException
 
BorderParseException(String, Throwable, boolean, boolean) - 异常错误 的构造器org.ttzero.excel.entity.style.BorderParseException
 
BorderStyle - org.ttzero.excel.entity.style中的枚举
Border style Created by guanquan.wang on 2018-02-06 08:55
BOTH - 类 中的静态变量org.ttzero.excel.entity.style.Verticals
 
BOTTOM - 类 中的静态变量org.ttzero.excel.entity.style.Verticals
 
build(PreparedStatement) - 接口 中的方法org.ttzero.excel.processor.ParamProcessor
Setting the PreparedStatement parameters
build(Object, int, Styles) - 接口 中的方法org.ttzero.excel.processor.StyleProcessor
The style conversion You must add it using Styles#addXXX method before adding a style, and then use the returned int value as the return value of the converter.
BuiltInNumFmt - org.ttzero.excel.entity.style中的类
Load the Built-In Number Format Created by guanquan.wang at 2018-02-12 10:11
BuiltInNumFmt() - 类 的构造器org.ttzero.excel.entity.style.BuiltInNumFmt
 
BuiltInNumFmt.NumFmt - org.ttzero.excel.entity.style中的类
 
bv - 类 中的变量org.ttzero.excel.reader.Cell
 

C

Cache<K,V> - org.ttzero.excel.reader中的接口
Create by guanquan.wang at 2019-06-04 16:07
Cache.Entry<K,V> - org.ttzero.excel.reader中的接口
A map entry (key-value pair)
calloc(int) - 类 中的方法org.ttzero.excel.entity.Row
Malloc and clear
cancelOddFill() - 类 中的方法org.ttzero.excel.entity.Workbook
Cancel the odd-fill style
cancelOddStyle() - 类 中的方法org.ttzero.excel.entity.Sheet
Cancel the odd row's fill style
Cell - org.ttzero.excel.reader中的类
Create by guanquan.wang on 2018-09-22
Cell() - 类 的构造器org.ttzero.excel.reader.Cell
 
cellStyle - 类 中的变量org.ttzero.excel.entity.Sheet.Column
The style of cell, -1 if not be setting
CellType - org.ttzero.excel.reader中的枚举
Create by guanquan.wang at 2019-06-06 21:17
CENTER - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
CENTER - 类 中的静态变量org.ttzero.excel.entity.style.Verticals
 
CENTER_CONTINUOUS - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
CHARACTER - 类 中的静态变量org.ttzero.excel.reader.Cell
 
Charset - org.ttzero.excel.entity.style中的类
Created by guanquan.wang at 2018-02-08 17:05
Charset() - 类 的构造器org.ttzero.excel.entity.style.Charset
 
check() - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
The open-xml legitimate check
checkColumnLimit() - 类 中的方法org.ttzero.excel.entity.Sheet
Check the limit of columns
checkDefault(List<ContentType.Default>) - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
 
checkOverride(List<ContentType.Override>) - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
 
CHINESEBIG5 - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
clazz - 类 中的变量org.ttzero.excel.entity.Sheet.Column
The cell type
clear() - 类 中的方法org.ttzero.excel.entity.RowBlock
Clear index mark
clear() - 接口 中的方法org.ttzero.excel.reader.Cache
Removes all of the mappings from this cache (optional operation).
clear() - 类 中的方法org.ttzero.excel.reader.Cell
 
clear() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Removes all of the mappings from this cache (optional operation).
clearBorder(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
clearFill(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
clearFont(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
clearHorizontal(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
clearNumfmt(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
clearVertical(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
clone() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
clone() - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
Clone
clone() - 类 中的方法org.ttzero.excel.entity.Relationship
 
clone() - 类 中的方法org.ttzero.excel.entity.Sheet
 
clone() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
clone() - 类 中的方法org.ttzero.excel.entity.style.Font
 
close() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Release resources
close() - 类 中的方法org.ttzero.excel.entity.ListSheet
Release resources
close() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
Release resources
close() - 类 中的方法org.ttzero.excel.entity.SharedStrings
 
close() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Close channel and delete temp files
close() - 类 中的方法org.ttzero.excel.entity.Sheet
abstract method close
close() - 类 中的方法org.ttzero.excel.entity.StatementSheet
Release resources will close the Statement and ResultSet
close() - 类 中的方法org.ttzero.excel.reader.ExcelReader
close stream and delete temp files
close() - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
 
close() - 类 中的方法org.ttzero.excel.reader.SharedStrings
close stream and free space
close() - 接口 中的方法org.ttzero.excel.reader.Sheet
Close resource
close(InputStream) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Close the InputStream
close(OutputStream) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Close the OutputStream
close(Reader) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Close the Reader
close(Writer) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Close the Writer
close(Channel) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Close the Channel
col2Int(String) - 接口 中的方法org.ttzero.excel.reader.Sheet
Convert column mark to int
CollectionSheet<T> - org.ttzero.excel.entity中的类
FIXME unfinished Create by guanquan.wang at 2019-04-30 20:45
CollectionSheet() - 类 的构造器org.ttzero.excel.entity.CollectionSheet
Constructor worksheet
CollectionSheet(String) - 类 的构造器org.ttzero.excel.entity.CollectionSheet
Constructor worksheet
CollectionSheet(String, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.CollectionSheet
Constructor worksheet
CollectionSheet(String, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.CollectionSheet
Constructor worksheet
ColorIndex - org.ttzero.excel.entity.style中的类
The Build-In Color ColorIndex Created by guanquan.wang at 2018-02-06 14:40
ColorIndex() - 类 的构造器org.ttzero.excel.entity.style.ColorIndex
 
ColorParseException - org.ttzero.excel.entity.style中的异常错误
Created by guanquan.wang at 2018-02-09 14:25
ColorParseException(String) - 异常错误 的构造器org.ttzero.excel.entity.style.ColorParseException
 
ColorParseException(String, Throwable) - 异常错误 的构造器org.ttzero.excel.entity.style.ColorParseException
 
ColorParseException(Throwable) - 异常错误 的构造器org.ttzero.excel.entity.style.ColorParseException
 
ColorParseException(String, Throwable, boolean, boolean) - 异常错误 的构造器org.ttzero.excel.entity.style.ColorParseException
 
Column(String, Class<?>) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, String) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, String, Class<?>) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, Class<?>, IntConversionProcessor) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, String, IntConversionProcessor) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, Class<?>, boolean) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, String, boolean) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, Class<?>, IntConversionProcessor, boolean) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, String, Class<?>, IntConversionProcessor) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, String, IntConversionProcessor, boolean) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, Class<?>, int) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, String, int) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, Class<?>, int, boolean) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
Column(String, String, int, boolean) - 类 的构造器org.ttzero.excel.entity.Sheet.Column
Constructor Column
COLUMN_WIDTH - 接口 中的静态变量org.ttzero.excel.manager.Const.Limit
Column width
columns - 类 中的变量org.ttzero.excel.entity.Sheet
 
columnTypeToClass(int) - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
Convert Types to java type
commit() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Commit current index file writer
compareTo(NumFmt) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
Const - org.ttzero.excel.manager中的接口
The Const class Created by guanquan.wang on 2017/9/30.
Const.ColumnType - org.ttzero.excel.manager中的接口
The cell type
Const.ContentType - org.ttzero.excel.manager中的接口
Content-type
Const.Limit - org.ttzero.excel.manager中的接口
Excel Limit
Const.Relationship - org.ttzero.excel.manager中的接口
Relation
Const.Suffix - org.ttzero.excel.manager中的接口
The file suffix
ContentType - org.ttzero.excel.entity.e7中的类
Created by guanquan.wang on 2017/10/10.
ContentType() - 类 的构造器org.ttzero.excel.entity.e7.ContentType
 
contentType - 类 中的变量org.ttzero.excel.entity.e7.ContentType.Type
 
ContentType.Default - org.ttzero.excel.entity.e7中的类
 
ContentType.Override - org.ttzero.excel.entity.e7中的类
 
ContentType.Type - org.ttzero.excel.entity.e7中的类
 
conversion(Cell, int, Sheet.Column) - 类 中的方法org.ttzero.excel.entity.Sheet
Int value conversion to others
conversion(int) - 接口 中的方法org.ttzero.excel.processor.IntConversionProcessor
The integer value include byte, char, short, int
copyCount - 类 中的变量org.ttzero.excel.entity.Sheet
 
copyFolder(String, String, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a directory to a new path
copySheet - 类 中的变量org.ttzero.excel.entity.Sheet
A copy worksheet flag
CORE - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
CORE - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
Core - org.ttzero.excel.manager.docProps中的类
Created by guanquan.wang on 2017/9/18.
Core() - 类 的构造器org.ttzero.excel.manager.docProps.Core
 
cp(Path, File) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a single file
cp(File, File) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a single file
cp(InputStream, Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a single file
cp_R(String, String, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a directory to a new path
cp_R(Path, Path, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a directory to a new path
cp_R(String, String) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a directory to a new path
cp_R(Path, Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a directory to a new path
create(I18N) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Create a general style
create() - 类 中的静态方法org.ttzero.excel.reader.FixSizeLRUCache
 
create(int) - 类 中的静态方法org.ttzero.excel.reader.FixSizeLRUCache
 
createTemp() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
cv - 类 中的变量org.ttzero.excel.reader.Cell
 

D

data - 类 中的变量org.ttzero.excel.entity.ListSheet
 
dataIterator() - 接口 中的方法org.ttzero.excel.reader.Sheet
Iterating over data rows without header information and blank lines
dataRows() - 接口 中的方法org.ttzero.excel.reader.Sheet
Return stream with out header row and empty rows
dataSize() - 类 中的方法org.ttzero.excel.entity.ListSheet
Returns total data size before split
DATE - 类 中的静态变量org.ttzero.excel.reader.Cell
 
DATETIME - 类 中的静态变量org.ttzero.excel.reader.Cell
 
DateUtil - org.ttzero.excel.util中的类
A date util ror excel Created by guanquan.wang on 2017/9/21.
DECIMAL - 类 中的静态变量org.ttzero.excel.reader.Cell
 
deepClone() - 类 中的方法org.ttzero.excel.manager.RelManager
 
Default(String, String) - 类 的构造器org.ttzero.excel.entity.e7.ContentType.Default
 
DEFAULT - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
defaultCharBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultCharStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultDateBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultDateStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultDoubleBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultDoubleStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultHeadStyle() - 类 中的方法org.ttzero.excel.entity.Sheet
 
defaultIntBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultIntStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultStringBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultStringStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultTimestampBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultTimestampStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
delBold() - 类 中的方法org.ttzero.excel.entity.style.Font
 
delete() - 类 中的方法org.ttzero.excel.entity.WaterMark
 
delItalic() - 类 中的方法org.ttzero.excel.entity.style.Font
 
delUnderLine() - 类 中的方法org.ttzero.excel.entity.style.Font
 
DisplayName - org.ttzero.excel.annotation中的注释类型
已过时。
DISTRIBUTED - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
DOUBLE - 类 中的静态变量org.ttzero.excel.reader.Cell
 
dv - 类 中的变量org.ttzero.excel.reader.Cell
 

E

EE - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
EEC_PREFIX - 接口 中的静态变量org.ttzero.excel.manager.Const
Prefix of eec project
EmbedTemplate - org.ttzero.excel.entity.e7中的类
Created by guanquan.wang at 2018-02-26 14:00
EmbedTemplate(Path, Workbook) - 类 的构造器org.ttzero.excel.entity.e7.EmbedTemplate
 
EMPTY - 类 中的静态变量org.ttzero.excel.util.StringUtil
 
EmptySheet - org.ttzero.excel.entity中的类
Created by guanquan.wang at 2018-01-29 16:05
EmptySheet() - 类 的构造器org.ttzero.excel.entity.EmptySheet
Constructor worksheet
EmptySheet(String) - 类 的构造器org.ttzero.excel.entity.EmptySheet
Constructor worksheet
EmptySheet(String, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.EmptySheet
Constructor worksheet
EmptySheet(String, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.EmptySheet
Constructor worksheet
end - 类 中的变量org.ttzero.excel.entity.ListSheet
 
eof - 类 中的变量org.ttzero.excel.entity.ListSheet
 
equals(Object) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Default
 
equals(Object) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Override
 
equals(Object) - 类 中的方法org.ttzero.excel.entity.style.Border
 
equals(Object) - 类 中的方法org.ttzero.excel.entity.style.Fill
 
equals(Object) - 类 中的方法org.ttzero.excel.entity.style.Font
 
equals(Object) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
escapeWrite(char) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
Write as escape character
escapeWrite(String) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
Write as escape text
EXCEL_03 - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
Excel 03
EXCEL_07 - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
Excel 07
EXCEL_XML_DECLARATION - 接口 中的静态变量org.ttzero.excel.manager.Const
Excel xml declatation
ExcelColumn - org.ttzero.excel.annotation中的注释类型
Specify export information Create by guanquan.wang at 2019-06-21 09:53
ExcelReader - org.ttzero.excel.reader中的类
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.
ExcelReader() - 类 的构造器org.ttzero.excel.reader.ExcelReader
 
ExcelReadException - org.ttzero.excel.reader中的异常错误
Create by guanquan.wang at 2018-09-27 14:48
ExcelReadException(String) - 异常错误 的构造器org.ttzero.excel.reader.ExcelReadException
 
ExcelReadException(String, Throwable) - 异常错误 的构造器org.ttzero.excel.reader.ExcelReadException
 
ExcelReadException(Throwable) - 异常错误 的构造器org.ttzero.excel.reader.ExcelReadException
 
ExcelReadException(String, Throwable, boolean, boolean) - 异常错误 的构造器org.ttzero.excel.reader.ExcelReadException
 
ExcelType - org.ttzero.excel.manager中的枚举
Type of excel.
ExcelWriteException - org.ttzero.excel.entity中的异常错误
Created by guanquan.wang on 2017/10/19.
ExcelWriteException() - 异常错误 的构造器org.ttzero.excel.entity.ExcelWriteException
 
ExcelWriteException(String) - 异常错误 的构造器org.ttzero.excel.entity.ExcelWriteException
 
ExcelWriteException(String, Throwable) - 异常错误 的构造器org.ttzero.excel.entity.ExcelWriteException
 
ExcelWriteException(Throwable) - 异常错误 的构造器org.ttzero.excel.entity.ExcelWriteException
 
ExtBufferedWriter - org.ttzero.excel.util中的类
Single-threaded operation stream, internal multiplexing buffer Created by guanquan.wang on 2017/10/11.
ExtBufferedWriter(Writer) - 类 的构造器org.ttzero.excel.util.ExtBufferedWriter
 
ExtBufferedWriter(Writer, int) - 类 的构造器org.ttzero.excel.util.ExtBufferedWriter
 
ExtXMLWriter - org.ttzero.excel.util中的类
Created by guanquan.wang on 2017/10/11.
ExtXMLWriter(OutputStream) - 类 的构造器org.ttzero.excel.util.ExtXMLWriter
 
ExtXMLWriter(OutputStream, OutputFormat) - 类 的构造器org.ttzero.excel.util.ExtXMLWriter
 

F

fastTestDateFmt(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
Fast test cell value is data/time value
FileUtil - org.ttzero.excel.util中的类
File operation util.
Fill - org.ttzero.excel.entity.style中的类
Created by guanquan.wang at 2018-02-06 08:55
Fill(PatternType, Color, Color) - 类 的构造器org.ttzero.excel.entity.style.Fill
 
Fill(PatternType, Color) - 类 的构造器org.ttzero.excel.entity.style.Fill
 
Fill(PatternType) - 类 的构造器org.ttzero.excel.entity.style.Fill
 
Fill(Color) - 类 的构造器org.ttzero.excel.entity.style.Fill
 
Fill() - 类 的构造器org.ttzero.excel.entity.style.Fill
 
FILL - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
find(char) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Find character value from begging
find(char, long) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Find from the specified location
find(String) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Find value from begging
find(String, long) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Find from the specified location
find(String) - 类 中的方法org.ttzero.excel.entity.Sheet
 
firstRow() - 类 中的方法org.ttzero.excel.entity.RowBlock
 
fixSize() - 类 中的方法org.ttzero.excel.entity.Sheet
Setting fix column width
fixSize(double) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting fix column width
FixSizeLRUCache<K,V> - org.ttzero.excel.reader中的类
Implemented by the LRU page elimination algorithm.
Font - org.ttzero.excel.entity.style中的类
Created by guanquan.wang at 2018-02-02 16:51
Font(String, int) - 类 的构造器org.ttzero.excel.entity.style.Font
 
Font(String, int, Color) - 类 的构造器org.ttzero.excel.entity.style.Font
 
Font(String, int, int, Color) - 类 的构造器org.ttzero.excel.entity.style.Font
 
Font.Style - org.ttzero.excel.entity.style中的类
 
FontParseException - org.ttzero.excel.entity.style中的异常错误
Created by guanquan.wang at 2018-02-05 16:10
FontParseException(String) - 异常错误 的构造器org.ttzero.excel.entity.style.FontParseException
 
FontParseException(String, Throwable) - 异常错误 的构造器org.ttzero.excel.entity.style.FontParseException
 
FontParseException(Throwable) - 异常错误 的构造器org.ttzero.excel.entity.style.FontParseException
 
FontParseException(String, Throwable, boolean, boolean) - 异常错误 的构造器org.ttzero.excel.entity.style.FontParseException
 
forEach(Consumer<? super Cache.Entry<K, V>>) - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
FUNCTION - 类 中的静态变量org.ttzero.excel.reader.Cell
 

G

GB2312 - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
geet() - 类 中的方法org.ttzero.excel.reader.Row
Returns the binding type if is bound, otherwise returns Row
GENERAL - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
get(String) - 类 中的方法org.ttzero.excel.entity.I18N
get message by code
get(String, String...) - 类 中的方法org.ttzero.excel.entity.I18N
get message by code
get(char) - 类 中的方法org.ttzero.excel.entity.SharedStrings
Getting the character value index (zero base)
get(String) - 类 中的方法org.ttzero.excel.entity.SharedStrings
Getting the string value from cache (zero base)
get(String) - 类 中的静态方法org.ttzero.excel.entity.style.BuiltInNumFmt
Getting the build-in Number format by code
get(int) - 类 中的静态方法org.ttzero.excel.entity.style.BuiltInNumFmt
Getting the build-in Number format by id
get(int) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
 
get() - 类 中的方法org.ttzero.excel.entity.WaterMark
 
get(K) - 接口 中的方法org.ttzero.excel.reader.Cache
Returns the value to which the specified key is mapped, or null if this cache contains no mapping for the key.
get(K) - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Returns the value to which the specified key is mapped, or null if this cache contains no mapping for the key.
get(int) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
Getting by index
get(int, String[]) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
Batch getting
get() - 类 中的方法org.ttzero.excel.reader.Row
Returns the binding type if is bound, otherwise returns Row
get(int) - 类 中的方法org.ttzero.excel.reader.SharedStrings
Getting the strings value by index
getAppInfo() - 类 中的方法org.ttzero.excel.reader.ExcelReader
General information like title,subject and creator
getApplication() - 类 中的方法org.ttzero.excel.manager.docProps.App
 
getApplication() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getAppVersion() - 类 中的方法org.ttzero.excel.manager.docProps.App
 
getAppVersion() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getAttr(Element, String) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Returns the attribute value from Element
getAutoOdd() - 类 中的方法org.ttzero.excel.entity.Sheet
 
getAutoOdd() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the autoOdd setting
getAutoSize() - 类 中的方法org.ttzero.excel.entity.Sheet
Returns the re-size setting
getBgColor() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
getBind() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the replacement object
getBoolean(int) - 类 中的方法org.ttzero.excel.reader.Row
Get boolean value by column index
getBorder(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
 
getById(String) - 类 中的方法org.ttzero.excel.manager.RelManager
 
getByName(String) - 枚举 中的静态方法org.ttzero.excel.entity.style.BorderStyle
 
getByTarget(String) - 类 中的方法org.ttzero.excel.manager.RelManager
 
getByte(int) - 类 中的方法org.ttzero.excel.reader.Row
Get byte value by column index
getCategory() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getCategory() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getCell(int) - 类 中的方法org.ttzero.excel.reader.Row
 
getCells() - 类 中的方法org.ttzero.excel.entity.Row
 
getCellStyle(Class<?>) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Returns default style based on cell type
getCellStyle() - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell styles
getCellType(int) - 类 中的方法org.ttzero.excel.reader.Row
Returns the type of cell
getChar(int) - 类 中的方法org.ttzero.excel.reader.Row
Get char value by column index
getCharset() - 类 中的方法org.ttzero.excel.entity.style.Font
 
getClazz() - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Returns the cell type
getCode() - 类 中的方法org.ttzero.excel.entity.style.BuiltInNumFmt.NumFmt
 
getCode() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
getColor() - 类 中的方法org.ttzero.excel.entity.style.Font
 
getColumnLimit() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
The Worksheet column limit
getColumnLimit() - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
The Worksheet column limit
getCompany() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the company name where the author is employed
getCompany() - 类 中的方法org.ttzero.excel.manager.docProps.App
 
getCompany() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getContentType() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Type
 
getContentType() - 类 中的方法org.ttzero.excel.entity.WaterMark
content-type
getCopySheetName() - 类 中的方法org.ttzero.excel.entity.Sheet
Returns the copy worksheet name
getCreated() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getCreated() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getCreator() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the excel author
getCreator() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getCreator() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getDate(int) - 类 中的方法org.ttzero.excel.reader.Row
Get date value by column index
getDecimal(int) - 类 中的方法org.ttzero.excel.reader.Row
Get decimal value by column index
getDefaultWidth() - 类 中的方法org.ttzero.excel.entity.Sheet
Return the cell default width
getDescription() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getDescription() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getDouble(int) - 类 中的方法org.ttzero.excel.reader.Row
Get double value by column index
getEndIndex() - 类 中的方法org.ttzero.excel.entity.ListSheet
Returns the end index of row-block
getExtension() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Default
 
getFamily() - 类 中的方法org.ttzero.excel.entity.style.Font
 
getFc() - 类 中的方法org.ttzero.excel.entity.Row
 
getFgColor() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
getFileName() - 类 中的方法org.ttzero.excel.entity.Sheet
 
getFill(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
 
getFirst() - 类 中的方法org.ttzero.excel.entity.ListSheet
Returns the first not null object
getFirstColumnIndex() - 类 中的方法org.ttzero.excel.reader.Row
Returns the index of the first column (zero base)
getFloat(int) - 类 中的方法org.ttzero.excel.reader.Row
Get float value by column index
getFont(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
 
getGeneralInfo() - 类 中的方法org.ttzero.excel.reader.ExcelReader
 
getHeader() - 接口 中的方法org.ttzero.excel.reader.Sheet
Returns the header of the list.
getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.ListMapSheet
Returns the header column info
getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.ListSheet
Returns the header column info
getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
Get header information, get from MetaData if not specified The copy sheet will use the parent worksheet header information.
getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.Sheet
Returns the header column info The copy sheet will use the parent worksheet header information.
getI18N() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the I18N util
getId() - 类 中的方法org.ttzero.excel.entity.Relationship
 
getId() - 类 中的方法org.ttzero.excel.entity.Sheet
 
getId() - 类 中的方法org.ttzero.excel.entity.style.BuiltInNumFmt.NumFmt
 
getId() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
getIndex() - 类 中的方法org.ttzero.excel.entity.Row
 
getIndex() - 接口 中的方法org.ttzero.excel.reader.Sheet
The index of worksheet located at the workbook
getInt(int) - 类 中的方法org.ttzero.excel.reader.Row
Get int value by column index
getKey() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Default
 
getKey() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Override
 
getKey() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Type
 
getKey() - 接口 中的方法org.ttzero.excel.reader.Cache.Entry
Returns the key corresponding to this entry.
getKeywords() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getKeywords() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getLastColumnIndex() - 类 中的方法org.ttzero.excel.reader.Row
Returns the index of the last column (zero base).
getLastModifiedBy() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getLastModifiedBy() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getLc() - 类 中的方法org.ttzero.excel.entity.Row
 
getLocale() - 类 中的方法org.ttzero.excel.entity.style.BuiltInNumFmt.NumFmt
 
getLong(int) - 类 中的方法org.ttzero.excel.reader.Row
Get long value by column index
getModified() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getModified() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getName() - 类 中的方法org.ttzero.excel.entity.NameValue
 
getName() - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Returns the column name
getName() - 类 中的方法org.ttzero.excel.entity.Sheet
Returns the worksheet name
getName() - 枚举 中的方法org.ttzero.excel.entity.style.BorderStyle
 
getName() - 类 中的方法org.ttzero.excel.entity.style.Font
 
getName() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the workbook name
getName() - 接口 中的方法org.ttzero.excel.reader.Sheet
The worksheet name
getNumFmt(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
 
getOddFill() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the odd-fill style
getOrElse(String, String) - 类 中的方法org.ttzero.excel.entity.I18N
get message by code
getPartName() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Override
 
getPatternType() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
getRelManager() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
getRevision() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getRevision() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getRowBlockSize() - 类 中的方法org.ttzero.excel.entity.Sheet
The worksheet is written by units of row-block.
getRowLimit() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Override this method to modify the maximum number of rows per page, this value contains the header row and data rows eq: limit is 100 means data has 99 rows
getRowLimit() - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
The Worksheet row limit
getRowNumber() - 类 中的方法org.ttzero.excel.reader.Row
The number of row.
getScheme() - 类 中的方法org.ttzero.excel.entity.style.Font
 
getSheet(String) - 类 中的方法org.ttzero.excel.entity.Workbook
Return a Sheet with the specified name
getSheetAt(int) - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the Sheet of the specified index
getSheets() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns all Sheet in this workbook
getShort(int) - 类 中的方法org.ttzero.excel.reader.Row
Get short value by column index
getSize() - 类 中的方法org.ttzero.excel.entity.style.Font
 
getSize() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the size of Sheet in this workbook
getSize() - 类 中的方法org.ttzero.excel.reader.ExcelReader
size of sheets
getSize() - 接口 中的方法org.ttzero.excel.reader.Sheet
size of rows.
getSst() - 类 中的方法org.ttzero.excel.entity.Sheet
Returns shared string
getSst() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the Shared String Table
getString(int) - 类 中的方法org.ttzero.excel.reader.Row
Get string value by column index
getStyle() - 类 中的方法org.ttzero.excel.entity.style.Font
 
getStyleIndex(Sheet.Column, Object) - 类 中的方法org.ttzero.excel.entity.Sheet
Returns the cell style index
getStyles() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the global Styles
getSubject() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getSubject() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getSuffix() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
The Workbook suffix
getSuffix() - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
The Workbook suffix
getSuffix() - 类 中的方法org.ttzero.excel.entity.WaterMark
 
getTarget() - 类 中的方法org.ttzero.excel.entity.Relationship
 
getTemp() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
 
getTemplate() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the template io-stream
getTime(int) - 类 中的方法org.ttzero.excel.reader.Row
Get time value by column index
getTimestamp(int) - 类 中的方法org.ttzero.excel.reader.Row
Get timestamp value by column index
getTitle() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getTitle() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getTotal() - 类 中的方法org.ttzero.excel.entity.RowBlock
Total rows of a worksheet
getType() - 类 中的方法org.ttzero.excel.entity.Relationship
 
getType() - 类 中的方法org.ttzero.excel.reader.ExcelReader
Type of excel
getValue(String) - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
Returns the placeholder character
getValue(String) - 类 中的方法org.ttzero.excel.entity.e7.EmbedTemplate
 
getValue(String) - 类 中的方法org.ttzero.excel.entity.e7.SimpleTemplate
 
getValue() - 类 中的方法org.ttzero.excel.entity.NameValue
 
getValue() - 接口 中的方法org.ttzero.excel.reader.Cache.Entry
Returns the value corresponding to this entry.
getVersion() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getVersion() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
getVertical(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
 
getWaterMark() - 类 中的方法org.ttzero.excel.entity.Sheet
Returns the WaterMark
getWaterMark() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns the WaterMark
getWidth() - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Returns the width of cell
getWorkbook() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
getWorkbook() - 类 中的方法org.ttzero.excel.entity.Sheet
Returns workbook
getWorksheetWriter(Sheet) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
GIF - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
GREEK - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 

H

HANGUL - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
hasBorder(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
hasFill(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
hasFont(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
hasFullValue(ByteBuffer) - 类 中的静态方法org.ttzero.excel.entity.SharedStringTable
Check the remaining data is complete
hashCode() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Default
 
hashCode() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Override
 
hashCode() - 类 中的方法org.ttzero.excel.entity.style.Border
 
hashCode() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
hashCode() - 类 中的方法org.ttzero.excel.entity.style.Font
 
hashCode() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
hasHeaderColumns() - 类 中的方法org.ttzero.excel.entity.Sheet
Check the header information is exist
hasHorizontal(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
hasNext() - 类 中的方法org.ttzero.excel.entity.RowBlock
 
hasNumFmt(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
hasVertical(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
headerReady - 类 中的变量org.ttzero.excel.entity.Sheet
To mark the header column is ready
headStyle - 类 中的变量org.ttzero.excel.entity.Sheet
 
HEBREW - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
hidden - 类 中的变量org.ttzero.excel.entity.Sheet
Mark the cell is hidden
hidden() - 类 中的方法org.ttzero.excel.entity.Sheet
Setting the worksheet status
Horizontals - org.ttzero.excel.entity.style中的类
Created by guanquan.wang at 2018-02-11 15:02
Horizontals() - 类 的构造器org.ttzero.excel.entity.style.Horizontals
 

I

I18N - org.ttzero.excel.entity中的类
Create by guanquan.wang on 2018-10-13
I18N() - 类 的构造器org.ttzero.excel.entity.I18N
 
id - 类 中的变量org.ttzero.excel.entity.Sheet
 
IgnoreExport - org.ttzero.excel.annotation中的注释类型
Specified the field witch not exported Created by guanquan.wang at 2018-01-30 15:09
IgnoreImport - org.ttzero.excel.annotation中的注释类型
Specified the field witch not imported mapping.
IMAGE - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
indexOf(String) - 类 中的静态方法org.ttzero.excel.entity.style.BuiltInNumFmt
 
indexOf(Color) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
 
indexOf(int) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
 
indexOf(String[], String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
 
IndexSharedStringTable - org.ttzero.excel.reader中的类
Create by guanquan.wang at 2019-05-10 20:06
INLINESTR - 类 中的静态变量org.ttzero.excel.reader.Cell
 
insertSheet(int, Sheet) - 类 中的方法org.ttzero.excel.entity.Workbook
Insert a Sheet at the specified index
int2Col(int) - 类 中的方法org.ttzero.excel.entity.Sheet
 
IntConversionProcessor - org.ttzero.excel.processor中的接口
An Integer Conversion Typically used to convert state values or enumerated values to meaningful values Created by guanquan.wang on 2017/10/13.
isAutoSize() - 类 中的方法org.ttzero.excel.entity.Sheet
Test is auto size column width
isAutoSize() - 类 中的方法org.ttzero.excel.entity.Workbook
Returns whether to auto-adjust the column width
isBigDecimal(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a BigDecimal type
isBold() - 类 中的方法org.ttzero.excel.entity.style.Font
 
isBool(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a boolean or Boolean type
isChar(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a char or Character type
isDate(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a Date type
isDate(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
Test the style is data format
isDateTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a Timestamp type
isDouble(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a double-precision floating-point type
isEmpty() - 类 中的方法org.ttzero.excel.reader.Row
Test unused row (not contains any filled or formatted or value)
isEmpty(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
 
isEof() - 类 中的方法org.ttzero.excel.entity.RowBlock
End of file mark
isFloat(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a single-precision floating-point type
isHidden() - 类 中的方法org.ttzero.excel.entity.Sheet
Returns the worksheet is hidden
isHidden() - 接口 中的方法org.ttzero.excel.reader.Sheet
Test Worksheet is hidden
isInt(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a int, char, byte or short or boxing type
isItalic() - 类 中的方法org.ttzero.excel.entity.style.Font
 
isLocalDate(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a LocalDate type
isLocalDateTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a LocalDateTime type
isLocalTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a LocalTime type
isLong(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a long or Long type
isNotEmpty(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
 
isOdd() - 类 中的方法org.ttzero.excel.entity.Sheet
Check the odd rows
isPlaceholder(String) - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
Check the cell content has placeholder character
isPlaceholder(String) - 类 中的方法org.ttzero.excel.entity.e7.EmbedTemplate
 
isPlaceholder(String) - 类 中的方法org.ttzero.excel.entity.e7.SimpleTemplate
 
isShare() - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell is shared
isShort(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a short or Short type
isShow() - 接口 中的方法org.ttzero.excel.reader.Sheet
Test Worksheet is show
isString(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a String type
isTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a Time type
isUnderLine() - 类 中的方法org.ttzero.excel.entity.style.Font
 
isUnicode() - 类 中的方法org.ttzero.excel.entity.style.BuiltInNumFmt.NumFmt
 
isWindows() - 类 中的静态方法org.ttzero.excel.util.FileUtil
Test current OS system is windows family
italic() - 类 中的方法org.ttzero.excel.entity.style.Font
 
italic - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
 
iterator() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Returns an iterator over elements of type String
iterator() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Returns an iterator over elements of type Cache.Entry<K, V>.
iterator() - 接口 中的方法org.ttzero.excel.reader.Sheet
Iterating each row of data contains header information and blank lines
IWorkbookWriter - org.ttzero.excel.entity中的接口
Create by guanquan.wang at 2019-04-22 16:00
IWorksheetWriter - org.ttzero.excel.entity中的接口
Create by guanquan.wang at 2019-04-22 17:23

J

JOHAB - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
JPEG - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
JPG - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
JUSTIFY - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 

K

key - 类 中的变量org.ttzero.excel.entity.Sheet.Column
The key of Map or field name of entry

L

lastRow() - 类 中的方法org.ttzero.excel.entity.RowBlock
 
LEFT - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
likeByTarget(String) - 类 中的方法org.ttzero.excel.manager.RelManager
 
lineSeparator - 接口 中的静态变量org.ttzero.excel.manager.Const
"\n" in UNIX systems, "\r\n" in Windows systems.
ListMapSheet - org.ttzero.excel.entity中的类
ListMapSheet is a subclass of ListSheet, the difference is in the way the data is taken
ListMapSheet() - 类 的构造器org.ttzero.excel.entity.ListMapSheet
Constructor worksheet
ListMapSheet(String) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
Constructor worksheet
ListMapSheet(String, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
Constructor worksheet
ListMapSheet(String, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
Constructor worksheet
ListMapSheet(List<Map<String, ?>>) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
Constructor worksheet
ListMapSheet(String, List<Map<String, ?>>) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
Constructor worksheet
ListMapSheet(List<Map<String, ?>>, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
Constructor worksheet
ListMapSheet(String, List<Map<String, ?>>, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
Constructor worksheet
ListMapSheet(List<Map<String, ?>>, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
Constructor worksheet
ListMapSheet(String, List<Map<String, ?>>, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
Constructor worksheet
ListSheet<T> - org.ttzero.excel.entity中的类
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() - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(String) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(String, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(String, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(List<T>) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(String, List<T>) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(List<T>, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(String, List<T>, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(List<T>, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(String, List<T>, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
load(Path) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Load the style file from disk
load() - 接口 中的方法org.ttzero.excel.reader.Sheet
Load the sheet data
logger - 类 中的变量org.ttzero.excel.reader.Row
 
LONG - 类 中的静态变量org.ttzero.excel.reader.Cell
 
lowFirstKey(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
 
lv - 类 中的变量org.ttzero.excel.reader.Cell
 

M

malloc(int) - 类 中的方法org.ttzero.excel.entity.Row
Malloc
map - 类 中的变量org.ttzero.excel.entity.AbstractTemplate
 
mark() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Sets this buffer's mark at its position.
MAX_CHARACTERS_PER_CELL - 接口 中的静态变量org.ttzero.excel.manager.Const.Limit
The max characters per cell
MAX_COLUMNS_ON_SHEET - 接口 中的静态变量org.ttzero.excel.manager.Const.Limit
The max columns on sheet
MAX_LINE_FEEDS_PER_CELL - 接口 中的静态变量org.ttzero.excel.manager.Const.Limit
The max line feeds per cell
MAX_ROWS_ON_SHEET - 接口 中的静态变量org.ttzero.excel.manager.Const.Limit
Excel07's max rows on sheet
mkdir(Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Create a directory
mktmp(String) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Create a temp directory
more() - 类 中的方法org.ttzero.excel.entity.ListSheet
This method is used for the worksheet to get the data.
mv - 类 中的变量org.ttzero.excel.reader.Cell
 

N

name - 类 中的变量org.ttzero.excel.entity.Sheet.Column
The header name
name - 类 中的变量org.ttzero.excel.entity.Sheet
 
NameValue - org.ttzero.excel.entity中的类
Created by guanquan.wang on 2017/9/26.
NameValue() - 类 的构造器org.ttzero.excel.entity.NameValue
 
NameValue(String, String) - 类 的构造器org.ttzero.excel.entity.NameValue
 
next() - 类 中的方法org.ttzero.excel.entity.RowBlock
 
nextBlock() - 类 中的方法org.ttzero.excel.entity.Sheet
Returns a row-block.
nonOrIntDefault(int) - 类 中的静态方法org.ttzero.excel.entity.Sheet
 
normal - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
 
NORMAL - 接口 中的静态变量org.ttzero.excel.manager.Const.ColumnType
Standard
NS - org.ttzero.excel.annotation中的注释类型
Namespace Created by guanquan.wang on 2017/9/18.
NUMERIC - 类 中的静态变量org.ttzero.excel.reader.Cell
 
NumFmt() - 类 的构造器org.ttzero.excel.entity.style.BuiltInNumFmt.NumFmt
 
NumFmt - org.ttzero.excel.entity.style中的类
To create a custom number format, you start by selecting one of the built-in number formats as a starting point.
NumFmt(String) - 类 的构造器org.ttzero.excel.entity.style.NumFmt
 
nv - 类 中的变量org.ttzero.excel.reader.Cell
 

O

o - 类 中的变量org.ttzero.excel.entity.Sheet.Column
 
oddFill - 类 中的变量org.ttzero.excel.entity.Sheet
Odd row's background color
OEM - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
of(int) - 类 中的静态方法org.ttzero.excel.entity.style.Horizontals
 
of(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
Returns the style index, if the style not exists it will be insert into styles
of(int) - 类 中的静态方法org.ttzero.excel.entity.style.Verticals
 
of(String) - 类 中的静态方法org.ttzero.excel.entity.WaterMark
Create a water mark with string value
of(Path) - 类 中的静态方法org.ttzero.excel.entity.WaterMark
Create a water mark with location image
of(InputStream) - 类 中的静态方法org.ttzero.excel.entity.WaterMark
Create a water mark with InputStream image
of(Relationship...) - 类 中的静态方法org.ttzero.excel.manager.RelManager
 
OFFICE_DOCUMENT - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
org.ttzero.excel.annotation - 程序包 org.ttzero.excel.annotation
 
org.ttzero.excel.entity - 程序包 org.ttzero.excel.entity
 
org.ttzero.excel.entity.e7 - 程序包 org.ttzero.excel.entity.e7
 
org.ttzero.excel.entity.style - 程序包 org.ttzero.excel.entity.style
 
org.ttzero.excel.manager - 程序包 org.ttzero.excel.manager
 
org.ttzero.excel.manager.docProps - 程序包 org.ttzero.excel.manager.docProps
 
org.ttzero.excel.processor - 程序包 org.ttzero.excel.processor
 
org.ttzero.excel.reader - 程序包 org.ttzero.excel.reader
 
org.ttzero.excel.util - 程序包 org.ttzero.excel.util
 
outOfSheet(int) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
TO check rows out of workshee
Override(String, String) - 类 的构造器org.ttzero.excel.entity.e7.ContentType.Override
 

P

paging() - 类 中的方法org.ttzero.excel.entity.ListSheet
Split worksheet data
paging() - 类 中的方法org.ttzero.excel.entity.Sheet
Split worksheet data
ParamProcessor - org.ttzero.excel.processor中的接口
Setting the PreparedStatement parameters Created by guanquan.wang on 2017/9/13.
PARENTAGE - 接口 中的静态变量org.ttzero.excel.manager.Const.ColumnType
Percentage
parse(String) - 类 中的静态方法org.ttzero.excel.entity.style.Border
The setting order is top -> right -> bottom -> left, the attribute order is style-name + color, if the orientation setting is not complete, the unset orientation has no border.
parse(String) - 类 中的静态方法org.ttzero.excel.entity.style.Fill
fgColor bgColor patternType color patternType : fgColor patternType
parse(String) - 类 中的静态方法org.ttzero.excel.entity.style.Font
Create a Font from font-string italic_bold_underLine_size_family_color or italic bold underLine size family color eq: italic_bold_12_宋体 // 斜体 加粗 12号字 宋体 eq: bold underLine 12 'Times New Roman' red // 加粗 12号字 Times New Roman字体 红字
PatternType - org.ttzero.excel.entity.style中的枚举
2.4.53 ST_enmPattern PatternType Created by guanquan.wang at 2018-02-06 08:55
PNG - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
PNG - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
Png
position() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Returns this buffer's position.
PRINTSETTING - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
processor - 类 中的变量org.ttzero.excel.entity.Sheet.Column
The int value conversion
push(char) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Write character value into table
push(String) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Write string value into table
push(char) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
Write character value into table
push(String) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
Write string value into table
put(K, V) - 接口 中的方法org.ttzero.excel.reader.Cache
Associates the specified value with the specified key in this cache.
put(K, V) - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Associates the specified value with the specified key in this cache.

R

rangeCheck(int) - 类 中的方法org.ttzero.excel.reader.Row
 
read(ByteBuffer) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Returns a ByteBuffer data from channel position
read(Path) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
Constructor Excel Reader
read(InputStream) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
Constructor Excel Reader
read(Path, int) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
Constructor Excel Reader
read(InputStream, int) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
Constructor Excel Reader
read(Path, int, int) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
Constructor Excel Reader
read(InputStream, int, int) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
Constructor Excel Reader
realloc(int) - 类 中的方法org.ttzero.excel.entity.Row
Resize and clear
RELATION - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
Relation
Relationship - org.ttzero.excel.entity中的类
Created by guanquan.wang on 2017/9/30.
Relationship() - 类 的构造器org.ttzero.excel.entity.Relationship
 
Relationship(String, String) - 类 的构造器org.ttzero.excel.entity.Relationship
 
Relationship(String, String, String) - 类 的构造器org.ttzero.excel.entity.Relationship
 
RELATIONSHIP - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
RELATIONSHIP - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
relManager - 类 中的变量org.ttzero.excel.entity.Sheet
 
RelManager - org.ttzero.excel.manager中的类
Relation manager Created by guanquan.wang on 2017/9/30.
RelManager() - 类 的构造器org.ttzero.excel.manager.RelManager
 
reMarkPath(Path, Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
reMarkPath(Path, Path, String) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
remove(int) - 类 中的方法org.ttzero.excel.entity.Workbook
Remove the Sheet from the specified index
remove(K) - 接口 中的方法org.ttzero.excel.reader.Cache
Removes the mapping for a key from this cache if it is present (optional operation).
remove(K) - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Removes the mapping for a key from this cache if it is present (optional operation).
remove() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Remove the last item
reopen() - 类 中的方法org.ttzero.excel.entity.RowBlock
re-open the row-block
reset() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Resets this buffer's position to the previously-marked position.
reset(int, int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
reset() - 接口 中的方法org.ttzero.excel.reader.Sheet
Reset the Sheet's row index to begging
resetBlockData() - 类 中的方法org.ttzero.excel.entity.CollectionSheet
 
resetBlockData() - 类 中的方法org.ttzero.excel.entity.EmptySheet
Reset the row-block data
resetBlockData() - 类 中的方法org.ttzero.excel.entity.ListMapSheet
Reset the row-block data
resetBlockData() - 类 中的方法org.ttzero.excel.entity.ListSheet
Reset the row-block data
resetBlockData() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
Reset the row-block data
resetBlockData() - 类 中的方法org.ttzero.excel.entity.Sheet
Each row-block is multiplexed and will be called to reset the data when a row-block is completely written.
resizeColumnWidth(File, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Resize column width
ResultSetSheet - org.ttzero.excel.entity中的类
ResultSet is one of the worksheet data sources, It has a subclass StatementSheet.
ResultSetSheet() - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
Constructor worksheet
ResultSetSheet(String) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
Constructor worksheet
ResultSetSheet(String, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
Constructor worksheet
ResultSetSheet(String, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
Constructor worksheet
ResultSetSheet(ResultSet) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
Constructor worksheet
ResultSetSheet(String, ResultSet) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
Constructor worksheet
ResultSetSheet(ResultSet, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
Constructor worksheet
ResultSetSheet(String, ResultSet, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
Constructor worksheet
ResultSetSheet(ResultSet, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
Constructor worksheet
ResultSetSheet(String, ResultSet, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
Constructor worksheet
RIGHT - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
rm(Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Delete if exists file
rm(File) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Delete if exists file
rm_rf(Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Remove file and sub-files if it a directory
rm_rf(File, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Remove file and sub-files if it a directory
RMB - 接口 中的静态变量org.ttzero.excel.manager.Const.ColumnType
RMB
Row - org.ttzero.excel.entity中的类
Create by guanquan.wang at 2019-04-23 09:57
Row() - 类 的构造器org.ttzero.excel.entity.Row
 
Row - org.ttzero.excel.reader中的类
Create by guanquan.wang at 2019-04-17 11:08
Row() - 类 的构造器org.ttzero.excel.reader.Row
 
ROW_BLOCK_SIZE - 接口 中的静态变量org.ttzero.excel.manager.Const
Size of row-block
RowBlock - org.ttzero.excel.entity中的类
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.
RowBlock() - 类 的构造器org.ttzero.excel.entity.RowBlock
 
RowBlock(int) - 类 的构造器org.ttzero.excel.entity.RowBlock
 
rowBlock - 类 中的变量org.ttzero.excel.entity.Sheet
 
rows - 类 中的变量org.ttzero.excel.entity.Sheet
The row number
rows() - 接口 中的方法org.ttzero.excel.reader.Sheet
Return a stream of all rows
rs - 类 中的变量org.ttzero.excel.entity.ResultSetSheet
 
RUSSIAN - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 

S

s - 类 中的变量org.ttzero.excel.reader.Cell
The style index
saveAsExcel2003() - 类 中的方法org.ttzero.excel.entity.Workbook
Save as excel97~2003 You mast add eec-e3-support.jar into class path to support excel97~2003
SCHEMA_MAIN - 接口 中的静态变量org.ttzero.excel.manager.Const
Open xml schema
setApplication(String) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setAppVersion(String) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setAutoOdd(int) - 类 中的方法org.ttzero.excel.entity.Sheet
 
setAutoSize(boolean) - 类 中的方法org.ttzero.excel.entity.Workbook
Setting auto-adjust the column width
setAv(int) - 类 中的方法org.ttzero.excel.reader.Cell
 
setBgColor(Color) - 类 中的方法org.ttzero.excel.entity.style.Fill
 
setBlank() - 类 中的方法org.ttzero.excel.reader.Cell
 
setBorder(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
Setting top-right-bottom-left line style
setBorder(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
Setting top-right-bottom-left line style
setBorderBottom(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
Bottom line style
setBorderBottom(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
Bottom line style
setBorderLeft(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
Left line style
setBorderLeft(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
Left line style
setBorderRight(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
Right line style
setBorderRight(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
Right line style
setBorderTop(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
Top line style
setBorderTop(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
Top line style
setBv(boolean) - 类 中的方法org.ttzero.excel.reader.Cell
 
setCategory(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setCellStyle(int) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell's style
setCellStyle(Font) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell styles
setCellStyle(Font, int) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell styles
setCellStyle(Font, Border) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell styles
setCellStyle(Font, Border, int) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell styles
setCellStyle(Font, Fill, Border) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell styles
setCellStyle(Font, Fill, Border, int) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell styles
setCellStyle(Font, Fill, Border, int, int) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell styles
setCellStyle(NumFmt, Font, Fill, Border, int, int) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell styles
setCellValue(Cell, Object, Sheet.Column, Class<?>) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting cell value
setCellValueAndStyle(Cell, Object, Sheet.Column) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting cell value and cell styles
setCharset(int) - 类 中的方法org.ttzero.excel.entity.style.Font
 
setClazz(Class<?>) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell type
setCode(String) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
setColor(Color) - 类 中的方法org.ttzero.excel.entity.style.Font
 
setColumns(Sheet.Column[]) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting the header rows's columns
setCompany(String) - 类 中的方法org.ttzero.excel.entity.Workbook
Setting the name of the company where the author is employed
setCompany(String) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setConnection(Connection) - 类 中的方法org.ttzero.excel.entity.Workbook
Setting the database Connection EEC does not actively close the database connection, and needs to be manually closed externally.
setContentType(String) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Type
 
setCreated(Date) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setCreator(String) - 类 中的方法org.ttzero.excel.entity.Workbook
Setting the excel author name.
setCreator(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setCv(char) - 类 中的方法org.ttzero.excel.reader.Cell
 
setData(Collection<T>) - 类 中的方法org.ttzero.excel.entity.CollectionSheet
 
setData(List<T>) - 类 中的方法org.ttzero.excel.entity.ListSheet
Setting the worksheet data
setDescription(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setDiagonal(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
Setting top-left to bottom-right and bottom-left to top-right line style [X]
setDiagonal(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
Setting top-left to bottom-right and bottom-left to top-right line style [X]
setDiagonalDown(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
Top-left to bottom-right line style [\]
setDiagonalDown(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
Top-left to bottom-right line style [\]
setDiagonalUp(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
Bottom-left to top-right line style [/]
setDiagonalUp(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
Bottom-left to top-right line style [/]
setDocSecurity(int) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setDv(double) - 类 中的方法org.ttzero.excel.reader.Cell
 
setExtension(String) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Default
 
setFamily(int) - 类 中的方法org.ttzero.excel.entity.style.Font
 
setFgColor(Color) - 类 中的方法org.ttzero.excel.entity.style.Fill
 
setHeadStyle(Font, Fill, Border) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting the header column styles
setHeadStyle(Font, Fill, Border, int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting the header column styles
setHeadStyle(NumFmt, Font, Fill, Border, int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting the header column styles
setHeadStyle(int) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting the header cell styles
setHyperlinksChanged(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setId(String) - 类 中的方法org.ttzero.excel.entity.Relationship
 
setId(int) - 类 中的方法org.ttzero.excel.entity.Sheet
 
setIv(double) - 类 中的方法org.ttzero.excel.reader.Cell
 
setKeywords(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setLastModifiedBy(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setLinksUpToDate(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setLv(long) - 类 中的方法org.ttzero.excel.reader.Cell
 
setModified(Date) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setMv(BigDecimal) - 类 中的方法org.ttzero.excel.reader.Cell
 
setName(String) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the column name
setName(String) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting the worksheet name
setName(String) - 类 中的方法org.ttzero.excel.entity.style.Font
 
setName(String) - 类 中的方法org.ttzero.excel.entity.Workbook
Setting the workbook name
setNv(int) - 类 中的方法org.ttzero.excel.reader.Cell
 
setOddFill(Fill) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting the odd row's fill style
setOddFill(Fill) - 类 中的方法org.ttzero.excel.entity.Workbook
Setting the odd-fill style, default fill color is #E2EDDA
setPartName(String) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Override
 
setPatternType(PatternType) - 类 中的方法org.ttzero.excel.entity.style.Fill
 
setProcessor(IntConversionProcessor) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the int value conversion
setPs(PreparedStatement) - 类 中的方法org.ttzero.excel.entity.StatementSheet
Setting PreparedStatement
setRevision(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setRs(ResultSet) - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
Setting ResultSet
setScaleCrop(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setScheme(String) - 类 中的方法org.ttzero.excel.entity.style.Font
 
setShare(boolean) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting cell string value is shared Shared is only valid for strings, and the converted cell type is also valid for strings.
setSharedDoc(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setSheetWriter(IWorksheetWriter) - 类 中的方法org.ttzero.excel.entity.Sheet
 
setShortSectorSize(int) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
Size of a short-sector in the index stream in power-of-two (sssz), real short-sector size is short_sec_size = 2sssz bytes (maximum value is sector size ssz,
setSize(int) - 类 中的方法org.ttzero.excel.entity.style.Font
 
setStyle(int) - 类 中的方法org.ttzero.excel.entity.style.Font
 
setStyleProcessor(StyleProcessor) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the style conversion
setSubject(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setSv(String) - 类 中的方法org.ttzero.excel.reader.Cell
 
setT(char) - 类 中的方法org.ttzero.excel.reader.Cell
 
setTarget(String) - 类 中的方法org.ttzero.excel.entity.Relationship
 
setTitle(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setTitlePards(List<String>) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setTv(double) - 类 中的方法org.ttzero.excel.reader.Cell
 
setType(String) - 类 中的方法org.ttzero.excel.entity.Relationship
 
setType(int) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell type
setVector(List<String>) - 类 中的方法org.ttzero.excel.manager.docProps.App.TitlesOfParts
 
setVersion(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setWaterMark(WaterMark) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting the WaterMark
setWaterMark(WaterMark) - 类 中的方法org.ttzero.excel.entity.Workbook
Setting WaterMark Use WaterMark.of(java.lang.String) method to create a water mark.
setWidth(double) - 类 中的方法org.ttzero.excel.entity.Sheet.Column
Setting the cell's width
setWorkbook(Workbook) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
Setting workbook
setWorkbook(Workbook) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
Setting workbook
setWorkbook(Workbook) - 类 中的方法org.ttzero.excel.entity.Sheet
Setting the workbook
setWorkbookWriter(IWorkbookWriter) - 类 中的方法org.ttzero.excel.entity.Workbook
Setting a customize workbook writer
setWorksheet(Sheet) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Rest worksheet
setWorksheet(Sheet) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
Return a copy worksheet writer
share - 类 中的变量org.ttzero.excel.entity.Sheet.Column
The string value is shared
SHARED_STRING - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
SHAREDSTRING - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
SharedStrings - org.ttzero.excel.entity中的类
A workbook collects the strings of all text cells in a global list, the Shared String Table.
SharedStrings - org.ttzero.excel.reader中的类
Read sharedString data For large files, it is impossible to load all data into the memory and get it by index.
SharedStringTable - org.ttzero.excel.entity中的类
Create by guanquan.wang at 2019-05-10 20:04
SharedStringTable() - 类 的构造器org.ttzero.excel.entity.SharedStringTable
Create a temp file to storage shared strings
SharedStringTable(Path) - 类 的构造器org.ttzero.excel.entity.SharedStringTable
Constructor a SharedStringTable with a exists file
Sheet - org.ttzero.excel.entity中的类
Each worksheet corresponds to one or more sheet.xml of physical.
Sheet() - 类 的构造器org.ttzero.excel.entity.Sheet
 
Sheet(String) - 类 的构造器org.ttzero.excel.entity.Sheet
Constructor worksheet
Sheet(String, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.Sheet
Constructor worksheet
Sheet(String, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.Sheet
Constructor worksheet
SHEET - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
SHEET - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
sheet(int) - 类 中的方法org.ttzero.excel.reader.ExcelReader
get by index
sheet(String) - 类 中的方法org.ttzero.excel.reader.ExcelReader
get by name
Sheet - org.ttzero.excel.reader中的接口
Create by guanquan.wang at 2019-04-17 11:36
Sheet.Column - org.ttzero.excel.entity中的类
Associated with Worksheet for controlling head style and cache column data types and conversions
sheets() - 类 中的方法org.ttzero.excel.reader.ExcelReader
to streams
sheetWriter - 类 中的变量org.ttzero.excel.entity.Sheet
 
SHIFTJIS - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
shouldClose - 类 中的变量org.ttzero.excel.entity.Sheet
Close resource on the last copy worksheet
shouldDelete - 类 中的变量org.ttzero.excel.entity.SharedStringTable
Delete the temp file if create by SharedStringTable
SimpleTemplate - org.ttzero.excel.entity.e7中的类
Created by guanquan.wang at 2018-02-23 17:19
SimpleTemplate(Path, Workbook) - 类 的构造器org.ttzero.excel.entity.e7.SimpleTemplate
 
size() - 类 中的方法org.ttzero.excel.entity.EmptySheet
Returns total rows in this worksheet
size() - 类 中的方法org.ttzero.excel.entity.ListSheet
Returns total rows in this worksheet
size() - 类 中的方法org.ttzero.excel.entity.RowBlock
 
size() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Returns the cache size
size() - 类 中的方法org.ttzero.excel.entity.Sheet
Returns total rows in this worksheet
size() - 类 中的方法org.ttzero.excel.entity.style.Styles
Returns the number of styles
size() - 接口 中的方法org.ttzero.excel.reader.Cache
Returns the number of key-value mappings in this cache.
size() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Returns the number of key-value mappings in this cache.
size() - 类 中的方法org.ttzero.excel.reader.SharedStrings
 
skip(long) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Jump to the specified position, the actual moving position will be increased by 4, the header contains an integer value.
SST - 类 中的静态变量org.ttzero.excel.reader.Cell
 
start - 类 中的变量org.ttzero.excel.entity.ListSheet
 
startRow(int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write begin of row
StatementSheet - org.ttzero.excel.entity中的类
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.
StatementSheet() - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(String) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(String, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(String, WaterMark, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(Connection, String) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(String, Connection, String) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(Connection, String, ParamProcessor) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(String, Connection, String, ParamProcessor) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(Connection, String, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(String, Connection, String, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(Connection, String, ParamProcessor, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
StatementSheet(String, Connection, String, ParamProcessor, Sheet.Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
Constructor worksheet
Storageable - org.ttzero.excel.entity中的接口
Create by guanquan.wang at 2019-05-08 13:13
stringSize(int) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
 
stringSize(long) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
 
StringUtil - org.ttzero.excel.util中的类
string util Created by guanquan.wang on 2017/9/30.
Style() - 类 的构造器org.ttzero.excel.entity.style.Font.Style
 
STYLE - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
STYLE - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
styleProcessor - 类 中的变量org.ttzero.excel.entity.Sheet.Column
The style conversion
StyleProcessor - org.ttzero.excel.processor中的接口
The style conversion Created by guanquan.wang on 2017/10/13.
styles - 类 中的变量org.ttzero.excel.entity.Sheet.Column
 
Styles - org.ttzero.excel.entity.style中的类
Each excel style consists of NumFmt, Font, Fill, Border, Verticals and Horizontals, each Worksheet introduced by subscript.
sv - 类 中的变量org.ttzero.excel.reader.Cell
 
SYMBOL - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 

T

t - 类 中的变量org.ttzero.excel.reader.Cell
 
template() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
template() - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
Write with template
template() - 类 中的方法org.ttzero.excel.entity.Workbook
 
testCodeIsDate(String) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
THAI - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
THEME - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
THEME - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
TIME - 类 中的静态变量org.ttzero.excel.reader.Cell
 
TitlesOfParts() - 类 的构造器org.ttzero.excel.manager.docProps.App.TitlesOfParts
 
to(Class<T>) - 类 中的方法org.ttzero.excel.reader.Row
Convert to object, support annotation
toARGB(Color) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
to argb string
toARGB(int) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
 
toDate(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Office open XML timestamp to java.util.Date
toDate(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Office open xml timestamp to java.util.Date
toDate(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toDateString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toDateTimeValue(Timestamp) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Timestamp to Office open xml timestamp
toDateTimeValue(LocalDateTime) - 类 中的静态方法org.ttzero.excel.util.DateUtil
LocalDateTime to Office open xml timestamp
toDateValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
java.util.Date to Office open xml date
toDateValue(LocalDate) - 类 中的静态方法org.ttzero.excel.util.DateUtil
LocalDate to Office open xml date
today() - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toDom4j(Element) - 类 中的方法org.ttzero.excel.entity.style.Border
 
toDom4j(Element) - 类 中的方法org.ttzero.excel.entity.style.Font
 
toDom4j(Element) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
toLocalDate(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toLocalDateTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
too(Class<T>) - 类 中的方法org.ttzero.excel.reader.Row
Convert to T object, support annotation the is a memory shared object
TooManyColumnsException - org.ttzero.excel.entity中的异常错误
The maximum number of columns in the xlsx file is 16_384.
TooManyColumnsException() - 异常错误 的构造器org.ttzero.excel.entity.TooManyColumnsException
 
TooManyColumnsException(int, int) - 异常错误 的构造器org.ttzero.excel.entity.TooManyColumnsException
 
TooManyColumnsException(String) - 异常错误 的构造器org.ttzero.excel.entity.TooManyColumnsException
 
TOP - 类 中的静态变量org.ttzero.excel.entity.style.Verticals
 
toPascalCase(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
 
TopNS - org.ttzero.excel.annotation中的注释类型
Top namespace Created by guanquan.wang on 2017/9/21.
toString() - 类 中的方法org.ttzero.excel.entity.style.BuiltInNumFmt.NumFmt
 
toString() - 类 中的方法org.ttzero.excel.entity.style.Font
 
toString() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
toString() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
toString() - 类 中的方法org.ttzero.excel.reader.Row
 
toString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toTimestamp(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toTimestamp(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toTimestamp(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toTimeValue(Timestamp) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Timestamp to Office open xml time-of-day
toTimeValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
java.util.Date to Office open xml time-of-day
toTimeValue(Time) - 类 中的静态方法org.ttzero.excel.util.DateUtil
java.sql.Time to Office open xml time-of-day
toTimeValue(LocalTime) - 类 中的静态方法org.ttzero.excel.util.DateUtil
LocalTime to Office open xml time-of-day
toTString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
TURKISH - 类 中的静态变量org.ttzero.excel.entity.style.Charset
 
Type() - 类 的构造器org.ttzero.excel.entity.e7.ContentType.Type
 
type - 类 中的变量org.ttzero.excel.entity.Sheet.Column
0: standard 1:percentage 2:RMB

U

UncheckedTypeException - org.ttzero.excel.reader中的异常错误
Create by guanquan.wang at 2018-09-30 11:59
UncheckedTypeException(String, Throwable) - 异常错误 的构造器org.ttzero.excel.reader.UncheckedTypeException
Constructs an instance of this class.
UncheckedTypeException(String) - 异常错误 的构造器org.ttzero.excel.reader.UncheckedTypeException
Constructs an instance of this class.
underLine - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
 
underLine() - 类 中的方法org.ttzero.excel.entity.style.Font
 
unzip(InputStream, Path) - 类 中的静态方法org.ttzero.excel.util.ZipUtil
unzip file to descPath
uppFirstKey(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
 

V

valueOf(String) - 枚举 中的静态方法org.ttzero.excel.entity.style.BorderStyle
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 类 中的静态方法org.ttzero.excel.entity.style.Font.Style
 
valueOf(int) - 类 中的静态方法org.ttzero.excel.entity.style.NumFmt
Built-In number format
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.entity.style.PatternType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.manager.ExcelType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.reader.CellType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.ttzero.excel.entity.style.BorderStyle
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.entity.style.PatternType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.manager.ExcelType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.reader.CellType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
Verticals - org.ttzero.excel.entity.style中的类
Created by guanquan.wang at 2018-02-11 14:59
Verticals() - 类 的构造器org.ttzero.excel.entity.style.Verticals
 

W

watch(Watch) - 类 中的方法org.ttzero.excel.entity.Workbook
Setting a Watch
Watch - org.ttzero.excel.processor中的接口
Output operation logs Create by guanquan.wang on 2018-10-13
waterMark - 类 中的变量org.ttzero.excel.entity.Sheet
 
WaterMark - org.ttzero.excel.entity中的类
Excel does not have a watermark function.
WaterMark(String) - 类 的构造器org.ttzero.excel.entity.WaterMark
 
WaterMark(Path) - 类 的构造器org.ttzero.excel.entity.WaterMark
 
WaterMark(InputStream) - 类 的构造器org.ttzero.excel.entity.WaterMark
 
wb - 类 中的变量org.ttzero.excel.entity.AbstractTemplate
 
what(String) - 类 中的方法org.ttzero.excel.entity.Sheet
Output the export detail info
what(String, String...) - 类 中的方法org.ttzero.excel.entity.Sheet
Output export detail info
what(String) - 类 中的方法org.ttzero.excel.entity.Workbook
Output the export detail info
what(String, String...) - 类 中的方法org.ttzero.excel.entity.Workbook
Output export detail info
what(String) - 接口 中的方法org.ttzero.excel.processor.Watch
print operation logs
width - 类 中的变量org.ttzero.excel.entity.Sheet.Column
The cell width
width - 类 中的变量org.ttzero.excel.entity.Sheet
The default cell width
withTemplate(InputStream, Object) - 类 中的方法org.ttzero.excel.entity.Workbook
Bind a excel template and set an object to replace the placeholder character in template
workbook - 类 中的变量org.ttzero.excel.entity.Sheet
 
Workbook - org.ttzero.excel.entity中的类
The workbook is the basic unit of Excel, and an 'xlsx' or 'xls' file corresponds to a workbook instance.
Workbook() - 类 的构造器org.ttzero.excel.entity.Workbook
Create a unnamed workbook EEC finds the 'non-name-file' keyword under the resources/I18N/message.XXX.properties file first.
Workbook(String) - 类 的构造器org.ttzero.excel.entity.Workbook
Create a workbook with the specified name.
Workbook(String, String) - 类 的构造器org.ttzero.excel.entity.Workbook
Create a workbook with the specified name and author.
WORKBOOK - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
write(Path, String) - 类 中的方法org.ttzero.excel.manager.RelManager
 
write(long) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
Write long value
write(float) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
Write single-precision floating-point value
write(double) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
Write double-precision floating-point value
writeAfter(int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write at after worksheet body
writeBefore() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write worksheet header data
writeBool(boolean, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write boolean value
writeChar(char, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write char value
writeDecimal(BigDecimal, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write decimal value
writeDecimalAutoSize(BigDecimal, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write decimal value and cache the max value
writeDeclaration() - 类 中的方法org.ttzero.excel.util.ExtXMLWriter
This will write the declaration to the given Writer.
writeDouble(double, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write double value
writeDoubleAutoSize(double, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write double value and cache the max value
writeEmptySheet(Path) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
Write a empty worksheet
writeHeaderRow() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write the header row
writeInt(int) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
Write integer value
writeNull(int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write blank value
writeNumeric(long, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write numeric value
writeNumericAutoSize(long, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write numeric value and cache the max value
writeProperties(Element, Border.SubBorder) - 类 中的方法org.ttzero.excel.entity.style.Border
 
writeRow(Row) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write a row data
writeRowAutoSize(Row) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write a row data
writeString(String, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write string value
writeStringAutoSize(String, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write string value and cache the max string length
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.e7.ContentType
 
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
Write the workbook file to ${path}
writeTo(OutputStream) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
writeTo(File) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
writeTo(Path, Supplier<RowBlock>) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write a row block
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write a row block
writeTo(OutputStream) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
Write to OutputStream ${os}
writeTo(File) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
Write to file ${file}
writeTo(Path, Supplier<RowBlock>) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
Write a row block
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.SharedStrings
 
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.Sheet
Write worksheet data to path
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.StatementSheet
write worksheet data to path
writeTo(Path) - 接口 中的方法org.ttzero.excel.entity.Storageable
Write to disk
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.style.Styles
Write style to disk
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.Workbook
Export the workbook to the specified folder If the path is a folder, save the workbook to that folder, if there has duplicate file name, add '(n)' after the output file name to avoid overwriting the original file.
writeTo(OutputStream) - 类 中的方法org.ttzero.excel.entity.Workbook
Export the workbook to the specified OutputStream.
writeTo(File) - 类 中的方法org.ttzero.excel.entity.Workbook
Export the workbook to the specified folder
writeToDisk(Document, Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Write the Document to a specify Path with xml format
writeToDiskNoFormat(Document, Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Write the Document to a specify Path

X

xf - 类 中的变量org.ttzero.excel.reader.Cell
 
XML - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
XML - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
Xml
XML_DECLARATION - 接口 中的静态变量org.ttzero.excel.manager.Const
Xml declaration
XMLWorkbookWriter - org.ttzero.excel.entity.e7中的类
Create by guanquan.wang at 2019-04-22 15:47
XMLWorkbookWriter() - 类 的构造器org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
XMLWorkbookWriter(Workbook) - 类 的构造器org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
XMLWorksheetWriter - org.ttzero.excel.entity.e7中的类
Create by guanquan.wang at 2019-04-22 16:31
XMLWorksheetWriter(Sheet) - 类 的构造器org.ttzero.excel.entity.e7.XMLWorksheetWriter
 

Z

zip(Path, Path...) - 类 中的静态方法org.ttzero.excel.util.ZipUtil
zip files exclude root path command: zip destPath srcPath1 srcPath2 ...
zipExcludeRoot(Path, Path...) - 类 中的静态方法org.ttzero.excel.util.ZipUtil
zip files exclude root path command: zip destPath srcPath1 srcPath2 ...
zipPath - 类 中的变量org.ttzero.excel.entity.AbstractTemplate
 
ZipUtil - org.ttzero.excel.util中的类
zip util Created by guanquan.wang on 2017/10/13.
A B C D E F G H I J K L M N O P R S T U V W X Z 
跳过导航链接

Copyright © 2019. All rights reserved.