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

A

a - 类 中的变量org.ttzero.excel.entity.style.HlsColor
Alpha
accessibleObjectMap - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
option为1/4时,缓存对象的Field和Method方便后续取值
add(ContentType.Type) - 类 中的方法org.ttzero.excel.entity.e7.ContentType
 
add(Relationship) - 类 中的方法org.ttzero.excel.manager.RelManager
 
addBorder(Border) - 类 中的方法org.ttzero.excel.entity.style.Styles
添加“边框” 返回样式值中“边框”部分的2进制值,拿到这个值后可以与其它部分值进行“或”运算以组成最终的样式值
addComment(String, String, String) - 类 中的方法org.ttzero.excel.entity.Comments
添加评论到指定的单元格位置
addComment(String, Comment) - 类 中的方法org.ttzero.excel.entity.Comments
添加评论到指定的单元格位置
addComment(int, int, String) - 类 中的方法org.ttzero.excel.entity.Comments
在指定行列添加批注
addComment(int, int, String, String) - 类 中的方法org.ttzero.excel.entity.Comments
在指定单元格添加批注
addComment(int, int, Comment) - 类 中的方法org.ttzero.excel.entity.Comments
在指定单元格添加批注
addContentType(ContentType.Type) - 类 中的方法org.ttzero.excel.entity.Workbook
添加资源类型,导出图片时按照图片格式添加不同的资源类型,一般情况下开发者不需要关心
addContentTypeRel(Relationship) - 类 中的方法org.ttzero.excel.entity.Workbook
添加ContentType关系,一般情况下开发者不需要关心
addDateFmtCache(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
Append a date format back into cache
addFill(Fill) - 类 中的方法org.ttzero.excel.entity.style.Styles
添加“填充” 返回样式值中“填充”部分的2进制值,拿到这个值后可以与其它部分值进行“或”运算以组成最终的样式值
addFont(Font) - 类 中的方法org.ttzero.excel.entity.style.Styles
添加“字体” 返回样式值中“字体”部分的2进制值,拿到这个值后可以与其它部分值进行“或”运算以组成最终的样式值
addHeaderColumnReadOption(int) - 接口 中的方法org.ttzero.excel.reader.Sheet
添加表头读取属性
addNumFmt(NumFmt) - 类 中的方法org.ttzero.excel.entity.style.Styles
添加“格式化”,对格式化串去重处理 返回样式值中“格式化”部分的2进制值,拿到这个值后可以与其它部分值进行“或”运算以组成最终的样式值
addRel(Relationship) - 类 中的方法org.ttzero.excel.entity.e7.ContentType
 
addRel(Relationship) - 类 中的方法org.ttzero.excel.entity.Sheet
添加关联,当工作表需要引入其它资源时必须将其添加进关联关系中,关联关系由RelManager管理。
addSheet(Sheet) - 类 中的方法org.ttzero.excel.entity.Workbook
添加一个工作表Sheet,新添加的工作表总是排在队列最后, 可以使用Workbook.insertSheet(int, org.ttzero.excel.entity.Sheet)插入到指定位置
addSubColumn(Column) - 类 中的方法org.ttzero.excel.entity.Column
在尾部添加表头
afr - 类 中的变量org.ttzero.excel.entity.TemplateSheet
占位符位置标记 pf: 当前占位符的行号 pi: 当前占位符在preNodes的下标 afr:auto-filter row
afterParseCell(TemplateSheet.PreCell) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
解析完占位符后调用此方法,可以处理内置函数
afterSheetAccess(Path) - 类 中的方法org.ttzero.excel.entity.Sheet
当输出协议输出完成时调用此方法输出关联
afterSheetData() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Append others customize info
afterSheetDataWriter(int) - 类 中的方法org.ttzero.excel.entity.Sheet
当输出协议写完sheetData时调用
afterSheetDataWriter(int) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
 
all() - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取全部工作表,通过此方法获取的工作表在读取前需要先调用load方法
allowBlank - 类 中的变量org.ttzero.excel.validation.Validation
允许为空
alpha - 类 中的变量org.ttzero.excel.drawing.Fill.SolidFill
Specifies fill transparency (0-100)
alpha - 类 中的变量org.ttzero.excel.drawing.Glow
Specifies shadow transparency (0-100)
alpha - 类 中的变量org.ttzero.excel.drawing.Outline
Specifies line transparency (0-100)
alpha - 类 中的变量org.ttzero.excel.drawing.Reflection
Specifies shadow transparency (0-100)
alpha - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies shadow transparency (0-100)
angle - 类 中的变量org.ttzero.excel.drawing.LightRig
alignment
angle - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies shadow alignment.
ANSI - 类 中的静态变量org.ttzero.excel.entity.style.Charset
0 标准 Windows 字符 (ANSI)
APP - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
APP - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
App - org.ttzero.excel.manager.docProps中的类
App属性,除company属性外其余属性均由Workbook生成, 外部不要随意修改否则将导致不可预期的异常。
App() - 类 的构造器org.ttzero.excel.manager.docProps.App
 
append() - 类 中的方法org.ttzero.excel.entity.ListSheet
加载数据,内部调用ListSheet.more()获取数据并判断是否需要分页,超过工作表行上限则调用ListSheet.paging()分页
AppInfo - org.ttzero.excel.reader中的类
Excel文件基础信息包含作者、日期等信息,在windows操作系统上使用鼠标右键->属性->详细信息查看
ARABIC - 类 中的静态变量org.ttzero.excel.entity.style.Charset
178 阿拉伯语字符集
asCalcSheet() - 接口 中的方法org.ttzero.excel.reader.Sheet
将工作表转为CalcSheet以解析单元格公式
asCalcSheet() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
asFullSheet() - 接口 中的方法org.ttzero.excel.reader.Sheet
将工作表转为FullSheet支持全属性读取
asFullSheet() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
asHeader() - 类 中的方法org.ttzero.excel.reader.Row
将当前行转为表头行
asMergeSheet() - 接口 中的方法org.ttzero.excel.reader.Sheet
将工作表转为MergeSheet,它将复制合并单元格的首坐标值到合并范围内的其它单元格中
asMergeSheet() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
asSheet() - 接口 中的方法org.ttzero.excel.reader.Sheet
将工作表转为普通工作表Sheet,它只专注获取值
asSheet() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
asyncDrawing(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
asyncDrawing(Picture) - 接口 中的方法org.ttzero.excel.entity.IDrawingsWriter
异步添加图片
attachFill(Fill) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
attachFreezePanes(Class<?>) - 类 中的方法org.ttzero.excel.entity.ListSheet
添加“冻结”窗格,默认解析FreezePanes注解,支持自定义注解, 只需包含冻结的行列信息即可
attachGlow(Glow) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
attachOtherColumn(Map<String, Method>, Class<?>) - 类 中的方法org.ttzero.excel.entity.ListSheet
收集可导出的Method并创建Column对象
attachOtherColumn(Class<?>) - 类 中的方法org.ttzero.excel.reader.HeaderRow
Attach some others column
attachOutline(Outline) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
attachReflection(Reflection) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
attachScene3d(Scene3D) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
attachShadow(Shadow, String) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
attachShape3D(Shape3D) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
attachSoftEdges(double) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
author - 类 中的变量org.ttzero.excel.entity.Comments
 
AUTO_FILTER - 接口 中的静态变量org.ttzero.excel.manager.Const.ExtendPropertyKey
AutoFilter(3-position)
autoSize() - 类 中的方法org.ttzero.excel.entity.Column
标记“自适应”列宽,导出时根据单元格内容动态计算列宽
autoSize - 类 中的变量org.ttzero.excel.entity.Sheet
自适应列宽标记,优先级从小到大为 0: 未设置 1: 自适应列宽 2: 固定宽度
autoSize() - 类 中的方法org.ttzero.excel.entity.Sheet
标记当前工作表自适应列宽,此优先级低于使用Column.setWidth(double)指定列宽

B

background - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
是否为背景图片,水印图片
BALTIC - 类 中的静态变量org.ttzero.excel.entity.style.Charset
186 印欧语系中的)波罗的语族
beforeSheetData(boolean) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Begin to write the Sheet data and the header row.
between(Date, Date) - 类 中的方法org.ttzero.excel.validation.DateValidation
 
between(String, String) - 类 中的方法org.ttzero.excel.validation.DateValidation
 
between(Date, Date) - 类 中的方法org.ttzero.excel.validation.TimeValidation
 
between(Time, Time) - 类 中的方法org.ttzero.excel.validation.TimeValidation
 
between(String, String) - 类 中的方法org.ttzero.excel.validation.TimeValidation
 
between(V1, V2) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
 
Bevel - org.ttzero.excel.drawing中的类
此元素定义与应用于表中单元格的3D效果关联的棱台的属性。
Bevel() - 类 的构造器org.ttzero.excel.drawing.Bevel
 
bevelBottom - 类 中的变量org.ttzero.excel.drawing.Shape3D
Both bevel elements are empty elements with three attributes which define the characteristics of the bevel.
bevelTop - 类 中的变量org.ttzero.excel.drawing.Shape3D
Both bevel elements are empty elements with three attributes which define the characteristics of the bevel.
BINARY - 类 中的静态变量org.ttzero.excel.reader.Cell
 
binary - 类 中的变量org.ttzero.excel.reader.Cell
Binary file (picture only)
bind(Class<?>) - 接口 中的方法org.ttzero.excel.reader.Sheet
绑定数据类型,后续可以通过Row.get()方法直接将行数据转为指定的对象
bind(Class<?>, int) - 接口 中的方法org.ttzero.excel.reader.Sheet
绑定数据类型并指定表头行号,后续可以通过Row.get()方法直接将行数据转为指定的对象
bind(Class<?>, int, int) - 接口 中的方法org.ttzero.excel.reader.Sheet
绑定数据类型并指定表头行号,后续可以通过Row.get()方法直接将行数据转为指定的对象
bind(Class<?>, Row) - 接口 中的方法org.ttzero.excel.reader.Sheet
绑定数据类型并指定表头,后续可以通过Row.get()方法直接将行数据转为指定的对象
bind(Class<?>) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Set the binding type
bind(Class<?>, Row) - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
bits - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
Mark complete status 0: free or complete 1: wait
BLANK - 类 中的静态变量org.ttzero.excel.reader.Cell
 
blank() - 类 中的方法org.ttzero.excel.reader.Cell
 
blur - 类 中的变量org.ttzero.excel.drawing.Reflection
Specifies the radius of the blur (0-100)
blur - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies the radius of the blur (0-100)
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
 
boolVal - 类 中的变量org.ttzero.excel.reader.Cell
Boolean value
border - 类 中的变量org.ttzero.excel.entity.Column
单元格边框
Border - org.ttzero.excel.entity.style中的类
边框,在样式中位于第6-12位,边框包含方向、样式和颜色。
Border() - 类 的构造器org.ttzero.excel.entity.style.Border
创建一个无边框的边框样式
Border(BorderStyle, Color) - 类 的构造器org.ttzero.excel.entity.style.Border
实例化上-下-左-右四个方位的边框样式
Border.SubBorder - org.ttzero.excel.entity.style中的类
 
BorderStyle - org.ttzero.excel.entity.style中的枚举
Border style
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(T, int, Styles) - 接口 中的方法org.ttzero.excel.processor.StyleProcessor
动态样式处理,修改样式请使用Styles.modifyXX方法 StyleProcessor sp = (o, style, sst) // 库存小于100时高亮显示 - 填充黄色 -> o < 100 ?
build(Object, int, Styles) - 类 中的方法org.ttzero.excel.processor.StyleProcessor.None
 
buildHeaderComment(AccessibleObject, AccessibleObject, Column) - 类 中的方法org.ttzero.excel.entity.ListSheet
构建“批注”,默认解析HeaderComment注解,支持自定义注解 优选从方法上获取注解,如果没有则从field中获取
buildHeaderStyle(AccessibleObject, AccessibleObject, Column) - 类 中的方法org.ttzero.excel.entity.ListSheet
构建样式,默认解析HeaderStyle注解 优选从方法上获取注解,如果没有则从field中获取
buildHeadStyle(String, String) - 类 中的方法org.ttzero.excel.entity.Sheet
使用默认样式并修改文字颜色和充填色创建统一表头样式
BuildInColor - org.ttzero.excel.entity.style中的类
OpenXML build in color
BuildInColor(int) - 类 的构造器org.ttzero.excel.entity.style.BuildInColor
 
BuiltInNumFmt - org.ttzero.excel.entity.style中的类
Load the Built-In Number Format
BuiltInNumFmt() - 类 的构造器org.ttzero.excel.entity.style.BuiltInNumFmt
 
bw - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
bw - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
BYTE_BUFFER - 类 中的静态变量org.ttzero.excel.reader.Cell
 
byteBuffer - 类 中的变量org.ttzero.excel.reader.Cell
Binary file (picture only)

C

C() - 类 的构造器org.ttzero.excel.entity.Comments.C
 
Cache<K,V> - org.ttzero.excel.reader中的接口
 
Cache.Entry<K,V> - org.ttzero.excel.reader中的接口
A map entry (key-value pair)
calcNumWidth(double, Font) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
粗略计算单元格长度,优先从缓存中获取预处理结果,缓存key由字号+字体名组成这样就保存能计算出相近的宽度, 未命中缓存则从先预处理再丢入缓存以便下次使用
CalcSheet - org.ttzero.excel.reader中的接口
支持解析公式的工作表,可以通过Sheet.asCalcSheet()将普通工作表转为CalcSheet
calculateColor(Color, String) - 类 中的静态方法org.ttzero.excel.entity.style.HlsColor
Convert RGB to HSL and then adjust the luminance part
calculateFinalLumValue(Double, float) - 类 中的静态方法org.ttzero.excel.entity.style.HlsColor
If tint is supplied, then it is applied to the value of the color to determine the final color applied.
calculateRealColIndex() - 类 中的方法org.ttzero.excel.entity.Sheet
计算列的实际下标,Excel下标从1开始,计算后的值将重置Column.realColIndex属性, 该属性将最终输出到Excel文件col属性中
calloc(int) - 类 中的方法org.ttzero.excel.entity.Row
分配指定大小的连续单元格并初始化
CAMEL_CASE - 类 中的静态变量org.ttzero.excel.reader.HeaderRow
Camel Case (CAMEL_CASE to camelCase)
Camera - org.ttzero.excel.drawing中的类
 
Camera() - 类 的构造器org.ttzero.excel.drawing.Camera
 
camera - 类 中的变量org.ttzero.excel.drawing.Scene3D
The placement and properties of the camera in the 3D scene modify the view of the scene
cancelForceExport() - 类 中的方法org.ttzero.excel.entity.ListSheet
取消强制导出,可以取消在工作表Workbook上设置的全局强制导出标记
cancelZebraLine() - 类 中的方法org.ttzero.excel.entity.Sheet
取消斑马线,如果在工作薄Workbook设置了全局斑马线可使用此方法取消当前工作表Worksheet的斑马线
cancelZebraLine() - 类 中的方法org.ttzero.excel.entity.Workbook
取消斑马线
canWrite() - 类 中的方法org.ttzero.excel.entity.WaterMark
测试水印图片是否可输出
cap - 类 中的变量org.ttzero.excel.drawing.Outline
 
capacity() - 类 中的方法org.ttzero.excel.entity.RowBlock
获取容器大小
cb - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
共享空间
cb - 类 中的变量org.ttzero.excel.reader.XMLRow
 
cb - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
Cell - org.ttzero.excel.reader中的类
单元格,读取或写入时最小处理单元,它与上层的数据源无关
Cell() - 类 的构造器org.ttzero.excel.reader.Cell
 
Cell(short) - 类 的构造器org.ttzero.excel.reader.Cell
 
Cell(int) - 类 的构造器org.ttzero.excel.reader.Cell
 
cellComment - 类 中的变量org.ttzero.excel.entity.Column
表头批注
cells - 类 中的变量org.ttzero.excel.entity.Row
 
cells - 类 中的变量org.ttzero.excel.reader.Row
 
cellStyle - 类 中的变量org.ttzero.excel.entity.Column
表格体的样式值
cellStyleIndex - 类 中的变量org.ttzero.excel.entity.Column
表格体的样式索引, -1表示未设置
CellType - org.ttzero.excel.reader中的枚举
单元格数据类型
cellValueAndStyle - 类 中的变量org.ttzero.excel.entity.Sheet
转换器,将外部数据转换为Worksheet输出协议需要的数据类型并设置单元格样式
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.csv.CSVWorkbookWriter
 
charset - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
charset - 类 中的变量org.ttzero.excel.entity.CSVSheet
指定读取CSV使用的字符集
Charset - org.ttzero.excel.entity.style中的类
字符集
Charset() - 类 的构造器org.ttzero.excel.entity.style.Charset
 
CHARTS - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
CHARTS - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
charVal - 类 中的变量org.ttzero.excel.reader.Cell
Char value
check(String, Object) - 类 中的静态方法org.ttzero.excel.manager.docProps.CustomProperties
检查属性的合法性
check(String, String) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
checkAndInitWriter() - 类 中的方法org.ttzero.excel.entity.Workbook
检查并创建工作薄协议IWorkbookWriter
checkCapacityAndGrow() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Check remaining data and grow if shortage
checkCapacityAndGrow() - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
Check remaining data and grow if shortage
checkColumnLimit() - 类 中的方法org.ttzero.excel.entity.CSVSheet
 
checkColumnLimit() - 类 中的方法org.ttzero.excel.entity.Sheet
Check the limit of columns
checkComplete() - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
checkContentType() - 类 中的方法org.ttzero.excel.reader.ExcelReader
解析Content_Types并进行安全检查,必要安全检查不通过将抛ExcelReadException异常, 必要检查项配置在ExcelReader.MUST_CHECK_PART中,外部可以视情况进行添加/移除
checkRange(int, int) - 类 中的方法org.ttzero.excel.reader.Dimension
检查指定坐标是否在本范围中
CHINESEBIG5 - 类 中的静态变量org.ttzero.excel.entity.style.Charset
136 繁体中文字符集
clazz - 类 中的变量org.ttzero.excel.entity.Column
Excel列值的类型,不特殊指定时该类型与Java对象类型一致,它影响最终输出到Excel单元格值的类型和对齐方式 默认情况下文本类型左对齐,数字右对齐,日期居中,表头单元格全部居中
clazz - 类 中的变量org.ttzero.excel.reader.HeaderRow
 
clear() - 类 中的方法org.ttzero.excel.entity.Row
清除附加属性
clear() - 类 中的方法org.ttzero.excel.entity.RowBlock
游标复原
clear() - 接口 中的方法org.ttzero.excel.reader.Cache
Removes all the mappings from this cache (optional operation).
clear() - 类 中的方法org.ttzero.excel.reader.Cell
 
clear() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Removes all 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
清除样式中的“垂直对齐”
clearWrapText(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
清除样式中的“自动折行”
clone() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
clone() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
clone() - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
复制工作表输出协议
clone() - 类 中的方法org.ttzero.excel.entity.Relationship
 
clone() - 类 中的方法org.ttzero.excel.entity.Sheet
深拷贝当前工作表,分页时使用
clone() - 类 中的方法org.ttzero.excel.entity.style.Border
 
clone() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
clone() - 类 中的方法org.ttzero.excel.entity.style.Font
 
clone() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
close() - 类 中的方法org.ttzero.excel.entity.Comments
 
close() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
close() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
close() - 类 中的方法org.ttzero.excel.entity.CSVSheet
清理临时文件
close() - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
close() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
close() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Release resources
close() - 类 中的方法org.ttzero.excel.entity.ListSheet
Release resources
close() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
关闭数据源并关闭ResultSet
close() - 类 中的方法org.ttzero.excel.entity.SharedStrings
 
close() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Close channel and delete temp files
close() - 类 中的方法org.ttzero.excel.entity.Sheet
回闭连接,回收资源,删除临时文件等
close() - 类 中的方法org.ttzero.excel.entity.StatementSheet
关闭数据源并关闭Statement and ResultSet
close() - 类 中的方法org.ttzero.excel.entity.TemplateSheet
 
close() - 类 中的方法org.ttzero.excel.reader.ExcelReader
关闭流并删除临时文件
close() - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
 
close() - 类 中的方法org.ttzero.excel.reader.SharedStrings
close stream and free space
close() - 类 中的方法org.ttzero.excel.reader.XMLSheet
close reader
close() - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
 
close() - 类 中的方法org.ttzero.excel.util.CSVUtil.RowsIterator
 
close() - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
 
close(Closeable) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Close the Closeable stream
ClrScheme() - 类 的构造器org.ttzero.excel.entity.style.Theme.ClrScheme
 
ClrScheme(String, Color) - 类 的构造器org.ttzero.excel.entity.style.Theme.ClrScheme
 
cmpd - 类 中的变量org.ttzero.excel.drawing.Outline
 
code - 类 中的变量org.ttzero.excel.entity.style.NumFmt
 
codeWidthCache - 类 中的变量org.ttzero.excel.entity.style.NumFmt
缓存code的宽度 key: 字号+字体 value: 预计算的结果
col - 类 中的变量org.ttzero.excel.entity.Panes
Panes col
col(int) - 类 中的静态方法org.ttzero.excel.entity.Panes
 
col - 类 中的变量org.ttzero.excel.entity.Picture
Axis (one base)
col - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
单元格行列值,行从1开始 列从0开始
Col - org.ttzero.excel.reader中的类
列属性
Col() - 类 的构造器org.ttzero.excel.reader.Col
 
Col(int, int, double) - 类 的构造器org.ttzero.excel.reader.Col
 
Col(int, int, double, boolean) - 类 的构造器org.ttzero.excel.reader.Col
 
col - 异常错误 中的变量org.ttzero.excel.reader.TypeCastException
列号,从1开始,可通过TypeCastException.toColumnLetter()转为字母
colIndex - 类 中的变量org.ttzero.excel.entity.Column
列索引,从0开始的数字,0对应Excel的'A'列以此类推,-1表示未设置
collectHeaderColumns() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
收集表头信息,如果有共享字符串标记则初始化SharedStringsTable
color - 类 中的变量org.ttzero.excel.drawing.Fill.SolidFill
Specifies fill color
color - 类 中的变量org.ttzero.excel.drawing.Glow
Specifies shadow color
color - 类 中的变量org.ttzero.excel.drawing.Outline
 
color - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies shadow color
color - 类 中的变量org.ttzero.excel.entity.style.Border.SubBorder
 
color - 类 中的变量org.ttzero.excel.entity.style.Theme.ClrScheme
 
ColorIndex - org.ttzero.excel.entity.style中的类
The Build-In Color ColorIndex
ColorIndex() - 类 的构造器org.ttzero.excel.entity.style.ColorIndex
 
Column - org.ttzero.excel.entity中的类
Excel列,Column用于收集列属性将Java实体与Excel列进行映射, 多个Column组成Excel表头行,当前最大支持1024层表头
Column() - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, Class<?>) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, String) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, String, Class<?>) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, Class<?>, ConversionProcessor) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, String, ConversionProcessor) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, Class<?>, boolean) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, String, boolean) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, Class<?>, ConversionProcessor, boolean) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, String, Class<?>, ConversionProcessor) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, String, ConversionProcessor, boolean) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, Class<?>, int) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, String, int) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, Class<?>, int, boolean) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(String, String, int, boolean) - 类 的构造器org.ttzero.excel.entity.Column
实例化列信息
Column(Column) - 类 的构造器org.ttzero.excel.entity.Column
通过已有列实例化列信息
COLUMN_WIDTH - 接口 中的静态变量org.ttzero.excel.manager.Const.Limit
Column width
columns - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
columns - 类 中的变量org.ttzero.excel.entity.Sheet
表头
columns - 类 中的变量org.ttzero.excel.reader.HeaderRow
 
columnTypeToClass(int) - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
将SQL类型Types转换为Java类型
columnWidths - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
Comment - org.ttzero.excel.entity中的类
批注,包含标题和内容且两者且少有一个不为空
Comment() - 类 的构造器org.ttzero.excel.entity.Comment
 
Comment(String) - 类 的构造器org.ttzero.excel.entity.Comment
 
Comment(String, String) - 类 的构造器org.ttzero.excel.entity.Comment
 
Comment(String, Double, Double) - 类 的构造器org.ttzero.excel.entity.Comment
 
Comment(String, String, Double, Double) - 类 的构造器org.ttzero.excel.entity.Comment
 
commentList - 类 中的变量org.ttzero.excel.entity.Comments
Comments Cache
Comments - org.ttzero.excel.entity中的类
批注的简单实现
Comments(int) - 类 的构造器org.ttzero.excel.entity.Comments
 
Comments(int, String) - 类 的构造器org.ttzero.excel.entity.Comments
 
comments - 类 中的变量org.ttzero.excel.entity.Sheet
表头批注
COMMENTS - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
COMMENTS - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
Comments.C - org.ttzero.excel.entity中的类
 
Comments.Pr - org.ttzero.excel.entity中的类
 
Comments.R - org.ttzero.excel.entity中的类
 
commit() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Commit current index file writer
commit() - 类 中的方法org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
提交后才将移动到下一行,否则一直停留在当前行
CommitRowSetIterator(RowSetIterator) - 类 的构造器org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
 
compareTo(NumFmt) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
complete(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
complete(Picture) - 接口 中的方法org.ttzero.excel.entity.IDrawingsWriter
通知图片已准备好,与IDrawingsWriter.asyncDrawing(org.ttzero.excel.entity.Picture)搭配使用
Const - org.ttzero.excel.manager中的接口
The Const class
Const.ContentType - org.ttzero.excel.manager中的接口
Content-type
Const.ExtendPropertyKey - org.ttzero.excel.manager中的接口
The extends properties key
Const.Limit - org.ttzero.excel.manager中的接口
Excel Limit
Const.Relationship - org.ttzero.excel.manager中的接口
Relation
Const.Suffix - org.ttzero.excel.manager中的接口
The file suffix
consumerNamespaces - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
 
ContentType - org.ttzero.excel.entity.e7中的类
 
ContentType() - 类 的构造器org.ttzero.excel.entity.e7.ContentType
 
contentType - 类 中的变量org.ttzero.excel.entity.e7.ContentType.Type
 
contentType - 类 中的变量org.ttzero.excel.util.FileSignatures.Signature
 
ContentType.Default - org.ttzero.excel.entity.e7中的类
 
ContentType.Override - org.ttzero.excel.entity.e7中的类
 
ContentType.Type - org.ttzero.excel.entity.e7中的类
 
contourColor - 类 中的变量org.ttzero.excel.drawing.Shape3D
A contour is a solid filled line that surrounds the outer edge of the shape.
contourWidth - 类 中的变量org.ttzero.excel.drawing.Shape3D
 
conversion(Row, Cell, Object, Column) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
动态转换单元格的值
conversion(Object) - 接口 中的方法org.ttzero.excel.processor.ConversionProcessor
输出转换器,导出Excel时将数据转换后输出
conversion(Object) - 类 中的方法org.ttzero.excel.processor.Converter.None
 
ConversionProcessor - org.ttzero.excel.processor中的接口
输出转换器,将Java数据类型转为Excel输出类型,通常用于将状态值、枚举值转换为文本 new Workbook() .addSheet(new ListSheet<>( new Column("审核单号", "billNo"), new Column("审核状态", "status", n -> AuditStatus.byVal((int)n).desc()) )) .writeTo(Paths.get("/tmp/"));
converter - 类 中的变量org.ttzero.excel.entity.Column
数据转换器,与ConversionProcessor不同的是这是一个双向转换器, 同时Converter继承ConversionProcessor接口,当processorconverter同时存在时前者具有更高的优先级
Converter<T> - org.ttzero.excel.processor中的接口
转换器,包含ConversionProcessor.conversion(java.lang.Object)Converter.reversion(org.ttzero.excel.reader.Row, org.ttzero.excel.reader.Cell, java.lang.Class<?>)方法,前者用于输出时将Java数据转为Excel数据, 后者正好相反输入时将Excel数据转为Java数据
Converter.None - org.ttzero.excel.processor中的类
无类型转换,默认
coordinateToLong(String) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
将单元格坐标转为long类型,Excel单元格坐标由列+行组成如A1, B2等, 转为long类型后第0-16位为列号17-48位为行号 单元格坐标 | 转换后long值 ------------+------------ A1 | 65537 AA10 | 655387
copyCells() - 类 中的方法org.ttzero.excel.reader.Row
Returns deep clone cells
copyCells(int) - 类 中的方法org.ttzero.excel.reader.Row
Returns deep clone cells
copyCount - 类 中的变量org.ttzero.excel.entity.Sheet
记录自动分页的“复制”工作表数量
copyFolder(String, String, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a directory to a new path
copyOnMerged() - 接口 中的方法org.ttzero.excel.reader.FullSheet
复制合并单元格的值
copySheet - 类 中的变量org.ttzero.excel.entity.Sheet
标记是否为自动分页的“复制”工作表
CORE - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
CORE - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
Core - org.ttzero.excel.manager.docProps中的类
文档属性,指定主题,作者和关键词等信息,可以通过鼠标右建->详细属性查看这些内容
Core() - 类 的构造器org.ttzero.excel.manager.docProps.Core
 
countDown - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
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(InputStream, OutputStream) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Reads all bytes from an input stream and writes them to an output stream.
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() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Create a general style
create() - 类 中的静态方法org.ttzero.excel.reader.FixSizeLRUCache
 
create(int) - 类 中的静态方法org.ttzero.excel.reader.FixSizeLRUCache
 
create(List<Dimension>) - 类 中的静态方法org.ttzero.excel.reader.GridFactory
 
createColumn(Map.Entry<String, T>) - 类 中的方法org.ttzero.excel.entity.ListMapSheet
Map.Entry提取信息创建表头,除忽略null作为key以外的其它所有key均默认导出
createColumn(AccessibleObject) - 类 中的方法org.ttzero.excel.entity.ListSheet
创建列信息,默认解析@Comment注解,支持自定义注解
createColumn(AccessibleObject) - 类 中的方法org.ttzero.excel.reader.HeaderRow
Create column from ExcelColumn annotation Override the method to extend custom comments
createColumnByAnnotation(ExcelColumn) - 类 中的方法org.ttzero.excel.entity.ListSheet
解析@ExcelColumn注解并创建表头
createColumnByAnnotation(Annotation) - 类 中的方法org.ttzero.excel.reader.HeaderRow
Create column by ExcelColumn annotation
createComments() - 类 中的方法org.ttzero.excel.entity.Sheet
创建批注对象,一般由各工作表输出协议创建,外部用户勿用
createDocument() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
createDrawingsWriter() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Create drawing writer and add relationship
createHeader(char[], int, int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
createPicture(int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Picture constructor You can use this method to add general effects
createRow() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
createTemp() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
createTemp() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
CSV - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
CSV
CSVCellValueAndStyle - org.ttzero.excel.entity.csv中的类
 
CSVCellValueAndStyle() - 类 的构造器org.ttzero.excel.entity.csv.CSVCellValueAndStyle
 
CSVSheet - org.ttzero.excel.entity中的类
CSVSheet的数据源为csv文件,可用于将csv文件转为Excel工作表, 通过CSVUtil提供的迭代器使得CSVSheetListSheet工作表具有 相似的切片属性,输出协议调用nextBlock获取分片数据时CSVSheet从CSVIterator 中逐行读取数据并输出以此控制整个过程对内存的消耗 默认情况下CSV文件第一行数据将做为Excel表头,如果要忽略这个设定则需要调用Sheet.ignoreHeader()方法忽略表头, 忽略表头后第一行数据将被视为普通数据导了,也就是说无论是否忽略表头CSV的数据都将被完全复制到Excel文件中, 只是默认第一行将添加表头样式
CSVSheet() - 类 的构造器org.ttzero.excel.entity.CSVSheet
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
CSVSheet(Path) - 类 的构造器org.ttzero.excel.entity.CSVSheet
实例化工作表并指定csv文件路径
CSVSheet(String, Path) - 类 的构造器org.ttzero.excel.entity.CSVSheet
实例化工作表并指定工作表名和csv文件路径
CSVSheet(InputStream) - 类 的构造器org.ttzero.excel.entity.CSVSheet
实例化工作表并指定csv文件字节流
CSVSheet(String, InputStream) - 类 的构造器org.ttzero.excel.entity.CSVSheet
实例化工作表并指定工作表名和csv文件字节流
CSVSheet(Reader) - 类 的构造器org.ttzero.excel.entity.CSVSheet
实例化工作表并指定csv文件字符流
CSVSheet(String, Reader) - 类 的构造器org.ttzero.excel.entity.CSVSheet
实例化工作表并指定工作表名和csv文件字符流
CSVUtil - org.ttzero.excel.util中的类
Comma-Separated Values RFC 4180 standard Reliance on the standard documented by RFC 4180 can simplify CSV exchange.
CSVUtil.Reader - org.ttzero.excel.util中的类
A CSV format file reader.
CSVUtil.RowsIterator - org.ttzero.excel.util中的类
Rows iterator
CSVUtil.SharedRowsIterator - org.ttzero.excel.util中的类
Shared Row iterator
CSVUtil.Writer - org.ttzero.excel.util中的类
A CSV format file writer.
CSVWorkbookWriter - org.ttzero.excel.entity.csv中的类
Write data as Comma-Separated Values format
CSVWorkbookWriter() - 类 的构造器org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
CSVWorkbookWriter(Workbook) - 类 的构造器org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
CSVWorkbookWriter(Workbook, boolean) - 类 的构造器org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
CSVWorksheetWriter - org.ttzero.excel.entity.csv中的类
 
CSVWorksheetWriter() - 类 的构造器org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
CSVWorksheetWriter(Sheet) - 类 的构造器org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
CSVWorksheetWriter(Sheet, boolean) - 类 的构造器org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
current - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
 
cursor - 类 中的变量org.ttzero.excel.reader.XMLRow
 
CUSTOM - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
CUSTOM - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
CustomProperties - org.ttzero.excel.manager.docProps中的类
自定义属性 注意:只支持"文本""数字""日期"以及"布尔值",其它数据类型将使用toString强转换为文本
CustomProperties() - 类 的构造器org.ttzero.excel.manager.docProps.CustomProperties
 

D

dash - 类 中的变量org.ttzero.excel.drawing.Outline
 
data - 类 中的变量org.ttzero.excel.entity.ListSheet
临时存放数据
DATA_VALIDATION - 接口 中的静态变量org.ttzero.excel.manager.Const.ExtendPropertyKey
DataValidation(4-position)
dataIterator() - 接口 中的方法org.ttzero.excel.reader.Sheet
构建一个行迭代器(不包含空行),注意返回的Row对象是内存共享的所以不能直接收集, 收集数据前需要使用Row.to(java.lang.Class<T>)方法转为对象或者使用Row.toMap()方法转为Map再收集。
dataIterator() - 类 中的方法org.ttzero.excel.reader.XMLSheet
Iterating over data rows without header information and blank lines
dataRows() - 接口 中的方法org.ttzero.excel.reader.Sheet
返回一个非空行流,它与Sheet.dataIterator()具有相同的功能
dataSize() - 类 中的方法org.ttzero.excel.entity.ListSheet
获取当前数组中有多少数据,数组中的数据是动态变化的,所以这是一个瞬时值
dataSupplier - 类 中的变量org.ttzero.excel.entity.ListSheet
数据产生者,简化分片查询
DATE - 类 中的静态变量org.ttzero.excel.reader.Cell
 
DATE_FORMAT - 类 中的静态变量org.ttzero.excel.entity.style.NumFmt
Format as yyyy-mm-dd hh:mm:ss
dateFormat - 类 中的静态变量org.ttzero.excel.util.DateUtil
通用日期格式化 yyyy-MM-dd
DATETIME - 类 中的静态变量org.ttzero.excel.reader.Cell
 
DATETIME_FORMAT - 类 中的静态变量org.ttzero.excel.entity.style.NumFmt
Format as yyyy-mm-dd hh:mm:ss
datetimeCell(Cell) - 类 中的方法org.ttzero.excel.entity.SimpleSheet
日期类型添加默认format
dateTimeFormat - 类 中的静态变量org.ttzero.excel.util.DateUtil
通用日期格式化 yyyy-MM-dd HH:mm:ss
DateUtil - org.ttzero.excel.util中的类
Excel07日期工具类,Excel07日期从1900年1月1日开始对应数字1,每增加一天数字加1所以2表示1900-1-2日, 小数部分表示时分秒在1天中的比例,例中午12点它在1天中比例为0.5所以1.5就表示1900-1-1 12:00:00
DateValidation - org.ttzero.excel.validation中的类
日期验证,限定起始和结束时间范围
DateValidation() - 类 的构造器org.ttzero.excel.validation.DateValidation
 
DAYS_1900_TO_1970 - 类 中的静态变量org.ttzero.excel.util.DateUtil
Java timestamp从1970年开始,所以这里计算从1900到1970之前相差的天数
DECIMAL - 类 中的静态变量org.ttzero.excel.reader.Cell
 
decimal - 类 中的变量org.ttzero.excel.reader.Cell
Decimal value
deepClone() - 类 中的方法org.ttzero.excel.manager.RelManager
 
Default(String, String) - 类 的构造器org.ttzero.excel.entity.e7.ContentType.Default
 
DEFAULT - 类 中的静态变量org.ttzero.excel.entity.style.Charset
1 默认字符集 不是真正的字符集;它是一个类似于NULL的常量,意思是“显示可用字符集中的字符”
DEFAULT_PR - 类 中的静态变量org.ttzero.excel.entity.Comments
默认字体设置,用于在没有明确指定字体时使用
DEFAULT_TITLE_PR - 类 中的静态变量org.ttzero.excel.entity.Comments
默认标题字体设置,用于在没有明确指定字体时使用
defaultBufferSize - 类 中的变量org.ttzero.excel.entity.SharedStringTable
Buffer size(4K)
defaultCharBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
defaultCharStyle() - 类 中的静态方法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
获取默认的表头样式值
defaultHeadStyleIndex() - 类 中的方法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
 
defaultZebraLine() - 类 中的方法org.ttzero.excel.entity.Sheet
设置默认斑马线,默认填充色HEX值为E9EAEC
defaultZebraLine() - 类 中的方法org.ttzero.excel.entity.Workbook
指定以默认斑马线输出,默认背景颜色为#EFF5EB
delBold() - 类 中的方法org.ttzero.excel.entity.style.Font
删除"加粗"样式 注意:字体是全局共享的所以修改属性前需要先复制字体
delBorder(int) - 类 中的方法org.ttzero.excel.entity.style.Border
删除某个位置的边框
delDoubleUnderline() - 类 中的方法org.ttzero.excel.entity.style.Font
删除"下划线"样式 注意:字体是全局共享的所以修改属性前需要先复制字体
delete() - 类 中的方法org.ttzero.excel.entity.WaterMark
删除临时文件,传入InputStream或文本时会保存到临时文件,所以需要清理资源
delimiter - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
Delimiter char
delimiter - 类 中的变量org.ttzero.excel.entity.CSVSheet
Delimiter char
delItalic() - 类 中的方法org.ttzero.excel.entity.style.Font
删除"斜体"样式 注意:字体是全局共享的所以修改属性前需要先复制字体
delStrikeThru() - 类 中的方法org.ttzero.excel.entity.style.Font
删除“删除线”样式 注意:字体是全局共享的所以修改属性前需要先复制字体
delUnderline() - 类 中的方法org.ttzero.excel.entity.style.Font
删除"下划线"样式 注意:字体是全局共享的所以修改属性前需要先复制字体
dimEle(Element, Namespace) - 类 中的静态方法org.ttzero.excel.reader.XMLDrawings
 
Dimension - org.ttzero.excel.reader中的类
范围,它包含起始到结束行列值,应用于合并单元格时指定单元格范围和指定工作表的有效范围, Excel的列由A-Z大写字母组成,行由1,2,3数字组成,每个坐标都由列+行组成 11列表示为A1以此类推,当列到达Z之后就由两位字母联合组成, Z的下一列表示为AA,同理ZZ列的下一列表示为AAA 范围值包含两个坐标,例A1:B5它表示从1行1列到5行2列的范围,如果起始坐标和结束坐标一样 也就是压缩到一个单元格可以简写为起始坐标A1:A1被记为A1
Dimension(int, short) - 类 的构造器org.ttzero.excel.reader.Dimension
 
Dimension(int, short, int, short) - 类 的构造器org.ttzero.excel.reader.Dimension
 
dimension - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
图片在工作表中的位置,记录图片左上角和右下角的行列坐标
dimension - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
dimension(Dimension) - 类 中的方法org.ttzero.excel.validation.Validation
 
dimensionKey(int, int) - 类 中的静态方法org.ttzero.excel.entity.TemplateSheet
首行首列进行计算后转为缓存的Key
direction - 类 中的变量org.ttzero.excel.drawing.Reflection
Specifies the direction to offset the shadow (0-360)
direction - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies the direction to offset the shadow (0-360)
dist - 类 中的变量org.ttzero.excel.drawing.Glow
Specifies how far to offset the glow (0-150)
dist - 类 中的变量org.ttzero.excel.drawing.Reflection
Specifies how far to offset the shadow (0-100)
dist - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies how far to offset the shadow (0-200)
DISTRIBUTED - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
domToBorder(Element, Color[]) - 类 中的静态方法org.ttzero.excel.entity.style.Border
解析Dom树并转为边框对象
domToBorder(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Border
解析Dom树并转为边框对象
domToCustom(Element) - 类 中的静态方法org.ttzero.excel.manager.docProps.CustomProperties
Dom转Custom对象
domToFill(Element, Color[]) - 类 中的静态方法org.ttzero.excel.entity.style.Fill
解析Dom树并转为填充对象
domToFill(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Fill
解析Dom树并转为填充对象
domToFont(Element, Color[]) - 类 中的静态方法org.ttzero.excel.entity.style.Font
解析字体
domToFont(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Font
解析字体
domToNumFmt(Element) - 类 中的静态方法org.ttzero.excel.entity.style.NumFmt
 
DOUBLE - 类 中的静态变量org.ttzero.excel.reader.Cell
 
DOUBLE_UNDERLINE - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
双下划线
doubleUnderline() - 类 中的方法org.ttzero.excel.entity.style.Font
添加“双下划线”样式 注意:字体是全局共享的所以修改属性前需要先复制字体
doubleVal - 类 中的变量org.ttzero.excel.reader.Cell
Double value contain float
downloadCompleted(Picture, byte[]) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Complete downloading, check the file signatures and set the subscript Picture.idx to idle
downloadRemoteResource(Picture, String) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Download remote resources By default, only HTTP or HTTPS protocols are supported.
downloadRemoteResource(Row, Cell, String, Column, Class<?>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
下载远程资源 注意:默认情况下仅将单元格类型标记为REMOTE_URL并不会去下载资源。
drawing(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
drawing(Picture) - 接口 中的方法org.ttzero.excel.entity.IDrawingsWriter
添加图片
DRAWINGS - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
DRAWINGS - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
Drawings - org.ttzero.excel.reader中的接口
读取Excel图片
drawings - 类 中的变量org.ttzero.excel.reader.ExcelReader
图片管理器
drawings - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
Drawings.Picture - org.ttzero.excel.reader中的类
 
drawingsWriter - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
Picture and Chart Support

E

e - 类 中的变量org.ttzero.excel.reader.XMLRow
 
EE - 类 中的静态变量org.ttzero.excel.entity.style.Charset
238 拉丁语II(中欧)
EEC_PREFIX - 接口 中的静态变量org.ttzero.excel.manager.Const
Prefix of eec project
Effect - org.ttzero.excel.drawing中的类
Picture Effects
Effect() - 类 的构造器org.ttzero.excel.drawing.Effect
 
effect - 枚举 中的变量org.ttzero.excel.drawing.PresetPictureEffect
 
effect - 类 中的变量org.ttzero.excel.entity.Column
图片效果,可以简单使用内置的PresetPictureEffect 28种效果
effect - 类 中的变量org.ttzero.excel.entity.Picture
 
effect - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
Picture effects
EffectProducer - org.ttzero.excel.drawing中的接口
Effects Producer
empty(char[], int, int) - 类 中的方法org.ttzero.excel.reader.XMLRow
 
EMPTY - 类 中的静态变量org.ttzero.excel.util.StringUtil
空字符串
EMPTY_TAG - 类 中的静态变量org.ttzero.excel.reader.Cell
 
EmptySheet - org.ttzero.excel.entity中的类
空工作表,可用于占位,如果指定表头则会输出表头
EmptySheet() - 类 的构造器org.ttzero.excel.entity.EmptySheet
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
EmptySheet(String) - 类 的构造器org.ttzero.excel.entity.EmptySheet
实例化工作表并指定工作表名称
EmptySheet(Column...) - 类 的构造器org.ttzero.excel.entity.EmptySheet
实例化工作表并指定表头信息
EmptySheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.EmptySheet
实例化工作表并指定工作表名称和表头信息
EmptySheet(String, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.EmptySheet
实例化工作表并指定工作表名称,水印和表头信息
emptyTag() - 类 中的方法org.ttzero.excel.reader.Cell
 
end - 类 中的变量org.ttzero.excel.entity.ListSheet
控制读取开始和结束下标
entry - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
EntryColumn() - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, Class<?>) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, String) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, String, Class<?>) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, Class<?>, ConversionProcessor) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, String, ConversionProcessor) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, Class<?>, boolean) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, String, boolean) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, Class<?>, ConversionProcessor, boolean) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, String, Class<?>, ConversionProcessor) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, String, ConversionProcessor, boolean) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, Class<?>, int) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, String, int) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, Class<?>, int, boolean) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(String, String, int, boolean) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
EntryColumn(Column) - 类 的构造器org.ttzero.excel.entity.ListSheet.EntryColumn
 
Enums - org.ttzero.excel.drawing中的接口
 
Enums.Angle - org.ttzero.excel.drawing中的枚举
 
Enums.Cap - org.ttzero.excel.drawing中的枚举
 
Enums.CompoundType - org.ttzero.excel.drawing中的枚举
 
Enums.DashPattern - org.ttzero.excel.drawing中的枚举
 
Enums.JoinType - org.ttzero.excel.drawing中的枚举
 
Enums.Material - org.ttzero.excel.drawing中的枚举
 
Enums.PresetBevel - org.ttzero.excel.drawing中的枚举
 
Enums.PresetCamera - org.ttzero.excel.drawing中的枚举
 
Enums.Rig - org.ttzero.excel.drawing中的枚举
 
Enums.ShapeType - org.ttzero.excel.drawing中的枚举
 
eof - 类 中的变量org.ttzero.excel.entity.ListSheet
结束标记EOF
eof - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
equal(V1) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
 
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.Border.SubBorder
 
equals(Object) - 类 中的方法org.ttzero.excel.entity.style.Fill
 
equals(Object) - 类 中的方法org.ttzero.excel.entity.style.Font
 
equals(Object) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
equals(Object) - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
equals(Object) - 类 中的方法org.ttzero.excel.reader.Dimension
 
escape(char[], int, int) - 类 中的静态方法org.ttzero.excel.reader.SharedStrings
escape
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中的注释类型
指定Excel列属性,用于设置Title、列宽等常用属性 基于数据安全考虑,默认只会导出标有@ExcelColumn注解的属性和方法,使用Workbook.forceExport() 可以绕过此限制强制导出所有字段,但并不建议这么做,Bean对象被其它人添加了敏感字段则会在无预警的情况下被导出导致信息泄露, 本工具不会对此类安全事故负责。
ExcelColumns - org.ttzero.excel.annotation中的注释类型
定义可重复的ExcelColumn注解以支持多行表头,导出时的表头顺序按注解顺序
ExcelReader - org.ttzero.excel.reader中的类
Excel读取工具 ExcelReader提供一组静态的ExcelReader.read(java.nio.file.Path)方法,支持Iterator和Stream+Lambda读取xls和xlsx文件, 你可以像操作集合类一样操作Excel。
ExcelReader() - 类 的构造器org.ttzero.excel.reader.ExcelReader
 
ExcelReader(InputStream) - 类 的构造器org.ttzero.excel.reader.ExcelReader
指定解析模式读取Excel文件
ExcelReader(Path) - 类 的构造器org.ttzero.excel.reader.ExcelReader
以只读"值"的方式读取指定路径的Excel文件
excelReader - 类 中的变量org.ttzero.excel.reader.XMLDrawings
ExcelReader
ExcelReadException - org.ttzero.excel.reader中的异常错误
 
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中的异常错误
Excel导出异常,收集导出所需数据或者参数与预期不符时抛出此异常,通常它不用于写异常,写磁盘异常统一使用IOException, 也就是说ExcelWriteException是在数据收集阶段它抛出的时机要早于IOException
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
 
exists(Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Tests whether a file exists.
ExtBufferedWriter - org.ttzero.excel.util中的类
Single-threaded operation stream, internal multiplexing buffer
ExtBufferedWriter(Writer) - 类 的构造器org.ttzero.excel.util.ExtBufferedWriter
 
ExtBufferedWriter(Writer, int) - 类 的构造器org.ttzero.excel.util.ExtBufferedWriter
 
extension - 类 中的变量org.ttzero.excel.util.FileSignatures.Signature
 
extProp - 类 中的变量org.ttzero.excel.entity.Sheet
扩展属性
extPropMark - 类 中的变量org.ttzero.excel.entity.Sheet
扩展参数的位标志。
extrusionColor - 类 中的变量org.ttzero.excel.drawing.Shape3D
An extrusion is an artificial height applied to the shape.
extrusionHeight - 类 中的变量org.ttzero.excel.drawing.Shape3D
 
ExtXMLWriter - org.ttzero.excel.util中的类
 
ExtXMLWriter(OutputStream) - 类 的构造器org.ttzero.excel.util.ExtXMLWriter
 
ExtXMLWriter(OutputStream, OutputFormat) - 类 的构造器org.ttzero.excel.util.ExtXMLWriter
 

F

f - 类 中的变量org.ttzero.excel.reader.Cell
Has formula
fastTestDateFmt(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
已过时。
Replace with Styles.isDate(int)
fc - 类 中的变量org.ttzero.excel.entity.Row
 
fc - 类 中的变量org.ttzero.excel.reader.Row
 
field - 类 中的变量org.ttzero.excel.entity.ListSheet.EntryColumn
当前列对应的Bean字段
fieldPut(int, Row, Object) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
FILE - 类 中的静态变量org.ttzero.excel.reader.Cell
 
FileSignatures - org.ttzero.excel.util中的类
FILE SIGNATURES
FileSignatures.Signature - org.ttzero.excel.util中的类
 
FileUtil - org.ttzero.excel.util中的类
File operation util.
fill - 类 中的变量org.ttzero.excel.drawing.Effect
 
Fill - org.ttzero.excel.drawing中的类
 
Fill() - 类 的构造器org.ttzero.excel.drawing.Fill
 
fill - 类 中的变量org.ttzero.excel.entity.Column
单元格填充
Fill - org.ttzero.excel.entity.style中的类
填充,在样式中位于第18-24位,目前只支持单色填充
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
 
Fill.SolidFill - org.ttzero.excel.drawing中的类
Solid file
fillValue(Row, Cell, TemplateSheet.PreCell, Column) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
 
filterOthersMethodsCanExport(Map<String, Method>, Class<?>) - 类 中的方法org.ttzero.excel.entity.ListSheet
查找其它可导出的Method方法,此方法将扩大查找范围, 包含无参且仅有一个返回值的方法也做为查找对象,如果该方法标记有@ExcelColumn 注解且无@IgnoreExport注解则添加到导出数组
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
findByKey(ResultSetMetaData, String) - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
 
findRel(String) - 类 中的方法org.ttzero.excel.entity.Sheet
通过相对位置模糊匹配查找关联关系
findRow0() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
firstColumn - 类 中的变量org.ttzero.excel.reader.Dimension
起始列号 (one base)
firstRow() - 类 中的方法org.ttzero.excel.entity.RowBlock
获取本批次行块中第一个数据
firstRow - 类 中的变量org.ttzero.excel.reader.Dimension
起始行号 (one base)
firstRowAsHeader - 类 中的变量org.ttzero.excel.entity.SimpleSheet
将第一行数据作为表头
firstRowAsHeader() - 类 中的方法org.ttzero.excel.entity.SimpleSheet
将第一行数据作为表头
fixedSize(double) - 类 中的方法org.ttzero.excel.entity.Column
设置固定列宽
fixedSize() - 类 中的方法org.ttzero.excel.entity.Sheet
设置当前工作表使用固定列宽,将默认使用Sheet.getDefaultWidth()返回的宽度
fixedSize(double) - 类 中的方法org.ttzero.excel.entity.Sheet
设置当前工作表使用固定列宽并指定宽度,此方法会对入参进行重算,当宽度为'零'时效果相当于隐藏该列
FixSizeLRUCache<K,V> - org.ttzero.excel.reader中的类
Implemented by the LRU page elimination algorithm.
FixSizeLRUCache.E<K,V> - org.ttzero.excel.reader中的类
 
flip() - 类 中的方法org.ttzero.excel.entity.RowBlock
切换为读模式
font - 类 中的变量org.ttzero.excel.entity.Column
单元格字体
Font - org.ttzero.excel.entity.style中的类
字体,为了简化本字体包含颜色属性,在输出时包含颜色的字体将以指定颜色渲染, 注意:字体在全局样式中是共享的,如果要修改某个属性必须先调用Font.clone()方法 复制一个字体然后再修改属性,这样才不会影响之前使用过此字体的文本
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(String, double) - 类 的构造器org.ttzero.excel.entity.style.Font
 
Font(String, double, Color) - 类 的构造器org.ttzero.excel.entity.style.Font
 
Font(String, double, int, Color) - 类 的构造器org.ttzero.excel.entity.style.Font
 
Font(Font) - 类 的构造器org.ttzero.excel.entity.style.Font
 
Font.Style - org.ttzero.excel.entity.style中的类
字体样式
fontIndices - 类 中的变量org.ttzero.excel.entity.TemplateSheet
 
FORCE_IMPORT - 类 中的静态变量org.ttzero.excel.reader.HeaderRow
Force Import (Match with field name if without ExcelColumn annotation)
forceExport - 类 中的变量org.ttzero.excel.entity.ListSheet
强制导出,忽略安全限制全字段导出,确认需求后谨慎使用
forceExport() - 类 中的方法org.ttzero.excel.entity.ListSheet
强制导出 为了保证数据安全默认情况下Java Bean只导出标记有@ExcelColumn的字段和方法, 但某些情况不方便修改实体此时可以使用强制导出功能将Bean中的全字段导出(标记有@IgnoreExport注解除外), 此方法可能会造成数据泄漏风险,可参考ExcelColumn注解说明
forceExport() - 类 中的方法org.ttzero.excel.entity.Workbook
强制导出 注意:设置此标记后将无视安全规则导出Java对象中的所有字段,请根据实际情况谨慎使用
forceImport() - 接口 中的方法org.ttzero.excel.reader.Sheet
强制匹配,即使没有ExcelColumn注解的字段也会强制匹配 将行数据转换为Java对象时默认情况下只匹配带有ExcelColumn注释的字段。
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.
FORMAT_ID - 类 中的静态变量org.ttzero.excel.manager.docProps.CustomProperties
自定义属性的GUID值{D5CDD505-2E9C-101B-9397-08002B2CF9AE}
formatBinarySize(long) - 类 中的静态方法org.ttzero.excel.util.StringUtil
格式化字节大小,将字节大小转为kb,mb,gb等格式
formula - 类 中的变量org.ttzero.excel.reader.Cell
Formula string
forReader() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Create a general style
fov - 类 中的变量org.ttzero.excel.drawing.Camera
The field of view can be modified from the view set by the preset camera setting by adding a fov attribute to the camera element. (0-180)
freeIndex(long[], int) - 类 中的静态方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
Mark the bits at the specified position as 0
FREEZE - 接口 中的静态变量org.ttzero.excel.manager.Const.ExtendPropertyKey
Freeze panes key(0-position)
FreezePanes - org.ttzero.excel.annotation中的注释类型
设置行列“冻结”,滚动工作表时保持首行或首列总是可见,此功能为增强型功能。
from(Column) - 类 中的方法org.ttzero.excel.entity.Column
复制列信息
from(Cell) - 类 中的方法org.ttzero.excel.reader.Cell
 
from - 异常错误 中的变量org.ttzero.excel.reader.TypeCastException
Excel单元格类型
from - 类 中的变量org.ttzero.excel.reader.XMLRow
 
fs - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
按cellXfs下标缓存字体
FullSheet - org.ttzero.excel.reader中的接口
全属性工作表,与普通工作表不同除了值以外FullSheet将会额外读取行高和列宽以及单元格公式, 全属性工作表虽然继承MergeSheet但并不会主动在合并单元格复制值,如果需要复制值需要明确调用FullSheet.copyOnMerged()方法
FUNCTION - 类 中的静态变量org.ttzero.excel.reader.Cell
 

G

GB2312 - 类 中的静态变量org.ttzero.excel.entity.style.Charset
134 简体中文字符集
geet() - 类 中的方法org.ttzero.excel.reader.Row
使用Sheet.bind(java.lang.Class<?>)方法绑定类型后,使用此方法将整行数据转为指定类型<T>,与Row.get()的区别在于 本方法返回的对象是内存共享的(只有一个对象副本)
GENERAL - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
geometry - 类 中的变量org.ttzero.excel.drawing.Effect
Geometry Support preset geometry only
geometryAdjustValueList - 类 中的变量org.ttzero.excel.drawing.Effect
The preset geometry can be adjusted by specifying a list of shape adjustment values within a AdjustValueList
get(int) - 类 中的方法org.ttzero.excel.entity.RowBlock
获取本批次指定游标的Row,此方法不会修改游标位置
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
按名称查找内置格式化对象,注意此方法不兼容方言,如需支持zh-CN以外的方言需在numFmt文件中添加对应配置
get(int) - 类 中的静态方法org.ttzero.excel.entity.style.BuiltInNumFmt
按ID查找内置格式化对象
get() - 类 中的方法org.ttzero.excel.entity.WaterMark
获取水印图片路径
get(String) - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
获取自定义属性的值
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, int) - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
 
get(int, int) - 接口 中的方法org.ttzero.excel.reader.Grid.Scanner
 
get(int) - 类 中的方法org.ttzero.excel.reader.HeaderRow
Get the column name by column index
get(int) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
Getting by index
get(int, String[]) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
Batch getting
get(long) - 类 中的方法org.ttzero.excel.reader.PreCalc
 
get() - 类 中的方法org.ttzero.excel.reader.Row
使用Sheet.bind(java.lang.Class<?>)方法绑定类型后,使用此方法将整行数据转为指定类型<T>
get(int) - 类 中的方法org.ttzero.excel.reader.SharedStrings
Getting the strings value by index
get(char) - 类 中的方法org.ttzero.excel.reader.XMLRow
 
getAll() - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
获取所有自定义属性的副本
getAllByTypes(String...) - 类 中的方法org.ttzero.excel.manager.RelManager
 
getAlpha() - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
 
getAlpha() - 类 中的方法org.ttzero.excel.drawing.Glow
 
getAlpha() - 类 中的方法org.ttzero.excel.drawing.Outline
 
getAlpha() - 类 中的方法org.ttzero.excel.drawing.Reflection
 
getAlpha() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getAndSortHeaderColumns() - 类 中的方法org.ttzero.excel.entity.Sheet
获取表头,Worksheet工作表输出协议调用此方法来获取表头信息 此方法先调用内部Sheet.getHeaderColumns()获取基础信息,然后对其进行排序,列反转, 合并等深加工处理
getAndSortHeaderColumns() - 类 中的方法org.ttzero.excel.entity.TemplateSheet
 
getAngle() - 类 中的方法org.ttzero.excel.drawing.LightRig
 
getAngle() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getAppInfo() - 类 中的方法org.ttzero.excel.reader.ExcelReader
Excel文件基础信息包含作者、日期等信息,在windows操作系统上使用鼠标右键->属性->详细信息查看
getApplication() - 类 中的方法org.ttzero.excel.manager.docProps.App
 
getApplication() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取Excel由哪个App生成或打开
getAppVersion() - 类 中的方法org.ttzero.excel.manager.docProps.App
 
getAppVersion() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取App版号
getAttr(Element, String) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Returns the attribute value from Element
getAutoSize() - 类 中的方法org.ttzero.excel.entity.Column
获取列宽属性
getAutoSize() - 类 中的方法org.ttzero.excel.entity.Sheet
获取工作表的全局自适应列宽标记
getBevelBottom() - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
getBevelTop() - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
getBgColor() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
getBlur() - 类 中的方法org.ttzero.excel.drawing.Reflection
 
getBlur() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getBoolean(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Boolean类型,对于非布尔类型则兼容C语言的bool判断
getBoolean(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Boolean类型,对于非布尔类型则兼容C语言的bool判断
getBoolean(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Boolean类型,对于非布尔类型则兼容C语言的bool判断
getBorder(int) - 类 中的方法org.ttzero.excel.entity.style.Border
获取指定位置的边框样式
getBorder(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
获取样式中的边框
getBorderBottom() - 类 中的方法org.ttzero.excel.entity.style.Border
获取下边框样式
getBorderLeft() - 类 中的方法org.ttzero.excel.entity.style.Border
获取左边框样式
getBorderRight() - 类 中的方法org.ttzero.excel.entity.style.Border
获取右边框样式
getBorders() - 类 中的方法org.ttzero.excel.entity.style.Border
获取所有位置的边框样式
getBorderTop() - 类 中的方法org.ttzero.excel.entity.style.Border
获取上边框样式
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
获取单元格的值并转为Byte类型
getByte(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Byte类型
getByte(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Byte类型
getByType(String) - 类 中的方法org.ttzero.excel.manager.RelManager
 
getCamera() - 类 中的方法org.ttzero.excel.drawing.Scene3D
 
getCap() - 类 中的方法org.ttzero.excel.drawing.Outline
 
getCategory() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getCategory() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取类别,多个类别使用','逗号分隔
getCell() - 接口 中的方法org.ttzero.excel.reader.Grid.Scanner.Entry
 
getCell(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格Cell,获取到单元格后可用于后续取值或样式
getCell(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格Cell,获取到单元格后可用于后续取值或样式,如果查找不到时则返回一个空的单元格
getCells() - 类 中的方法org.ttzero.excel.entity.Row
 
getCellStyle(Class<?>) - 类 中的方法org.ttzero.excel.entity.Column
获取单元格默认样式,通常该方法仅初始化时被调用一次
getCellStyle() - 类 中的方法org.ttzero.excel.entity.Column
获取单元格样式值,导出过程中通常只计算一次通用样式,计算完后值将保存在cellStyle中, 默认样式做为底色外部设置的“字体”,“填充”等样式将覆盖默认样式,
getCellStyle(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格样式值,可以拿此返回值调用Styles.getBorder(int)等方法获取具体的样式
getCellStyle(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格样式值,可以拿此返回值调用Styles.getBorder(int)等方法获取具体的样式
getCellStyle(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格样式值,可以拿此返回值调用Styles.getBorder(int)等方法获取具体的样式
getCellStyleIndex() - 类 中的方法org.ttzero.excel.entity.Column
获取单元格样式索引,不包含动态样式
getCellType(int) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
getCellType(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的数据类型 注意:这里仅是一个近似的类型,因为从原始文件中只能获取到numericstringboolean三种类型。
getCellType(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的数据类型 注意:这里仅是一个近似的类型,因为从原始文件中只能获取到numericstringboolean三种类型。
getCellType(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的数据类型 注意:这里仅是一个近似的类型,因为从原始文件中只能获取到numericstringboolean三种类型。
getCellValueAndStyle() - 类 中的方法org.ttzero.excel.entity.Sheet
获取数据转换器
getChar(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Character类型
getChar(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Character类型
getChar(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Character类型
getChars(int, int, char[]) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
 
getChars(long, int, char[]) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
 
getCharset() - 类 中的方法org.ttzero.excel.entity.style.Font
获取字符集
getClazz() - 类 中的方法org.ttzero.excel.entity.Column
获取列数据类型
getClazz() - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
getClrSchemes() - 类 中的方法org.ttzero.excel.entity.style.Theme
 
getCmpd() - 类 中的方法org.ttzero.excel.drawing.Outline
 
getCode() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
getCodeWidthFromCache(Font) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
计算并缓存格式化串的长度,以此长度为基础计算文本长度
getCol() - 类 中的方法org.ttzero.excel.entity.Panes
 
getCol() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
 
getColor() - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
 
getColor() - 类 中的方法org.ttzero.excel.drawing.Glow
 
getColor() - 类 中的方法org.ttzero.excel.drawing.Outline
 
getColor() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getColor() - 类 中的方法org.ttzero.excel.entity.style.Border.SubBorder
 
getColor() - 类 中的方法org.ttzero.excel.entity.style.Font
获取字体颜色,未主动设置时返回null,输出到xml时显示黑色
getCols() - 接口 中的方法org.ttzero.excel.reader.FullSheet
获取列宽相Cols属性
getColumn(int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
获取列属性
getColumnLimit() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
The column limit
getColumnLimit() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
The Worksheet column limit
getColumnLimit() - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
获取最大列上限,随输出格式而定
getColumns() - 类 中的方法org.ttzero.excel.entity.Sheet
获取表头,对于非外部传入的表头,只有要执行导出的时候通过行数据进行反射或读取Meta元数据获取, 在此之前该接口将返回null
getColumns() - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
getColumnType() - 类 中的方法org.ttzero.excel.entity.Column
获取列属性
getComments() - 类 中的方法org.ttzero.excel.entity.Sheet
获取批注 Comments
getCompany() - 类 中的方法org.ttzero.excel.entity.Workbook
获取当前工作薄公司名
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
getContentType() - 类 中的方法org.ttzero.excel.entity.Workbook
获取全局的资源类型,一般情况下开发者不需要关心
getContourColor() - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
getContourWidth() - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
getConversion() - 类 中的方法org.ttzero.excel.entity.Column
获取输出转换器,优先返回ConversionProcessor,其次是Converter
getCoordinate() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
获取单位格坐标
getCopySheetName() - 类 中的方法org.ttzero.excel.entity.Sheet
当数据行超过工作表限制时触发分页,复制得到新的工作表命名为原工作表名+页码数
getCore() - 类 中的方法org.ttzero.excel.entity.Workbook
获取文档属性,包含主题,关键词,分类等信息
getCreated() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getCreated() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取创建时间
getCreator() - 类 中的方法org.ttzero.excel.entity.Workbook
获取当前工作薄作者
getCreator() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getCreator() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取作者
getCustomProperties() - 类 中的方法org.ttzero.excel.entity.Workbook
获取自定义属性类
getCustomProperties() - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取自定义属性 返回数据类型说明,时间返回java.util.Date,布尔值返回Boolean, 整数类型分情况返回IntegerLong,浮点数返回BigDecimal
getDash() - 类 中的方法org.ttzero.excel.drawing.Outline
 
getDate(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.util.Date类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getDate(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.util.Date类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getDate(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.util.Date类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getDecimal(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.math.BigDecimal类型
getDecimal(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.math.BigDecimal类型
getDecimal(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.math.BigDecimal类型
getDefaultColWidth() - 接口 中的方法org.ttzero.excel.reader.FullSheet
获取预置列宽,该列宽优先级最低可以被FullSheet.getCols()里的列宽覆盖,有效范围以外的列会展示此宽度
getDefaultRowHeight() - 接口 中的方法org.ttzero.excel.reader.FullSheet
获取预置行高,暂不知道何种场景下此行高生交
getDefaultWidth() - 类 中的方法org.ttzero.excel.entity.Sheet
获取默认列宽,如果未在Column上特殊指定宽度时该宽度将应用于每一列
getDefaultWidth() - 类 中的方法org.ttzero.excel.entity.SimpleSheet
获取默认列宽,如果未在Column上特殊指定宽度时该宽度将应用于每一列
getDescription() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getDescription() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取备注
getDesignStyle(Class<?>) - 类 中的方法org.ttzero.excel.entity.ListSheet
读取类上的样式处理器注解,默认解析StyleDesign注解,支持自定义注解
getDesignStyle(AccessibleObject) - 类 中的方法org.ttzero.excel.entity.ListSheet
读取单个字段或者方法上的样式处理器注解,默认解析StyleDesign注解,支持自定义注解
getDesignStyle(StyleDesign) - 类 中的方法org.ttzero.excel.entity.ListSheet
读取样式处理器
getDiagonalDown() - 类 中的方法org.ttzero.excel.entity.style.Border
获取左上到右下边框样式
getDiagonalUp() - 类 中的方法org.ttzero.excel.entity.style.Border
获取左下到右上边框样式
getDim() - 接口 中的方法org.ttzero.excel.reader.Grid.Scanner.Entry
 
getDimension() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
getDimension() - 接口 中的方法org.ttzero.excel.reader.Sheet
获取当前工作表中有效区域的范围地址(任意值,样式均表示有效值),此值取于头信息<dimension>的值, 如果头信息没有此值则读取最后一行的范围,此值并不能完全反映工作表的有效行数
getDimension() - 类 中的方法org.ttzero.excel.reader.XMLSheet
Returns The range address of the used area in the current sheet NOTE: This method can only guarantee accurate row ranges
getDirection() - 类 中的方法org.ttzero.excel.drawing.Reflection
 
getDirection() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getDist() - 类 中的方法org.ttzero.excel.drawing.Glow
 
getDist() - 类 中的方法org.ttzero.excel.drawing.Reflection
 
getDist() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getDouble(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Double类型
getDouble(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Double类型
getDouble(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Double类型
getDrawingCounter() - 类 中的方法org.ttzero.excel.entity.Workbook
获取当前工作薄包含多少张图片
getEffect() - 接口 中的方法org.ttzero.excel.drawing.EffectProducer
Returns an Excel effect entity
getEffect() - 类 中的方法org.ttzero.excel.entity.Column
获取当前列设置的图片效果
getEffect() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
getEndIndex() - 类 中的方法org.ttzero.excel.entity.ListSheet
计算需要读取的尾下标,相对于当前数组的尾下标
getEntry(String) - 类 中的方法org.ttzero.excel.reader.ExcelReader
从压缩包中获取一个压缩文件
getEntry(ZipFile, String) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
从压缩包中获取一个压缩文件,为了兼容windows和linux系统的路径会进行'/''\\' 两种分隔符匹配,如果路径无法匹配则遍历压缩包所有文件并忽略大小写匹配
getEntryStream(String) - 类 中的方法org.ttzero.excel.reader.ExcelReader
从压缩包中获取一个压缩文件字节流
getExtension() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Default
 
getExtPropAsMap() - 类 中的方法org.ttzero.excel.entity.Sheet
获取所有扩展参数 注意:对返回值进行修改可能会影响原始值,添加/删除无影响
getExtPropValue(String) - 类 中的方法org.ttzero.excel.entity.Sheet
根据key获取扩展参数
getExtrusionColor() - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
getExtrusionHeight() - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
getFamily() - 类 中的方法org.ttzero.excel.entity.style.Font
获取字体家族
getFc() - 类 中的方法org.ttzero.excel.entity.Row
 
getFgColor() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
getField() - 类 中的方法org.ttzero.excel.entity.ListSheet.EntryColumn
获取当前列对应的Bean字段
getFileName() - 类 中的方法org.ttzero.excel.entity.Sheet
获取当前工作表的文件名
getFileSuffix() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
Returns the worksheet name
getFileSuffix() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Returns the worksheet name
getFileSuffix() - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
获取扩展名,随输出协议而定
getFill() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getFill(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
获取样式中的格式化
getFilter() - 接口 中的方法org.ttzero.excel.reader.FullSheet
获取筛选区域,自动筛选的配置放在工作表最后,所以获取此值耗时较长
getFirst() - 类 中的方法org.ttzero.excel.entity.ListSheet
获取队列中第一个非null对象用于解析
getFirstColumn() - 类 中的方法org.ttzero.excel.reader.Dimension
获取起始列号,最小为1
getFirstColumnIndex() - 类 中的方法org.ttzero.excel.reader.Row
获取首列下标 (zero base)
getFirstObject(List<?>) - 类 中的静态方法org.ttzero.excel.entity.TemplateSheet
获取数组中第一个非null
getFirstRow() - 类 中的方法org.ttzero.excel.reader.Dimension
获取起始行号,最小为1
getFirstRow() - 类 中的方法org.ttzero.excel.reader.XMLSheet
The index of first used row
getFloat(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Float类型
getFloat(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Float类型
getFloat(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Float类型
getFont(int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
通过单元格样式索引获取FontMetrics用以计算文本宽度
getFont(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
获取样式中的字体
getFontMetrics() - 类 中的方法org.ttzero.excel.entity.style.Font
通过Font获取FontMetrics用以计算文本宽度
getFontMetrics(Font) - 类 中的静态方法org.ttzero.excel.entity.style.Font
通过Font获取FontMetrics用以计算文本宽度
getForceExport() - 类 中的方法org.ttzero.excel.entity.ListSheet
返回“强制导出”标识
getForceExport() - 类 中的方法org.ttzero.excel.entity.Sheet
获取强制导出标识,只对ListSheet生效,用于
getForceExport() - 类 中的方法org.ttzero.excel.entity.Workbook
获取当前工作薄是否为“强制导出”
getFormula(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的公式
getFormula(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的公式
getFormula(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的公式
getFov() - 类 中的方法org.ttzero.excel.drawing.Camera
 
getFreeIndex(long[]) - 类 中的静态方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
getFreezePanes() - 接口 中的方法org.ttzero.excel.reader.FullSheet
获取冻结信息
getFrom() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
 
getGeneralInfo() - 类 中的方法org.ttzero.excel.reader.ExcelReader
解析docProps/app.xmldocProps/core.xml文件获取文件基础信息, 比如创建者、创建时间、分类等信息
getGeometry() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getGeometryAdjustValueList() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getGlow() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getHeader() - 类 中的方法org.ttzero.excel.reader.Row
获取表头
getHeader() - 接口 中的方法org.ttzero.excel.reader.Sheet
获取当前工作表表头,返回Sheet.header(int)方法设置表头,未指定表头位置时默认取第一个非空行做为表头,如果为多行表头则将使用':'拼接 +-----------------------------+ | | 收件人 | | 订单号 +-------+------+------+ | | 省 | 市 | 区 | +-------+-------+------+------+ 以上表头将返回 "订单号", "收件人:省", "收件人:市", "收件人:区"
getHeader() - 类 中的方法org.ttzero.excel.reader.XMLSheet
Returns the header of the list.
getHeader(int, int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
getHeaderColumnReadOption() - 接口 中的方法org.ttzero.excel.reader.Sheet
获取表头读取属性
getHeaderColumnReadOption() - 类 中的方法org.ttzero.excel.reader.XMLSheet
Returns Header column options
getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.CSVSheet
 
getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.ListMapSheet
获取表头信息,未指定Columns时默认以第1个非null的Map值做为参考,将该map中所有key做为表头
getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.ListSheet
获取表头信息,未实例化表头时会执行初始化方法实例化表头
getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
获取表头,未指定表头时从ResultSetMetaData源数据中获取, 优先使用别名做为表头,列顺序与query字段一致
getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.Sheet
获取表头,子类覆写此方法创建表头
getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.SimpleSheet
获取表头信息,未实例化表头时会执行初始化方法实例化表头 对于简单类型来说表头信息并无任何有效信息,
getHeaderHeight(Column[][], int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Returns the maximum cell height
getHeaderRowHeight() - 类 中的方法org.ttzero.excel.entity.Sheet
获取表头行高,默认20.5
getHeaderStyleIndex() - 类 中的方法org.ttzero.excel.entity.Column
获取表头单元格样式索引,不包含动态样式
getHeadStyle() - 类 中的方法org.ttzero.excel.entity.Sheet
获取统一的表头样式值
getHeadStyleIndex() - 类 中的方法org.ttzero.excel.entity.Sheet
获取统一的表头样式索引
getHeight() - 类 中的方法org.ttzero.excel.drawing.Bevel
 
getHeight() - 类 中的方法org.ttzero.excel.entity.Comment
 
getHeight() - 类 中的方法org.ttzero.excel.entity.Row
获取行高
getHeight() - 类 中的方法org.ttzero.excel.reader.Dimension
获取范围高度,高 = 末尾行-起始行+1
getHeight() - 类 中的方法org.ttzero.excel.reader.Row
获取行高,仅XMLFullRow支持
getHorizontal(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
获取样式中的水平对齐,参考范围Horizontals
getId() - 类 中的方法org.ttzero.excel.entity.Relationship
 
getId() - 类 中的方法org.ttzero.excel.entity.Sheet
获取工作表ID,与当前工作表在工作薄中的下标一致,一般与其它资源关联使用
getId() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
getId() - 接口 中的方法org.ttzero.excel.reader.Sheet
工作表id,它与索引的区别在于,id不会因为移动或删除工作表而更改。
getId() - 类 中的方法org.ttzero.excel.reader.XMLSheet
Returns the worksheet id
getIndex() - 类 中的方法org.ttzero.excel.entity.Row
 
getIndex(String) - 类 中的方法org.ttzero.excel.reader.HeaderRow
Returns the position in cell range
getIndex() - 接口 中的方法org.ttzero.excel.reader.Sheet
获取工作表在工作薄中的下标(从0开始)
getIndex() - 类 中的方法org.ttzero.excel.reader.XMLSheet
The index of worksheet located at the workbook
getIndexed() - 类 中的方法org.ttzero.excel.entity.style.BuildInColor
 
getInnerShadow() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getInt(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Integer类型
getInt(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Integer类型
getInt(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Integer类型
getJoinType() - 类 中的方法org.ttzero.excel.drawing.Outline
 
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.
getKey() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache.E
 
getKeywords() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getKeywords() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取标记,多个标记使用','逗号分隔
getKx() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getKy() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getLastColumn() - 类 中的方法org.ttzero.excel.reader.Dimension
获取末尾列号
getLastColumnIndex() - 类 中的方法org.ttzero.excel.reader.Row
获取尾列下标 (zero base)
getLastModifiedBy() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getLastModifiedBy() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取最后一次保存者
getLastRow() - 类 中的方法org.ttzero.excel.reader.Dimension
获取末尾行号
getLatitude() - 类 中的方法org.ttzero.excel.drawing.Camera
 
getLatitude() - 类 中的方法org.ttzero.excel.drawing.LightRig
 
getLc() - 类 中的方法org.ttzero.excel.entity.Row
 
getLightRig() - 类 中的方法org.ttzero.excel.drawing.Scene3D
 
getLocalDate(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为LocalDate类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getLocalDate(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为LocalDate类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getLocalDate(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为LocalDate类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getLocalDateTime(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为LocalDateTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getLocalDateTime(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为LocalDateTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getLocalDateTime(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为LocalDateTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getLocalPath() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
getLocalTime(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为LocalTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getLocalTime(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为LocalTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getLocalTime(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为LocalTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getLong(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Long类型
getLong(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Long类型
getLong(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Long类型
getLongitude() - 类 中的方法org.ttzero.excel.drawing.Camera
 
getLongitude() - 类 中的方法org.ttzero.excel.drawing.LightRig
 
getMajorFont() - 类 中的方法org.ttzero.excel.entity.style.Theme
 
getMaterial() - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
getMediaCounter() - 类 中的方法org.ttzero.excel.entity.Workbook
获取当前工作薄含有多媒体的工作表个数
getMergeCells() - 接口 中的方法org.ttzero.excel.reader.MergeSheet
获取所有合并单元格的合并范围
getMergeGrid() - 接口 中的方法org.ttzero.excel.reader.MergeSheet
获取抽象的合并表格,通过表格快速判断某个坐标是否为合并单元格的一部分
getMethod() - 类 中的方法org.ttzero.excel.entity.ListSheet.EntryColumn
获取当前列对应的get方法
getMinorFont() - 类 中的方法org.ttzero.excel.entity.style.Theme
 
getMiterLimit() - 类 中的方法org.ttzero.excel.drawing.Outline
 
getModified() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getModified() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取修改时间
getName() - 类 中的方法org.ttzero.excel.entity.Column
获取列名,列名对应Excel表头
getName() - 类 中的方法org.ttzero.excel.entity.Sheet
获取当前工作表的表名 注意:仅返回实例化Worksheet时指定的表名或通过 Sheet.setName(java.lang.String)方法设置的表名, 对于未指定的表名的工作表受分页和Workbook.insertSheet(int, Sheet)插入指定位置 影响只能在最终执行输出时确定位置,在此之前表名均返回null
getName() - 枚举 中的方法org.ttzero.excel.entity.style.BorderStyle
 
getName() - 类 中的方法org.ttzero.excel.entity.style.Font
获取字体名
getName() - 类 中的方法org.ttzero.excel.entity.Workbook
获取当前工作薄名称
getName() - 接口 中的方法org.ttzero.excel.reader.Sheet
获取工作表的名称
getName() - 类 中的方法org.ttzero.excel.reader.XMLSheet
The worksheet name
getNames() - 类 中的方法org.ttzero.excel.reader.HeaderRow
Get the name of columns
getNodeValue(TemplateSheet.Node) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
获取占位符的实际值
getNonHeader() - 类 中的方法org.ttzero.excel.entity.Sheet
获取忽略表头标识
getNumFmt() - 类 中的方法org.ttzero.excel.entity.Column
获取当前列统一“格式化”,仅返回通过Column.setNumFmt(java.lang.String)设置的统一值,不包含动态样式
getNumFmt(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
获取样式中的格式化值
getObjectValue(AccessibleObject, Object, Logger, String) - 类 中的静态方法org.ttzero.excel.entity.TemplateSheet
反射获取对象的值
getOutline() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getOutlineLevel() - 类 中的方法org.ttzero.excel.entity.Row
获取行层级
getPadding() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
getPartName() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Override
 
getPatternType() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
getPresetCamera() - 类 中的方法org.ttzero.excel.drawing.Camera
 
getProgressConsumer() - 类 中的方法org.ttzero.excel.entity.Sheet
获取进度观察者
getProgressConsumer() - 类 中的方法org.ttzero.excel.entity.Workbook
获取进度监听器
getProperty() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
getPrst() - 类 中的方法org.ttzero.excel.drawing.Bevel
 
getRealColIndex() - 类 中的方法org.ttzero.excel.entity.Column
获取列在Excel中的实际位置(从A开始)
getReflection() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getRelManager() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
getRelManager() - 类 中的方法org.ttzero.excel.entity.Sheet
获取当前工作表的关系管理器
getRelManager() - 类 中的方法org.ttzero.excel.reader.XMLSheet
获取关系管理器
getRevision() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getRevision() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取修订号
getRevolution() - 类 中的方法org.ttzero.excel.drawing.Camera
 
getRevolution() - 类 中的方法org.ttzero.excel.drawing.LightRig
 
getRevolve() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
getRig() - 类 中的方法org.ttzero.excel.drawing.LightRig
 
getRotWithShape() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getRow() - 类 中的方法org.ttzero.excel.entity.Panes
 
getRow() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
 
getRowBlockSize() - 类 中的方法org.ttzero.excel.entity.Sheet
获取RowBlock行块的大小,创建行块时会调用此方法获取行块大小, 子类可覆写该方法指定其它值
getRowHeight() - 类 中的方法org.ttzero.excel.entity.Sheet
获取数据行高
getRowLimit() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
The row limit
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
获取最大行上限,随输出格式而定
getRowLimit() - 类 中的方法org.ttzero.excel.entity.Sheet
获取工作表数据行上限,超过上限时触发分页,默认情况下此值由各输出协议决定
getRowNum() - 类 中的方法org.ttzero.excel.reader.Row
获取行号,与你打开Excel文件看到的一样从1开始
getRowNum() - 类 中的方法org.ttzero.excel.reader.XMLRow
The number of row.
getScene3D() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getScheme() - 类 中的方法org.ttzero.excel.entity.style.Font
获取此字体所属的字体方案,有三种可能的取值"none","major""minor"
getShade() - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
 
getShadow() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getShape3D() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getSharedStrings() - 类 中的方法org.ttzero.excel.entity.Workbook
获取全局字符串共享区,此共享区独立于Worksheet,所有worksheet共享
getSharedStrings() - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取Shared String Table
getSharedStrings() - 类 中的方法org.ttzero.excel.reader.Row
获取Shared String Table
getSheet(String) - 类 中的方法org.ttzero.excel.entity.Workbook
返回指定名称的工作表Sheet 注意:只能查找那些在创建时设置了名称的工作表
getSheet() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
getSheetAt(int) - 类 中的方法org.ttzero.excel.entity.Workbook
获取指定位置的工作表 如果使用Workbook.insertSheet(int, org.ttzero.excel.entity.Sheet)方法插入了一个较大的下标,调用此方法可能返回null值。
getSheetCount() - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取当前excel包含的工作表数量
getSheets() - 类 中的方法org.ttzero.excel.entity.Workbook
获取所有Sheet集合 注意:返回的对象是一个浅拷贝对其做任何修改将影响最终效果
getSheetWriter() - 类 中的方法org.ttzero.excel.entity.Sheet
获取工作表输出协议IWorksheetWriter
getShort(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Short类型
getShort(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Short类型
getShort(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为Short类型
getShotName() - 枚举 中的方法org.ttzero.excel.drawing.Enums.Angle
 
getShotName() - 枚举 中的方法org.ttzero.excel.drawing.Enums.Cap
 
getShotName() - 枚举 中的方法org.ttzero.excel.drawing.Enums.CompoundType
 
getSize() - 类 中的方法org.ttzero.excel.drawing.Reflection
 
getSize() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getSize() - 类 中的方法org.ttzero.excel.entity.style.Font
获取去尾数后的字体大小10.5实际返回10
getSize() - 类 中的方法org.ttzero.excel.entity.Workbook
获取当前工作薄包含的工作表个数
getSize() - 接口 中的方法org.ttzero.excel.reader.Sheet
获取当前工作表的总行数
getSize2() - 类 中的方法org.ttzero.excel.entity.style.Font
获取字体大小
getSoftEdges() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getSrcUrl() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
getStartRowIndex() - 类 中的方法org.ttzero.excel.entity.Sheet
获取工作表的起始行号(从1开始),这里是行号也就是打开Excel左侧看到的行号, 此行号将决定从哪一行开始写数据
getString(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为String类型
getString(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为String类型
getString(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为String类型
getStyle() - 类 中的方法org.ttzero.excel.entity.style.Border.SubBorder
 
getStyle() - 类 中的方法org.ttzero.excel.entity.style.Font
获取字体样式,样式定义在Font.Style类中,建议直接调用专用方法Font.isBold(), Font.isUnderline(), Font.isStrikeThru()Font.isItalic()方法, 它们直接返回boolean类型的值方便后续判断
getStyleByIndex(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
通过样式索引查询样式值
getStyleIndex(Row, Column, Object) - 类 中的方法org.ttzero.excel.entity.csv.CSVCellValueAndStyle
Returns the cell style index
getStyleIndex(Row, Column, Object) - 类 中的方法org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
获取单元格样式值,先通过Column获取基础样式并在偶数行添加斑马线填充, 如果有动态样式转换则将基础样式做为参数进行二次制作
getStyleIndex(Row, Column, Object) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
获取单元格样式值,先通过Column获取基础样式,如果有动态样式转换则将基础样式做为参数进行二次制作
getStyleProcessor() - 类 中的方法org.ttzero.excel.entity.ListSheet
获取当前工作表的行级动态样式处理器,如果未设置则从扩展参数中查找
getStyleProcessor() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
获取当前工作表的行级动态样式处理器,如果未设置则从扩展参数中查找
getStyles() - 类 中的方法org.ttzero.excel.entity.Workbook
获取全局样式Styles
getStyles() - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取一个全局的样式对象 Styles
getStyles() - 类 中的方法org.ttzero.excel.reader.Row
Returns a global Styles
getSubject() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getSubject() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取主题
getSuffix() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
The Comma-Separated Values format suffix
getSuffix() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
The Workbook suffix
getSuffix() - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
获取最终的输出格式
getSuffix() - 类 中的方法org.ttzero.excel.entity.WaterMark
获取水印图片的后缀
getSx() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getSy() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getT() - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
getT() - 类 中的方法org.ttzero.excel.reader.XMLRow
Found text tag range Code like this <is><t>cell value</t></is>
getTail() - 类 中的方法org.ttzero.excel.entity.Column
获取尾列,Excel从上到下记为首-尾列,尾列为最接近表格体Body的列
getTarget() - 类 中的方法org.ttzero.excel.entity.Relationship
 
getTargetMode() - 类 中的方法org.ttzero.excel.entity.Relationship
 
getTClass() - 类 中的方法org.ttzero.excel.entity.ListSheet
获取泛型T的实际类型,优先使用Class.getGenericSuperclass()方法获取,如果有子类指定T类型则可以获取, 否则将使用数组中第一条数据做为泛型的具体类型
getTemp() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
 
getTime(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.sql.Time类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getTime(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.sql.Time类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getTime(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.sql.Time类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getTimestamp(int) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.sql.Timestamp类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getTimestamp(String) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.sql.Timestamp类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getTimestamp(Cell) - 类 中的方法org.ttzero.excel.reader.Row
获取单元格的值并转为java.sql.Timestamp类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
getTitle() - 类 中的方法org.ttzero.excel.entity.Comment
 
getTitle() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getTitle() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取标题
getTitleFont() - 类 中的方法org.ttzero.excel.entity.Comment
 
getTo() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
 
getTotal() - 类 中的方法org.ttzero.excel.entity.RowBlock
获取行块共装填了多少数据,RowBlock.reopen()方法可清除此记录
getType() - 类 中的方法org.ttzero.excel.entity.Relationship
 
getType() - 类 中的方法org.ttzero.excel.entity.TemplateSheet.Node
返回单元格的值类型
getType() - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取当前Excel的文件类型,返回xlsxxls,当文件不是excel时返回unknown
getType(Path) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
判断文件格式,读取少量文件头字节来判断是否为BIFF和ZIP的文件签名
getType() - 类 中的方法org.ttzero.excel.validation.DateValidation
 
getType() - 类 中的方法org.ttzero.excel.validation.ListValidation
 
getType() - 类 中的方法org.ttzero.excel.validation.TextLengthValidation
 
getType() - 类 中的方法org.ttzero.excel.validation.TimeValidation
 
getType() - 类 中的方法org.ttzero.excel.validation.Validation
数据校验类型
getType() - 类 中的方法org.ttzero.excel.validation.WholeValidation
 
getV() - 类 中的方法org.ttzero.excel.reader.XMLRow
Found value tag range Code like this <v>0</v>
getValue() - 类 中的方法org.ttzero.excel.entity.Comment
 
getValue() - 接口 中的方法org.ttzero.excel.reader.Cache.Entry
Returns the value corresponding to this entry.
getValue() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache.E
 
getValueFont() - 类 中的方法org.ttzero.excel.entity.Comment
 
getVersion() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getVersion() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取版本号
getVertical(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
获取样式中的垂直对齐,参考范围Verticals
getWaterMark() - 类 中的方法org.ttzero.excel.entity.Sheet
获取水印
getWaterMark() - 类 中的方法org.ttzero.excel.entity.Workbook
获取水印WaterMark
getWidth() - 类 中的方法org.ttzero.excel.drawing.Bevel
 
getWidth() - 类 中的方法org.ttzero.excel.drawing.Outline
 
getWidth() - 类 中的方法org.ttzero.excel.entity.Column
获取列宽,这里仅返回通过Column.setWidth(double)设置的列宽不包含自适应列宽,自适应列宽通常是在导出的时候动态计算
getWidth() - 类 中的方法org.ttzero.excel.entity.Comment
 
getWidth() - 类 中的方法org.ttzero.excel.reader.Dimension
获取范围宽度,宽 = 末尾列-起始列+1
getWorkbook() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
getWorkbook() - 类 中的方法org.ttzero.excel.entity.Sheet
获取当前工作表对应的工作薄
getWorkbookWriter() - 类 中的方法org.ttzero.excel.entity.Workbook
获取工作薄输出协议IWorkbookWriter
getWorksheetWriter(Sheet) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
getWorksheetWriter(Sheet) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
getWorksheetWriter(Sheet) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
获取工作表输出协议
getWrapText(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
获取样式中自动折行标记,标记为1时表示自动折行
getZebraFill() - 类 中的方法org.ttzero.excel.entity.Sheet
获取当前工作表的斑马线填充样式,如果当前工作表未设置则从全局工作薄中获取
getZebraFill() - 类 中的方法org.ttzero.excel.entity.Workbook
获取斑马线背景样式
getZebraFillStyle() - 类 中的方法org.ttzero.excel.entity.Sheet
获取斑马线样式值,它返回的是全局样式中斑马线填充样式的值,全局第n个填充返回 n<<INDEX_FILL, 更多参考Styles.addFill(org.ttzero.excel.entity.style.Fill)
getZoom() - 类 中的方法org.ttzero.excel.drawing.Camera
 
getZoomScale() - 接口 中的方法org.ttzero.excel.reader.FullSheet
获取工作表缩放比例,取值10-400
GIF - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
glow - 类 中的变量org.ttzero.excel.drawing.Effect
 
Glow - org.ttzero.excel.drawing中的类
 
Glow() - 类 的构造器org.ttzero.excel.drawing.Glow
 
greaterThan(V1) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
 
greaterThanOrEqual(V1) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
 
GREEK - 类 中的静态变量org.ttzero.excel.entity.style.Charset
161 希腊字符集
Grid - org.ttzero.excel.reader中的接口
 
Grid.FastGrid - org.ttzero.excel.reader中的类
Use binary to mark whether the cells are `merged` and set them accordingly if they are merged, so that you can quickly mark and check the cell status and save space.
Grid.FractureGrid - org.ttzero.excel.reader中的类
 
Grid.IndexGrid - org.ttzero.excel.reader中的类
 
Grid.LinkedScanner - org.ttzero.excel.reader中的类
 
Grid.Scanner - org.ttzero.excel.reader中的接口
 
Grid.Scanner.Entry - org.ttzero.excel.reader中的接口
 
GridFactory - org.ttzero.excel.reader中的类
 
grow(ByteBuffer) - 类 中的静态方法org.ttzero.excel.entity.SharedStringTable
Grow a new Buffer

H

h - 类 中的变量org.ttzero.excel.entity.style.HlsColor
Hue
h - 类 中的变量org.ttzero.excel.reader.Cell
是否为超链接
HANGUL - 类 中的静态变量org.ttzero.excel.entity.style.Charset
129 朝鲜语字符集(韩国、朝鲜)
hasBorder(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
判断样式是否包含“边框"
hasDrawings() - 类 中的方法org.ttzero.excel.entity.e7.ContentType
 
hasFill(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
判断样式是否包含“填充"
hasFillCell - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
 
hasFont(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
判断样式是否包含“字体"
hasFormula(int) - 类 中的方法org.ttzero.excel.reader.Row
检查单元格是否包含公式
hasFormula(String) - 类 中的方法org.ttzero.excel.reader.Row
检查单元格是否包含公式
hasFormula(Cell) - 类 中的方法org.ttzero.excel.reader.Row
检查单元格是否包含公式
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.Border.SubBorder
 
hashCode() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
hashCode() - 类 中的方法org.ttzero.excel.entity.style.Font
 
hashCode() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
hashCode() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
hashCode() - 类 中的方法org.ttzero.excel.reader.Dimension
 
hasHeaderColumns() - 类 中的方法org.ttzero.excel.entity.Sheet
是否包含表头
hasHorizontal(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
判断样式是否包含“水平对齐"
hasNext() - 类 中的方法org.ttzero.excel.entity.RowBlock
判断迭代器是否更多数据
hasNext() - 类 中的方法org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
 
hasNext() - 类 中的方法org.ttzero.excel.reader.RowSetIterator
 
hasNext() - 类 中的方法org.ttzero.excel.reader.RowSetIterator.NonBlankIterator
 
hasNext() - 类 中的方法org.ttzero.excel.util.CSVUtil.RowsIterator
 
hasNext() - 类 中的方法org.ttzero.excel.util.CSVUtil.SharedRowsIterator
 
hasNumFmt(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
判断样式是否包含“格式化"
hasProperty() - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
测试是否包含自定义属性
hasReadOnlyMark() - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
判断文档是否受为只读
hasVertical(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
判断样式是否包含“垂直对齐"
hasWrapText(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
判断样式是否自动折行
hasZebraFill() - 类 中的方法org.ttzero.excel.entity.Workbook
判断当前工作薄是否设置了全局斑马线背景
header(int) - 接口 中的方法org.ttzero.excel.reader.Sheet
设置工作表的表头行号(从1开始)与Excel看到的行号一致
header(int, int) - 接口 中的方法org.ttzero.excel.reader.Sheet
设置工作表的表头行号 注意: 指定标题行号后,行指针将移动到标题范围的下一行.
header - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
header(int, int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Specify the header rows endpoint Note: After specifying the header row number, the row-pointer will move to the next row of the header range.
HEADER_SUB_COLUMNS - 接口 中的静态变量org.ttzero.excel.manager.Const.Limit
The header sub-columns length
headerColumnIgnoreCase() - 接口 中的方法org.ttzero.excel.reader.Sheet
设置忽略大小写匹配表头字段
headerColumnToCamelCase() - 接口 中的方法org.ttzero.excel.reader.Sheet
设置驼峰风格匹配表头字段
HeaderComment - org.ttzero.excel.annotation中的注释类型
表头批注,title将加粗显示但不是必须的,大多数情况下将批注文本放到value下即可, 描述文本较多时需要使用widthheight两个属性来调整弹出框的大小以将内容显示完全
headerComment - 类 中的变量org.ttzero.excel.entity.Column
表头批注
headerHeight - 类 中的变量org.ttzero.excel.entity.Column
列宽,表头行高
headerReady - 类 中的变量org.ttzero.excel.entity.Sheet
标记表头是否已采集,默认情况下会进行收集-排序-多表头合并等过程后状态才为"ready"
HeaderRow - org.ttzero.excel.reader中的类
表头行,包含列与对象的映射关系
HeaderRow() - 类 的构造器org.ttzero.excel.reader.HeaderRow
 
headerRowHeight - 类 中的变量org.ttzero.excel.entity.Sheet
指定表头行高
HeaderStyle - org.ttzero.excel.annotation中的注释类型
Custom header styles
headerStyle - 类 中的变量org.ttzero.excel.entity.Column
表格头的样式值
headerStyleIndex - 类 中的变量org.ttzero.excel.entity.Column
表格头的样式索引, -1表示未设置
headRows - 类 中的变量org.ttzero.excel.reader.HeaderRow
 
headStyle - 类 中的变量org.ttzero.excel.entity.Sheet
统一的表头样式,优先级低Column独立设置的样式
headStyleIndex - 类 中的变量org.ttzero.excel.entity.Sheet
兜底的表头样式索引,优先级低Column独立设置的样式
HEBREW - 类 中的静态变量org.ttzero.excel.entity.style.Charset
177 希伯来语字符集
height - 类 中的变量org.ttzero.excel.drawing.Bevel
height: 指定棱台的高度,或者它所应用的形状上方有多远。
height - 类 中的变量org.ttzero.excel.entity.Comments.C
 
height - 类 中的变量org.ttzero.excel.entity.Row
 
height - 类 中的变量org.ttzero.excel.reader.Dimension
宽 = 末尾列-起始列+1 高 = 末尾行-起始行+1
height - 类 中的变量org.ttzero.excel.util.FileSignatures.Signature
 
heof - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
hidden - 类 中的变量org.ttzero.excel.entity.Row
 
hidden - 类 中的变量org.ttzero.excel.entity.Sheet
标记是否“隐藏”
hidden() - 类 中的方法org.ttzero.excel.entity.Sheet
隐藏工作表
hidden - 类 中的变量org.ttzero.excel.reader.Col
是否隐藏列
hidden - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
hide() - 类 中的方法org.ttzero.excel.entity.Column
隐藏当前列
hideGridLines() - 类 中的方法org.ttzero.excel.entity.Sheet
设置隐藏“网格线”
HlsColor - org.ttzero.excel.entity.style中的类
Hue-Luminance-Saturation Color Util (OpenXML theme color)
HlsColor() - 类 的构造器org.ttzero.excel.entity.style.HlsColor
 
hlsToRgb(HlsColor) - 类 中的静态方法org.ttzero.excel.entity.style.HlsColor
将HLS颜色转换为RGBA颜色
Horizontals - org.ttzero.excel.entity.style中的类
水平对齐,在样式中位于第1-3
Horizontals() - 类 的构造器org.ttzero.excel.entity.style.Horizontals
 
hr - 类 中的变量org.ttzero.excel.reader.Row
 
hrf - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
hrl - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
Hyperlink - org.ttzero.excel.annotation中的注释类型
指定当前列为"超链接"格式
HYPERLINK - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
HYPERLINK_KEY - 类 中的静态变量org.ttzero.excel.entity.TemplateSheet
内置单元格类型-超链接样式
hyperlinkMap - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
超链接管理
hyperlinkStyle(Styles, int) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
 

I

i - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
option为3/4的时候,i表示list的消费下标
i - 类 中的变量org.ttzero.excel.reader.Cell
x-axis of cell in row
ICellValueAndStyle - org.ttzero.excel.entity中的接口
数据转换并设置样式,将数据写到工作表输出协议之前统一处理数据和样式
id - 类 中的变量org.ttzero.excel.entity.Comments
 
id - 类 中的变量org.ttzero.excel.entity.Picture
Global media id
id - 类 中的变量org.ttzero.excel.entity.Sheet
工作表ID,与当前工作表在工作薄中的下标一致
id - 类 中的变量org.ttzero.excel.entity.style.NumFmt
 
id - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
IDrawingsWriter - org.ttzero.excel.entity中的接口
多媒体类型输出协议(目前只支持图片)
idx - 类 中的变量org.ttzero.excel.entity.Picture
Record image position, internal parameters, please do not use
IGNORE_CASE - 类 中的静态变量org.ttzero.excel.reader.HeaderRow
Ignore Case (Ignore case matching column names)
ignoreColumn(AccessibleObject) - 类 中的方法org.ttzero.excel.entity.ListSheet
导出时忽略某些字段或方法,默认解析IgnoreExport注解,支持自定义注解
ignoreColumn(AccessibleObject) - 类 中的方法org.ttzero.excel.reader.HeaderRow
Ignore some columns, override this method to add custom filtering
IgnoreExport - org.ttzero.excel.annotation中的注释类型
忽略导出,标记有此注解的字段和方法导出时将被忽略,一般用于忽略敏感字段
ignoreHeader() - 类 中的方法org.ttzero.excel.entity.Sheet
忽略表头,调用此方法后表头将不会输出到Excel中,注意这里不是隐藏
IgnoreImport - org.ttzero.excel.annotation中的注释类型
忽略导入,标记有此注解的字段和方法导入时将被忽略
ignoreValue() - 类 中的方法org.ttzero.excel.entity.Column
忽略Body的数据只输出表头
IMAGE - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
in(List<T>) - 类 中的方法org.ttzero.excel.validation.ListValidation
 
in(T...) - 类 中的方法org.ttzero.excel.validation.ListValidation
 
in(Dimension) - 类 中的方法org.ttzero.excel.validation.ListValidation
 
includeAutoWidth - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
If there are any auto-width columns
incrementDrawingCounter() - 类 中的方法org.ttzero.excel.entity.Workbook
图片记数器自增
incrementMediaCounter() - 类 中的方法org.ttzero.excel.entity.Workbook
媒体记数器,一般情况下media与worksheet对应
index - 类 中的变量org.ttzero.excel.entity.Row
 
index - 类 中的变量org.ttzero.excel.reader.Row
 
index - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
INDEX_BORDER - 类 中的静态变量org.ttzero.excel.entity.style.Styles
 
INDEX_FILL - 类 中的静态变量org.ttzero.excel.entity.style.Styles
 
INDEX_FONT - 类 中的静态变量org.ttzero.excel.entity.style.Styles
 
INDEX_HORIZONTAL - 类 中的静态变量org.ttzero.excel.entity.style.Styles
 
INDEX_NUMBER_FORMAT - 类 中的静态变量org.ttzero.excel.entity.style.Styles
 
INDEX_VERTICAL - 类 中的静态变量org.ttzero.excel.entity.style.Styles
 
INDEX_WRAP_TEXT - 类 中的静态变量org.ttzero.excel.entity.style.Styles
 
indexedColors - 类 中的静态变量org.ttzero.excel.entity.style.ColorIndex
Default indexed color
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(Method[], Method) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
Found source method in methods array witch the source method equals it or the has a same method name and return-type and same parameters
indexOf(String[], String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
查找字符串在数组中第一次出现的位置,查找是从数组头向尾逐一比较,时间复杂度n(n为数组长度), 建议只应用于小数组查找,待查找字符串v可以为null,但数组不能为null
indexOf(String, int, int, int) - 类 中的静态方法org.ttzero.excel.util.StringUtil
查找某个字符ch在字符串str的位置,与String.indexOf(int, int)不同之处在于 后者从开始位置查找到字符串结尾,而前者需要指定一个结束位置查找范围在fromIndextoIndex之间
IndexSharedStringTable - org.ttzero.excel.reader中的类
 
IndexSharedStringTable() - 类 的构造器org.ttzero.excel.reader.IndexSharedStringTable
Create a temp file to storage the index
IndexSharedStringTable(Path) - 类 的构造器org.ttzero.excel.reader.IndexSharedStringTable
Constructor a IndexSharedStringTable with a exists index file
init() - 类 中的方法org.ttzero.excel.entity.ListSheet
初始化表头信息,如果未指定Columns则默认反射T及其父类的所有字段, 并采集所有标记有ExcelColumn注解的字段和方法(这里限制无参数且仅有一个返回值的方法), Column顺序由colIndex决定,如果没有colIndex则按字段和方法在 Java Bean中的定义顺序而定。
init() - 类 中的方法org.ttzero.excel.entity.SharedStrings
Create a temp file to storage all text cells
init() - 类 中的方法org.ttzero.excel.entity.TemplateSheet
读取模板头信息并复杂到当前工作表
init() - 类 中的方法org.ttzero.excel.entity.Workbook
已过时。
不需要主动初始化,后续将删除
init(Path) - 类 中的方法org.ttzero.excel.reader.ExcelReader
初始化,初始化过程将进行内容检查,和创建全局属性(样式,字符共享区)以及工作表但不会实际读取工作表
init(SharedStrings, Styles, int) - 类 中的方法org.ttzero.excel.reader.XMLRow
 
initWriter(Path) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
initWriter(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
INLINESTR - 类 中的静态变量org.ttzero.excel.reader.Cell
 
innerShadow - 类 中的变量org.ttzero.excel.drawing.Effect
 
INPUT_STREAM - 类 中的静态变量org.ttzero.excel.reader.Cell
 
insert(Column[], int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
 
insertSheet(int, Sheet) - 类 中的方法org.ttzero.excel.entity.Workbook
在指定下标插入一个工作表Sheet
int2Col(int) - 类 中的静态方法org.ttzero.excel.entity.Sheet
列下标转为Excel列标识,Excel列标识由大写字母A-Z组合,Z后为AA如此循环,最大下标XFD 数字 | Excel列 -------+--------- 1 | A 10 | J 26 | Z 27 | AA 28 | AB 53 | BA 16_384 | XFD
intVal - 类 中的变量org.ttzero.excel.reader.Cell
Integer value contain short
is(Class<?>) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
isAllowDirectOutput(Class<?>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
检查数据类型是否可简单导出,简单导出的类型是相对于实体而言,它们一定是Java内置类型且被其它实体组合使用
isAutoSize() - 类 中的方法org.ttzero.excel.entity.Sheet
是否全局自适应列宽,此值使用autoSize()==1判断
isAutoSize() - 类 中的方法org.ttzero.excel.entity.Workbook
获取当前工作薄是否为自适应宽度
isBackground() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
isBigDecimal(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为BigDecimal类型
isBlank() - 类 中的方法org.ttzero.excel.reader.Row
判断单行的所有单元格是否为空,所有单元格无值或空字符串时返回true
isBlank(int) - 类 中的方法org.ttzero.excel.reader.Row
判断单元格是否为空值
isBlank(String) - 类 中的方法org.ttzero.excel.reader.Row
判断单元格是否为空值
isBlank(Cell) - 类 中的方法org.ttzero.excel.reader.Row
判断单元格是否为空值
isBlank(CharSequence) - 类 中的静态方法org.ttzero.excel.util.StringUtil
检查字符串是否为null或空白字符
isBold() - 类 中的方法org.ttzero.excel.entity.style.Font
检查是否有“粗体”样式
isBool(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为booleanBoolean类型
isChar(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为charCharacter类型
isDate(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为Date类型
isDate(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
Test the style is data format
isDateTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为Timestamp类型
isDouble(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为双精度浮点类型
isDoubleUnderline() - 类 中的方法org.ttzero.excel.entity.style.Font
检查是否有“双下划线”样式
isEffectiveBorder() - 类 中的方法org.ttzero.excel.entity.style.Border
检查边框是否有效(样式不为NONE)
isEmpty() - 类 中的方法org.ttzero.excel.reader.Row
判断单行无有效单元格,仅空Tag<row />时返回true
isEmpty(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
检查字符串是否为空字符串,当字符串snullString.isEmpty则返回true
isEOF() - 类 中的方法org.ttzero.excel.entity.RowBlock
是否已结束
isFirstMergedCell(List<Dimension>, int, int) - 类 中的静态方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Test whether the coordinate is the first cell of the merged cell, and use Grid.test(int, int) to determine yes before calling this method
isFloat(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为单精度浮点类型
isHidden() - 类 中的方法org.ttzero.excel.entity.Row
判断当前行是否隐藏
isHidden() - 类 中的方法org.ttzero.excel.entity.Sheet
工作表是否隐藏
isHidden() - 类 中的方法org.ttzero.excel.reader.Row
获取当前行是否隐藏,仅XMLFullRow支持
isHidden() - 接口 中的方法org.ttzero.excel.reader.Sheet
判断当前工作表是否隐藏
isHidden() - 类 中的方法org.ttzero.excel.reader.XMLSheet
Test Worksheet is hidden
isHide() - 类 中的方法org.ttzero.excel.entity.Column
判断当前列是否“隐藏”
isIgnoreValue() - 类 中的方法org.ttzero.excel.entity.Column
是否忽略数据
isInt(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为int, char, byte or short或包装类型
isItalic() - 类 中的方法org.ttzero.excel.entity.style.Font
检查是否有“斜体”样式
isJavaPackage(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
判断一个类是否属于javaJDK
isLocalDate(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为LocalDate类型
isLocalDateTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为LocalDateTime类型
isLocalTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为LocalTime类型
isLong(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为longLong类型
isNotBlank(CharSequence) - 类 中的静态方法org.ttzero.excel.util.StringUtil
检查字符串不为null或非空白字符
isNotEmpty(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
检查字符串不为空字符串,当字符串s不为null且长度大小0则返回true
isOdd(int) - 类 中的静态方法org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
检查是否需要添加斑马线样式
isScrollToVisibleArea() - 类 中的方法org.ttzero.excel.entity.Sheet
是否滚动到可视区,当起始行列不在A1时,如果返回true则打开Excel文件时 自动将首行首列滚动左上角第一个位置,如果返回false时打开Excel文件左上角可视区为A1
isShare() - 类 中的方法org.ttzero.excel.entity.Column
获取是否将字符串放入共享区
isShort(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为shortShort类型
isShow() - 接口 中的方法org.ttzero.excel.reader.Sheet
判断当前工作表是否显示
isShowGridLines() - 类 中的方法org.ttzero.excel.entity.Sheet
是否显示“网格线”
isShowGridLines() - 接口 中的方法org.ttzero.excel.reader.FullSheet
工作表是否显示网络线
isStrikeThru() - 类 中的方法org.ttzero.excel.entity.style.Font
检查是否有“删除线”样式
isString(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为String类型
isTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
判断是否为Time类型
isTrusted() - 类 中的方法org.ttzero.excel.util.FileSignatures.Signature
可信任的,必须在白名单列出的资源格式
isUnderline() - 类 中的方法org.ttzero.excel.entity.style.Font
检查是否有“下划线”样式
isv - 类 中的变量org.ttzero.excel.reader.Cell
InputStream value (picture stream), auto-close after writen
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.CSVSheet
csv行迭代器,配合工作表输出协议获取数据可以极大降低内存消耗
iterator() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Returns an iterator over elements of type String
iterator - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
 
iterator() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Returns an iterator over elements of type Cache.Entry<K, V>.
iterator() - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
 
iterator() - 接口 中的方法org.ttzero.excel.reader.Sheet
构建一个行迭代器(包含空行),注意返回的Row对象是内存共享的所以不能直接收集, 收集数据前需要使用Row.to(java.lang.Class<T>)方法转为对象或者使用Row.toMap()方法转为Map再收集。
iterator() - 类 中的方法org.ttzero.excel.reader.XMLSheet
Iterating each row of data contains header information and blank lines
iterator() - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
Read csv format file.
IWorkbookWriter - org.ttzero.excel.entity中的接口
工作薄输出协议,负责协调所有部件输出并组装所有零散的文件
IWorksheetWriter - org.ttzero.excel.entity中的接口
工作表输出协议,负责将工作表Sheet格式化输出,它会循环调用Sheet.nextBlock() 方法获取数据并写入磁盘直到RowBlock.isEOF()返回EOF标记为止,整个过程只有一个 RowBlock行块常驻内存,一个RowBlock行块默认包含32个Row行,这样可以保证 较小的内存开销。

J

JOHAB - 类 中的静态变量org.ttzero.excel.entity.style.Charset
130 朝鲜语字符集(Johab)
joinType - 类 中的变量org.ttzero.excel.drawing.Outline
 
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.Column
Java对象中的字段、Map的Key或者SQL语句中的select字段,具体值由工作表类型决定
kx - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies the horizontal skew angle (0-360)
ky - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies the vertical skew angle (0-360)

L

l - 类 中的变量org.ttzero.excel.entity.style.HlsColor
Luminance
lastColumn - 类 中的变量org.ttzero.excel.reader.Dimension
末尾列号 (one base)
lastRow() - 类 中的方法org.ttzero.excel.entity.RowBlock
获取本批次行块中最后一个数据
lastRow - 类 中的变量org.ttzero.excel.reader.Dimension
末尾行号 (one base)
lastRowMark - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
latitude - 类 中的变量org.ttzero.excel.drawing.Camera
The preset placement can be altered by specifying a child rot element.
latitude - 类 中的变量org.ttzero.excel.drawing.LightRig
The preset placement can be altered by specifying a child rot element.
lc - 类 中的变量org.ttzero.excel.entity.Row
 
lc - 类 中的变量org.ttzero.excel.reader.Row
 
left() - 类 中的方法org.ttzero.excel.entity.ListSheet
数组中剩余多少数据
LEFT - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
length - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
lessThan(V2) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
 
lessThanOrEqual(V2) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
 
LightRig - org.ttzero.excel.drawing中的类
 
LightRig() - 类 的构造器org.ttzero.excel.drawing.LightRig
 
lightRig - 类 中的变量org.ttzero.excel.drawing.Scene3D
A light rig is relevant when there is a 3D bevel.
likeByTarget(String) - 类 中的方法org.ttzero.excel.manager.RelManager
 
limit() - 类 中的方法org.ttzero.excel.entity.RowBlock
本批次共装填了多少数据
lineSeparator - 接口 中的静态变量org.ttzero.excel.manager.Const
"\n" in UNIX systems, "\r\n" in Windows systems.
LinkedScanner() - 类 的构造器org.ttzero.excel.reader.Grid.LinkedScanner
 
list - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
option为3/4的时候,填充的数据保存到list
LIST_KEY - 类 中的静态变量org.ttzero.excel.entity.TemplateSheet
内置单元格类型-序列
listCellImages(ZipFile, ZipEntry) - 类 中的方法org.ttzero.excel.reader.XMLDrawings
拉取WPS单元格内嵌图片
listDeclaredFields(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared fields that contains all supper class
listDeclaredFields(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared fields that contains all supper class
listDeclaredFields(Class<?>, Predicate<Field>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared fields that contains all supper class
listDeclaredFields(Class<?>, Class<?>, Predicate<Field>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared fields that contains all supper class
listDeclaredFieldsUntilJavaPackage(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared fields that contains all supper class
listDeclaredFieldsUntilJavaPackage(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared fields that contains all supper class
listDeclaredFieldsUntilJavaPackage(Class<?>, Predicate<Field>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared fields that contains all supper class
listDeclaredMethods(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared methods that contains all supper class
listDeclaredMethods(Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared methods that contains all supper class
listDeclaredMethods(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared methods that contains all supper class
listDeclaredMethods(Class<?>, Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared methods that contains all supper class
ListMapSheet<T> - org.ttzero.excel.entity中的类
ListMapSheetListSheet的一个子集,因为取值方式完全不同所以将其独立, 未指定表头信息时ListMapSheet将导出全字段这是与ListSheet完全不同的设定
ListMapSheet() - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
ListMapSheet(String) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并指定工作表名称
ListMapSheet(Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并指定表头信息
ListMapSheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并指定工作表名称和表头信息
ListMapSheet(String, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并指定工作表名称,水印和表头信息
ListMapSheet(List<Map<String, T>>) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并添加导出数据
ListMapSheet(String, List<Map<String, T>>) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并指定工作表名和添加导出数据
ListMapSheet(List<Map<String, T>>, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并添加导出数据和表头信息
ListMapSheet(String, List<Map<String, T>>, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化指定名称工作表并添加导出数据和表头信息
ListMapSheet(List<Map<String, T>>, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并添加导出数据和表头信息
ListMapSheet(String, List<Map<String, T>>, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化指定名称工作表并添加导出数据和表头信息
listPictures() - 接口 中的方法org.ttzero.excel.reader.Drawings
列出所有工作表包含的图片
listPictures(Sheet) - 接口 中的方法org.ttzero.excel.reader.Drawings
列出指定工作表包含的图片
listPictures() - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取Excel包含的所有图片,Drawings.Picture对象包含工作表的单元格行列信息,最重要的是包含localPath属性, 它是图片的临时路径可以通过此路径复制图片
listPictures() - 接口 中的方法org.ttzero.excel.reader.Sheet
获取当前工作表包含的所有图片
listPictures() - 类 中的方法org.ttzero.excel.reader.XMLDrawings
列出所有工作表包含的图片
listPictures() - 类 中的方法org.ttzero.excel.reader.XMLSheet
List all pictures in workbook
listReadMethods(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared read methods that contains all supper class
listReadMethods(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared read methods that contains all supper class
listReadMethods(Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared read methods that contains all supper class
listReadMethods(Class<?>, Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared read methods that contains all supper class
ListSheet<T> - org.ttzero.excel.entity中的类
对象数组工作表,内部使用List<T>做数据源,所以它是应用最广泛的一种工作表。
ListSheet() - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
ListSheet(String) - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表并指定工作表名称
ListSheet(Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表并指定表头信息
ListSheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表并指定工作表名称和表头信息
ListSheet(String, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表并指定工作表名称,水印和表头信息
ListSheet(List<T>) - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表并指定初始数据
ListSheet(String, List<T>) - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表并指定工作表名称和初始数据
ListSheet(List<T>, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表并指定初始数据和表头
ListSheet(String, List<T>, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表并指定工作表名称、初始数据和表头
ListSheet(List<T>, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表并指定初始数据、水印和表头
ListSheet(String, List<T>, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
实例化工作表并指定工作表名称、初始数据、水印和表头
ListSheet.EntryColumn - org.ttzero.excel.entity中的类
ListSheet独有的列对象,除了Column包含的信息外,它还保存当列对应的字段和方法, 后续会通过这两个属性进行反射获取对象中的值,优先通过get方法获取,如果找不到get方法则直接 使用Field获取值
ListValidation<T> - org.ttzero.excel.validation中的类
序列验证,限定单元格的值只能在序列中选择
ListValidation() - 类 的构造器org.ttzero.excel.validation.ListValidation
 
listWriteMethods(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared write methods that contains all supper class
listWriteMethods(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared write methods that contains all supper class
listWriteMethods(Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared methods that contains all supper class
listWriteMethods(Class<?>, Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared methods that contains all supper class
load(InputStream) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Load the style file from disk
load(InputStream) - 类 中的静态方法org.ttzero.excel.entity.style.Theme
 
load() - 类 中的方法org.ttzero.excel.reader.SharedStrings
Load the sharedString.xml file and instance word cache
load() - 接口 中的方法org.ttzero.excel.reader.Sheet
加载工作表,读取工作表之前必须先使用此方法加载,使用Reader的场景已默认加载无需手动加载
load() - 类 中的方法org.ttzero.excel.reader.XMLSheet
加载sheet.xml并解析头信息,如果已加载则直接跳到标记位
LOCAL_DATE_TIME - 类 中的静态变量org.ttzero.excel.util.DateUtil
通用日期格式化 yyyy-MM-dd HH:mm:ss
localPath - 类 中的变量org.ttzero.excel.entity.Picture
图片临时路径
localPath - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
图片的临时路径
LOGGER - 类 中的变量org.ttzero.excel.entity.csv.CSVWorkbookWriter
LOGGER
LOGGER - 类 中的变量org.ttzero.excel.entity.e7.XMLWorkbookWriter
LOGGER
LOGGER - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
LOGGER
LOGGER - 类 中的变量org.ttzero.excel.entity.Sheet
LOGGER
LOGGER - 类 中的静态变量org.ttzero.excel.reader.ExcelReader
LOGGER
LOGGER - 类 中的变量org.ttzero.excel.reader.Row
 
LOGGER - 类 中的变量org.ttzero.excel.reader.XMLDrawings
LOGGER
LONG - 类 中的静态变量org.ttzero.excel.reader.Cell
 
longitude - 类 中的变量org.ttzero.excel.drawing.Camera
The preset placement can be altered by specifying a child rot element.
longitude - 类 中的变量org.ttzero.excel.drawing.LightRig
The preset placement can be altered by specifying a child rot element.
longVal - 类 中的变量org.ttzero.excel.reader.Cell
Long value
lowFirstKey(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
首字母小写,转化是强制的它并不会检查空串,外部最好不要使用

M

m - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
m: 合并范围 正数为行合并 负数为列合并 v: 数据验证范围
makeKey(String) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
MALFORMED_CHAR - 类 中的静态变量org.ttzero.excel.util.ExtBufferedWriter
Replace malformed characters
malloc(int) - 类 中的方法org.ttzero.excel.entity.Row
分配指定大小的连续单元格
map - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
option=2时,填充的数据保存到map
mapping - 类 中的变量org.ttzero.excel.reader.HeaderRow
 
mark() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Sets this buffer's mark at its position.
mark(Dimension) - 类 中的方法org.ttzero.excel.reader.Grid.FastGrid
 
mark(Dimension) - 类 中的方法org.ttzero.excel.reader.Grid.FractureGrid
 
mark(Dimension) - 类 中的方法org.ttzero.excel.reader.Grid.IndexGrid
 
mark(String) - 接口 中的方法org.ttzero.excel.reader.Grid
Mark `1` at the specified coordinates
mark(char[], int, int) - 接口 中的方法org.ttzero.excel.reader.Grid
Mark `1` at the specified coordinates
mark(Dimension) - 接口 中的方法org.ttzero.excel.reader.Grid
Mark `1` at the specified Dimension
mark - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
markAsReadOnly() - 类 中的方法org.ttzero.excel.entity.Workbook
文档保护-标记只读
markAsReadOnly() - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
文档保护-只读标记
markEOF() - 类 中的方法org.ttzero.excel.entity.RowBlock
标记行块已结束,后续将不再装填数据
Marker(XMLSheet) - 类 的构造器org.ttzero.excel.reader.XMLSheet.Marker
 
markExtProp() - 类 中的方法org.ttzero.excel.entity.Sheet
标记扩展参数(非必要操作)
markIndex(long[], int) - 类 中的静态方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
Mark the bits at the specified position as 1
material - 类 中的变量org.ttzero.excel.drawing.Shape3D
Specifies a preset material type, which is a combination of lighting characteristics which are intended to mimic the material.
max - 类 中的变量org.ttzero.excel.reader.Col
列索引范围(one base)
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
MEDIA_KEY - 类 中的静态变量org.ttzero.excel.entity.TemplateSheet
内置单元格类型-图片
MediaColumn - org.ttzero.excel.annotation中的注释类型
指定当前列为"媒体"格式 默认情况下总是以"值"的形式导出,如果需要导出图片则必须添加MediaColumn注解, 在指定属性的同时可以使用MediaColumn.presetEffect()设置预设图片效果
mediaPath - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
mediaType - 类 中的变量org.ttzero.excel.reader.Cell
图片源类型
merge(int, Cell) - 类 中的方法org.ttzero.excel.reader.Grid.FastGrid
 
merge(int, Cell) - 类 中的方法org.ttzero.excel.reader.Grid.FractureGrid
 
merge(int, Cell) - 类 中的方法org.ttzero.excel.reader.Grid.IndexGrid
 
merge(int, Cell) - 接口 中的方法org.ttzero.excel.reader.Grid
Merge cell in range cells
MERGE_CELLS - 接口 中的静态变量org.ttzero.excel.manager.Const.ExtendPropertyKey
Merge cells key(2-position)
mergeCells - 类 中的变量org.ttzero.excel.entity.TemplateSheet
合并单元格(输出时需特殊处理)
mergeCells0 - 类 中的变量org.ttzero.excel.entity.TemplateSheet
缓存源文件合并单元格 Key: 首坐标 Value:单元格范围
mergeCellsIfNull(List<Dimension>, Row[]) - 类 中的方法org.ttzero.excel.reader.HeaderRow
Copy column name on merge cells
mergeGlobalSetting(Class<?>) - 类 中的方法org.ttzero.excel.entity.ListSheet
设置全局设置
mergeHeaderCellsIfEquals() - 类 中的方法org.ttzero.excel.entity.CSVSheet
 
mergeHeaderCellsIfEquals() - 类 中的方法org.ttzero.excel.entity.ListMapSheet
合并表头
mergeHeaderCellsIfEquals() - 类 中的方法org.ttzero.excel.entity.Sheet
合并表头
MergeSheet - org.ttzero.excel.reader中的接口
支持复制合并单元格的工作表,可以通过Sheet.asMergeSheet()将普通工作表转为MergeSheet 通常合并单元格的值保存在左上角第一个单元格中其余单元格的值为null,如果要读取这类合并单元的值就需要特殊处理, 如果将工作表转为MergeSheet就可以直接获取合并范围内的所有单元格的值,每个值均为首个单元格的值。
method - 类 中的变量org.ttzero.excel.entity.ListSheet.EntryColumn
当前列对应的get方法,这里不限get方法,无参且仅有一个返回值的方法均可以
methodPut(int, Row, Object) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
MIDDLE_COMPRESSION - 类 中的静态变量org.ttzero.excel.util.ZipUtil
Compression level for middle compression.
min - 类 中的变量org.ttzero.excel.reader.Col
列索引范围(one base)
miterLimit - 类 中的变量org.ttzero.excel.drawing.Outline
If the JoinType is set to the Miter, the MiterLimit property is multiplied by half the width value to specify a distance at which the intersection of lines is clipped.
mkdir(Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Create a directory
mktmp(String) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Create a temp directory
modifyBorder(int, Border) - 类 中的方法org.ttzero.excel.entity.style.Styles
修改“边框”样式
modifyFill(int, Fill) - 类 中的方法org.ttzero.excel.entity.style.Styles
修改“填充”样式
modifyFont(int, Font) - 类 中的方法org.ttzero.excel.entity.style.Styles
修改“字体”样式
modifyHorizontal(int, int) - 类 中的方法org.ttzero.excel.entity.style.Styles
修改“水平对齐”样式
modifyNumFmt(int, NumFmt) - 类 中的方法org.ttzero.excel.entity.style.Styles
修改“格式化”样式
modifyVertical(int, int) - 类 中的方法org.ttzero.excel.entity.style.Styles
修改“垂直对齐”样式
modifyWrapText(int, boolean) - 类 中的方法org.ttzero.excel.entity.style.Styles
修改"自动折行"样式
more() - 类 中的方法org.ttzero.excel.entity.ListSheet
除了实例化ListSheet工作表指定的数据外,导出过程中会使用more方法获取更多数据, 直到返回null或空为止。
MUST_CHECK_PART - 类 中的静态变量org.ttzero.excel.reader.ExcelReader
配置必要的安全检查项,解析Excel文件之前会检查是否包含这些必须项,只要有一个不包含就抛ExcelReadException异常, 可以在外部移除/添加检查项,当前支持的资源类型看请查看Const.ContentType

N

name - 类 中的变量org.ttzero.excel.entity.Column
Excel表头名称,未指定表头名时默认以#key的值代替
name - 类 中的变量org.ttzero.excel.entity.Sheet
工作表名称
name - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
names - 类 中的变量org.ttzero.excel.reader.HeaderRow
 
namespace - 类 中的变量org.ttzero.excel.entity.TemplateSheet.Node
命令空间
namespaceMapper - 类 中的变量org.ttzero.excel.entity.TemplateSheet
填充数据缓存
nChar - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
newLine() - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Writes a line separator.
newReader(Path) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Create a CSV reader.
newReader(Path, Charset) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Create a CSV reader.
newReader(Path, char) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Create a CSV reader.
newReader(Path, char, Charset) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Create a CSV reader.
newWriter(Path) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Create a CSV writer
newWriter(Path, Charset) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Create a CSV writer
newWriter(Path, char) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Create a CSV writer
newWriter(Path, char, Charset) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Create a CSV writer
newWriter(BufferedWriter) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Create a CSV writer
newWriter(OutputStream) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Create a CSV writer
next - 类 中的变量org.ttzero.excel.entity.Column
多行表头中指向后一个Column
next() - 类 中的方法org.ttzero.excel.entity.RowBlock
迭代取数
next() - 类 中的方法org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
 
next() - 类 中的方法org.ttzero.excel.reader.RowSetIterator
 
next() - 类 中的方法org.ttzero.excel.util.CSVUtil.RowsIterator
 
next() - 类 中的方法org.ttzero.excel.util.CSVUtil.SharedRowsIterator
 
nextBlock() - 类 中的方法org.ttzero.excel.entity.ListMapSheet
获取下一段RowBlock行块数据,工作表输出协议通过此方法循环获取行数据并落盘, 行块被设计为一个滑行窗口,下游输出协议只能获取一个窗口的数据默认包含32行。
nextBlock() - 类 中的方法org.ttzero.excel.entity.Sheet
获取下一段RowBlock行块数据,工作表输出协议通过此方法循环获取行数据并落盘, 行块被设计为一个滑行窗口,下游输出协议只能获取一个窗口的数据默认包含32行。
nextBlock() - 类 中的方法org.ttzero.excel.entity.SimpleSheet
获取下一段RowBlock行块数据,工作表输出协议通过此方法循环获取行数据并落盘, 行块被设计为一个滑行窗口,下游输出协议只能获取一个窗口的数据默认包含32行。
nextBlock() - 类 中的方法org.ttzero.excel.entity.TemplateSheet
获取下一段RowBlock行块数据,工作表输出协议通过此方法循环获取行数据并落盘, 行块被设计为一个滑行窗口,下游输出协议只能获取一个窗口的数据默认包含32行。
nextCell() - 类 中的方法org.ttzero.excel.reader.XMLRow
Loop parse cell
nextRow - 类 中的变量org.ttzero.excel.reader.RowSetIterator
 
nextRow() - 类 中的方法org.ttzero.excel.reader.XMLSheet
iterator rows
Node() - 类 的构造器org.ttzero.excel.entity.TemplateSheet.Node
 
nodes - 类 中的变量org.ttzero.excel.entity.Comments.C
 
nodes - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
节点信息
nonBlank() - 类 中的方法org.ttzero.excel.reader.Row
判断单行是否包含值,任意单元格有值且不为空字符串时返回true
NonBlankIterator(Supplier<Row>) - 类 的构造器org.ttzero.excel.reader.RowSetIterator.NonBlankIterator
 
None() - 类 的构造器org.ttzero.excel.processor.Converter.None
 
None() - 类 的构造器org.ttzero.excel.processor.StyleProcessor.None
 
nonEmpty() - 类 中的方法org.ttzero.excel.reader.Row
判断单行是否包含有效单元格,包含任意实例化单元格时返回true
nonHeader - 类 中的变量org.ttzero.excel.entity.Sheet
忽略表头 -1 未设置, 0 输出表头, 1 忽略表头
notBetween(V1, V2) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
 
nowEqual(V1) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
 
NS - org.ttzero.excel.manager中的注释类型
Namespace
NUMERIC - 类 中的静态变量org.ttzero.excel.reader.Cell
 
numFmt - 类 中的变量org.ttzero.excel.entity.Column
表格体格式化,自定义格式化可以覆写方法NumFmt.calcNumWidth(double, Font)调整计算
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() - 类 的构造器org.ttzero.excel.entity.style.NumFmt
 
NumFmt(String) - 类 的构造器org.ttzero.excel.entity.style.NumFmt
 

O

o - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
option=1时,填充的数据保存到o
OEM - 类 中的静态变量org.ttzero.excel.entity.style.Charset
255 通常由 Microsoft MS-DOS 应用程序显示的扩展字符
of(int, int) - 类 中的静态方法org.ttzero.excel.entity.Panes
 
of(Column) - 类 中的静态方法org.ttzero.excel.entity.ResultSetSheet.SQLColumn
 
of(Font) - 类 中的静态方法org.ttzero.excel.entity.style.Font
java.awt.Font字体转为当前字体
of(int) - 类 中的静态方法org.ttzero.excel.entity.style.Horizontals
 
of(String) - 类 中的静态方法org.ttzero.excel.entity.style.NumFmt
Create a NumFmt
of(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
向全局样式库中添加样式,添加前会先查询是否已有相同样式,如果有则直接返回该样式在全局样式库中的索引值, 不存在则将该样式添加到样式库末尾
of(int) - 类 中的静态方法org.ttzero.excel.entity.style.Verticals
 
of(String) - 类 中的静态方法org.ttzero.excel.entity.WaterMark
使用一段文本创建水印
of(Path) - 类 中的静态方法org.ttzero.excel.entity.WaterMark
使用本地图片创建水印
of(InputStream) - 类 中的静态方法org.ttzero.excel.entity.WaterMark
使用图片流创建水印,可以下载远程图片创建水印
of(V1, V2) - 类 中的静态方法org.ttzero.excel.manager.docProps.Tuple2
 
of(Relationship...) - 类 中的静态方法org.ttzero.excel.manager.RelManager
 
of(String) - 类 中的静态方法org.ttzero.excel.reader.Dimension
解析范围字符串,有效的范围字符串至少包含一个起始坐标,最多包含两个坐标,坐标间使用‘:’分隔
of(XMLSheet) - 类 中的静态方法org.ttzero.excel.reader.XMLSheet.Marker
 
OFFICE_DOCUMENT - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
onProgress(BiConsumer<Sheet, Integer>) - 类 中的方法org.ttzero.excel.entity.Sheet
添加进度观察者,在数据较大的导出过程中添加观察者打印进度可避免被误解为程序假死 new ListSheet<>().onProgress((sheet, row) -> { System.out.println(sheet + " write " + row + " rows"); })
onProgress(BiConsumer<Sheet, Integer>) - 类 中的方法org.ttzero.excel.entity.Workbook
添加一个进度监听器,可以在较大导出时展示进度 new Workbook().onProgress((sheet, row) -> { System.out.println(sheet + " write " + row + " rows"); })
operator - 类 中的变量org.ttzero.excel.validation.Validation
操作符,不指定时默认between
option - 类 中的变量org.ttzero.excel.entity.Column
标志位集合,保存一些简单的标志位以节省空间,对应的位点说明如下 Bit | Contents ------+--------- 31, 1 | 自动换行 1位 30, 2 | 自适应列宽 2位, 0: auto, 1: auto-size 2: fixed-size 28, 1 | 忽略导出值 1位, 仅导出表头 27, 1 | 隐藏列 1位 26, 1 | 共享字符串 1位 25, 2 | 列类型, 0: 默认导出为文本 1: 导出为图片 2: 超链接 23, 2 | 垂直对齐 21, 3 | 水平对齐
option - 类 中的变量org.ttzero.excel.entity.TemplateSheet.Node
标志位集合,保存一些简单的标志位以节省空间,对应的位点说明如下 Bit | Contents --- -+--------- 7, 1 | 是否为占位符 0: 普通文本 1: 占位符 6, 3 | 1: 超链接 2: 图片 3: 序列
option - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
-1: EOF 0: Null 1: Object 2: Map 3: List map 4: List Object
option - 类 中的变量org.ttzero.excel.reader.HeaderRow
Simple properties Bit | Contents ------+--------- 31. 1 | Force Import 30. 1 | Ignore Case (Ignore case matching column names) 29. 1 | Camel Case
option - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
options - 类 中的变量org.ttzero.excel.validation.ListValidation
可选的序列值
org.ttzero.excel.annotation - 程序包 org.ttzero.excel.annotation
 
org.ttzero.excel.drawing - 程序包 org.ttzero.excel.drawing
 
org.ttzero.excel.entity - 程序包 org.ttzero.excel.entity
 
org.ttzero.excel.entity.csv - 程序包 org.ttzero.excel.entity.csv
 
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
 
org.ttzero.excel.validation - 程序包 org.ttzero.excel.validation
 
originalSheetIndex - 类 中的变量org.ttzero.excel.entity.TemplateSheet
源工作表索引
originalSheetName - 类 中的变量org.ttzero.excel.entity.TemplateSheet
源工作表名
outline - 类 中的变量org.ttzero.excel.drawing.Effect
 
Outline - org.ttzero.excel.drawing中的类
The style of the shape's outline is specified with the <a:ln> element.
Outline() - 类 的构造器org.ttzero.excel.drawing.Outline
 
outlineLevel - 类 中的变量org.ttzero.excel.entity.Row
 
Override(String, String) - 类 的构造器org.ttzero.excel.entity.e7.ContentType.Override
 

P

pack(int[]) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
padding - 类 中的变量org.ttzero.excel.entity.Picture
Padding top | right | bottom | left
padding - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
Padding top | right | bottom | left
paging() - 类 中的方法org.ttzero.excel.entity.ListSheet
分页处理,如果达到分页条件时会复制一个新的工作表插入到当前位置之后
paging() - 类 中的方法org.ttzero.excel.entity.Sheet
分批拉取数据
Panes - org.ttzero.excel.entity中的类
Panes
Panes() - 类 的构造器org.ttzero.excel.entity.Panes
 
Panes(int, int) - 类 的构造器org.ttzero.excel.entity.Panes
 
ParamProcessor - org.ttzero.excel.processor中的接口
Setting the PreparedStatement parameters
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
解析字符串为字体 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字体 红字
parse() - 类 中的方法org.ttzero.excel.reader.XMLDrawings
解析图片
parseBOF() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
parseCalcChain(InputStream) - 接口 中的静态方法org.ttzero.excel.reader.CalcSheet
 
parseCells() - 类 中的方法org.ttzero.excel.reader.XMLRow
Loop parse cell
parseCellValue(Cell) - 类 中的方法org.ttzero.excel.reader.XMLRow
Parse cell value
parseClass(Class<?>) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
解析对象的方法和字段,方便后续取数
parseColor(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Parse color tag
parsed - 类 中的变量org.ttzero.excel.reader.XMLDrawings
是否已解析,保证数据只被解析一次
parseDimension(Element, Namespace) - 类 中的静态方法org.ttzero.excel.reader.XMLDrawings
 
parseDimension() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
parseDrawings(ZipFile, ZipEntry, Path) - 类 中的方法org.ttzero.excel.reader.XMLDrawings
 
path - 类 中的变量org.ttzero.excel.entity.CSVSheet
csv文件路径
path - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
path - 类 中的变量org.ttzero.excel.reader.Cell
File path (picture file)
path - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
PatternType - org.ttzero.excel.entity.style中的枚举
2.4.53 ST_enmPattern PatternType
pf - 类 中的变量org.ttzero.excel.entity.TemplateSheet
占位符位置标记 pf: 当前占位符的行号 pi: 当前占位符在preNodes的下标 afr:auto-filter row
pi - 类 中的变量org.ttzero.excel.entity.TemplateSheet
占位符位置标记 pf: 当前占位符的行号 pi: 当前占位符在preNodes的下标 afr:auto-filter row
picName - 类 中的变量org.ttzero.excel.entity.Picture
Relative location name in drawings, not the original name of the file. eq: image1.png
Picture - org.ttzero.excel.entity中的类
Picture
Picture() - 类 的构造器org.ttzero.excel.entity.Picture
 
Picture() - 类 的构造器org.ttzero.excel.reader.Drawings.Picture
 
pictures - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
Store async pictures
pictures - 类 中的变量org.ttzero.excel.entity.TemplateSheet
图片
pictures - 类 中的变量org.ttzero.excel.reader.XMLDrawings
临时保存所有工作表包含的图片
PLAIN - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
默认文本
PNG - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
PNG - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
Png
pom() - 接口 中的静态方法org.ttzero.excel.entity.IWorkbookWriter
获取pom配置相关信息
position(int) - 类 中的方法org.ttzero.excel.entity.RowBlock
设置游标到指定位置
position() - 类 中的方法org.ttzero.excel.entity.RowBlock
获取当前游标
position() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Returns this buffer's position.
Pr(String, int) - 类 的构造器org.ttzero.excel.entity.Comments.Pr
 
Pr(Font) - 类 的构造器org.ttzero.excel.entity.Comments.Pr
 
PreCalc - org.ttzero.excel.reader中的类
Preprocessed calc node
PreCalc(long) - 类 的构造器org.ttzero.excel.reader.PreCalc
 
PreCell() - 类 的构造器org.ttzero.excel.entity.TemplateSheet.PreCell
 
preCells - 类 中的变量org.ttzero.excel.entity.TemplateSheet
包含占位符的单元格预处理后的结果
prefix - 类 中的变量org.ttzero.excel.entity.TemplateSheet
占位符前缀和后缀
prefixMatch(String[], String) - 类 中的静态方法org.ttzero.excel.entity.TemplateSheet
前缀匹配,数组中的词为前缀词
preNodes - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
 
prepare(Sheet) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
预处理样式和占位符
prepareCellValue(int, int, String, int, int) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
单元格字符串预处理,检测是否包含占位符以及占位符预处理
prepareCommonData(FullSheet) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
解析公共数据
presetCamera - 类 中的变量org.ttzero.excel.drawing.Camera
Preset camera
PresetPictureEffect - org.ttzero.excel.drawing中的枚举
图片预设效果,实现Excel内置的28种图片样式
prev - 类 中的变量org.ttzero.excel.entity.Column
多行表头中指向前一个Column
PRINTER_SETTINGS - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
PRINTSETTING - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
processor - 类 中的变量org.ttzero.excel.entity.Column
输出转换器,通常用于将不可读的状态值或枚举值转换为可读的文本输出到Excel
progressConsumer - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
A progress window
progressConsumer - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
A progress window
progressConsumer - 类 中的变量org.ttzero.excel.entity.Sheet
导出进度窗口,默认情况下RowBlock每刷新一次就会更新一次进度,也就是每32行通知一次
property - 类 中的变量org.ttzero.excel.entity.Picture
0: Move and size with cells 1: Move but don't size with cells 2: Don't move or size with cells
property - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
0: Move and size with cells 1: Move but don't size with cells 2: Don't move or size with cells
prst - 类 中的变量org.ttzero.excel.drawing.Bevel
预设棱台
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(String, Object) - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
将指定的键值对添加到属性集合中
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.
put(Grid.Scanner.Entry) - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
 
put(Grid.Scanner.Entry) - 接口 中的方法org.ttzero.excel.reader.Grid.Scanner
 
putAll(Map<String, Object>) - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
将指定的属性集合添加到当前对象中
putAllExtProp(Map<String, Object>) - 类 中的方法org.ttzero.excel.entity.Sheet
批量添加扩展参数,key存在时覆盖原值
putCustomProperties(Map<String, Object>) - 类 中的方法org.ttzero.excel.entity.Workbook
添加自定义属性,自定义属性可以从"信息"->"属性"->"自定义属性"查看 注意:只支持"文本""数字""日期"以及"布尔值",其它数据类型将使用toString强转换为文本
putCustomProperty(String, Object) - 类 中的方法org.ttzero.excel.entity.Workbook
添加自定义属性,自定义属性可以从"信息"->"属性"->"自定义属性"查看 注意:只支持"文本""数字""日期"以及"布尔值",其它数据类型将使用toString强转换为文本
putExtProp(String, Object) - 类 中的方法org.ttzero.excel.entity.Sheet
添加扩展参数,key存在时覆盖原值
putExtPropIfAbsent(String, Object) - 类 中的方法org.ttzero.excel.entity.Sheet
添加扩展参数,如果key不存在则添加,存在时忽略

Q

quickFindCellImages(Sheet, Map<String, Path>) - 类 中的方法org.ttzero.excel.reader.XMLDrawings
快整查询内嵌图片在工作表中的位置

R

R() - 类 的构造器org.ttzero.excel.entity.Comments.R
 
rangeCheck(int) - 类 中的方法org.ttzero.excel.reader.Row
Check the cell ranges,
read(ByteBuffer) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Returns a ByteBuffer data from channel position
read(Path) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
以只读"值"的方式读取Excel文件,如果文件为xls格式则需要将eec-e3-support添加进classpath,未识别到文件类型则抛ExcelReadException
read(InputStream) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
以只读"值"的方式读取Excel字节流
read(Path, Class<T>) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Read csv format file by UTF-8 charset.
read(Path) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Read csv format file by UTF-8 charset.
read(Path, char) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Read csv format file by UTF-8 charset.
read(Path, Class<T>, Charset) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Read csv format file.
read(Path, Charset) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Read csv format file.
read(Path, char, Charset) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Read csv format file.
readData() - 类 中的方法org.ttzero.excel.reader.SharedStrings
Read data from main reader forward only
reader - 类 中的变量org.ttzero.excel.entity.TemplateSheet
读取模板用
reader - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
readMethodsMap(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared read methods that contains all supper class
readMore() - 类 中的方法org.ttzero.excel.reader.SharedStrings
Load string record from xml
realColIndex - 类 中的变量org.ttzero.excel.entity.Column
实际列索引,它与Excel列号对应,该值通过内部计算而来,请不要在外部修改
realloc(int) - 类 中的方法org.ttzero.excel.entity.Row
比较并重分配连续n个单元格,此方法会比较传入的参数n与当前单元格数量比较, 当n大于当前数量时才进行重分配
ref - 类 中的变量org.ttzero.excel.entity.Comments.C
 
referer - 类 中的变量org.ttzero.excel.validation.ListValidation
引用其它可选序列的坐标
reflection - 类 中的变量org.ttzero.excel.drawing.Effect
 
Reflection - org.ttzero.excel.drawing中的类
Creates a partial image reflection near your picture, with a few options for angles and degree of the reflection.
Reflection() - 类 的构造器org.ttzero.excel.drawing.Reflection
 
ReflectUtil - org.ttzero.excel.util中的类
 
RELATION - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
Relation
Relationship - org.ttzero.excel.entity中的类
资源的关联关系,Excel将部分资源统一存放在一个公共区域,例如图片,图表,批注等。
Relationship() - 类 的构造器org.ttzero.excel.entity.Relationship
 
Relationship(String, String) - 类 的构造器org.ttzero.excel.entity.Relationship
 
Relationship(String, String, String) - 类 的构造器org.ttzero.excel.entity.Relationship
 
Relationship(String, 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.e7.XMLDrawingsWriter
 
relManager - 类 中的变量org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
relManager - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
关系管理器(worksheet的副本)
relManager - 类 中的变量org.ttzero.excel.entity.Sheet
关系管理器
RelManager - org.ttzero.excel.manager中的类
引用管理器
RelManager() - 类 的构造器org.ttzero.excel.manager.RelManager
 
relManager - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
reMarkPath(Path, Path) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
reMarkPath(Path, Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
reMarkPath(Path, Path, String) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
移动文件到指定位置,如果已存在相同文件名则会在文件名后追回(n)以区分, n从1开始如果已存在(n)则新文件名为(n + 1) 例:目标文件夹已存在a.xlsxb(5).xlsx两个文件,添加一个名为a.xlsx的文件 因为a.xlsx已存在所以新文件另存为a(1).xlsx,添加一个名为b.xlsx的文件则新文件另存为b(6).xlsx
REMOTE_URL - 类 中的静态变量org.ttzero.excel.reader.Cell
 
remove(int) - 类 中的方法org.ttzero.excel.entity.Workbook
移除指定位置的工作表Sheet
remove(String) - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
移除指定属性
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
removeCustomProperty(String) - 类 中的方法org.ttzero.excel.entity.Workbook
删除自定义属性
reopen() - 类 中的方法org.ttzero.excel.entity.RowBlock
重新打开行块,reopen将标记清除以达到重用的目的
reset(Row, Cell, Object, Column) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
重置单元格的值和样式,Row和Cell都是内存共享的,所以每个单元格均需要重置值和样式
reset() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Resets this buffer's position to the previously-marked position.
reset() - 接口 中的方法org.ttzero.excel.reader.Sheet
重置游标以重头开始读,可以起到重复读的用处,不过此方法不是必要的,也可以直接通过reader获取对应工作表也可以
reset() - 类 中的方法org.ttzero.excel.reader.XMLSheet.Marker
 
reset() - 类 中的方法org.ttzero.excel.reader.XMLSheet
Reset the XMLSheet's row index to begging
resetBlockData() - 类 中的方法org.ttzero.excel.entity.CSVSheet
重置RowBlock行块数据,使用csv行迭代器逐行读取数据并重置行块,由于csv格式并不包含任务样式 所以CSVSheet并不支持任务样式设定
resetBlockData() - 类 中的方法org.ttzero.excel.entity.EmptySheet
Reset the row-block data
resetBlockData() - 类 中的方法org.ttzero.excel.entity.ListMapSheet
重置RowBlock行块数据
resetBlockData() - 类 中的方法org.ttzero.excel.entity.ListSheet
重置RowBlock行块数据
resetBlockData() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
重置RowBlock行块数据
resetBlockData() - 类 中的方法org.ttzero.excel.entity.Sheet
你需要覆写本方法获取行数据并将Java对象或自定义行数据通过ICellValueAndStyle.reset(org.ttzero.excel.entity.Row, org.ttzero.excel.reader.Cell, java.lang.Object, org.ttzero.excel.entity.Column)转换器将数据转换为输出协议允许的结构, ICellValueAndStyle#reset方法除转换数据外还添单元格样式
resetBlockData() - 类 中的方法org.ttzero.excel.entity.SimpleSheet
重置RowBlock行块数据
resetBlockData() - 类 中的方法org.ttzero.excel.entity.TemplateSheet
 
resetCommonProperties(Column[]) - 类 中的方法org.ttzero.excel.entity.Sheet
 
resizeColumnWidth(File, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Resize column width
ResultSetSheet - org.ttzero.excel.entity中的类
ResultSetSheet的数据源为ResultSet一般情况下它用于存储过程, ResultSetSheet可以将存储过程的查询结果直接转为工作表的数据,省掉将查结果转为 Java对象再转为工作表输出协议的数据结构。
ResultSetSheet() - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
ResultSetSheet(String) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表并指定工作表名称
ResultSetSheet(Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表并指定表头信息
ResultSetSheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表并指定工作表名称和表头信息
ResultSetSheet(String, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表并指定工作表名称,水印和表头信息
ResultSetSheet(ResultSet) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表并指定数据源ResultSet
ResultSetSheet(String, ResultSet) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表并指定工作表名和数据源ResultSet
ResultSetSheet(ResultSet, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表并指定数据源ResultSet和表头信息
ResultSetSheet(String, ResultSet, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表并指定工作表名、数据源ResultSet和表头信息
ResultSetSheet(ResultSet, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表并指定数据源ResultSet、水印和表头信息
ResultSetSheet(String, ResultSet, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
实例化工作表并指定工作表名、数据源ResultSet、水印和表头信息
ResultSetSheet.SQLColumn - org.ttzero.excel.entity中的类
ResultSetSheet独有的列对象,除了Column包含的信息外,它还保存当列对应的SQL类型和 ResultSet下标,有了下标后续列取值可直接根据ri直接取值
retain() - 类 中的方法org.ttzero.excel.util.CSVUtil.SharedRowsIterator
Retain current row data
reverseHeadColumn() - 类 中的方法org.ttzero.excel.entity.Sheet
反转表头
reversion(Row, Cell, Class<?>) - 类 中的方法org.ttzero.excel.processor.Converter.None
 
reversion(Row, Cell, Class<?>) - 接口 中的方法org.ttzero.excel.processor.Converter
输入转换器,读取Excel时将单元格的值转为指定类型T
revolution - 类 中的变量org.ttzero.excel.drawing.Camera
The preset placement can be altered by specifying a child rot element.
revolution - 类 中的变量org.ttzero.excel.drawing.LightRig
The preset placement can be altered by specifying a child rot element.
revolve - 类 中的变量org.ttzero.excel.entity.Picture
Revolve -360 ~ 360
revolve - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
Revolve -360 ~ 360
rgbToHls(Color) - 类 中的静态方法org.ttzero.excel.entity.style.HlsColor
将RGBA颜色转换为HLS颜色
ri - 类 中的变量org.ttzero.excel.entity.ResultSetSheet.SQLColumn
ResultSet下标
rig - 类 中的变量org.ttzero.excel.drawing.LightRig
Preset Properties
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
rotWithShape - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies whether the shadow rotates with the shape if the shape is rotated
round10(double) - 类 中的静态方法org.ttzero.excel.entity.style.Font
 
row - 类 中的变量org.ttzero.excel.entity.Panes
Panes row
row(int) - 类 中的静态方法org.ttzero.excel.entity.Panes
 
row - 类 中的变量org.ttzero.excel.entity.Picture
Axis (one base)
Row - org.ttzero.excel.entity中的类
行数据,每个Row对象包含一组连续的Cell单元格, 它的设计与在Office中看到的结构完全一样
Row() - 类 的构造器org.ttzero.excel.entity.Row
 
row - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
单元格行列值,行从1开始 列从0开始
Row - org.ttzero.excel.reader中的类
行数据,每行数据都包含0个到多个单元格Cell,无论是获取单元格的数据还是样式都是通过本类实现, Cell对象并不提供任何获取信息的方法,Row除了提供最原始的Row.getInt(int)Row.getString(int) 等方法外还能调用Row.to(java.lang.Class<T>)Row.too(java.lang.Class<T>)方法将行转为指定对象,to方法和too的区别在于前者每一行都会 创建一个独立的对象而后者是内存共享的,如果需要使用数组或集合类收集对象则需要使用to方法,流式one-by-one的场景建议 使用too方法。
Row() - 类 的构造器org.ttzero.excel.reader.Row
 
row - 异常错误 中的变量org.ttzero.excel.reader.TypeCastException
行号,从1开始
ROW_BLOCK_SIZE - 接口 中的静态变量org.ttzero.excel.manager.Const
Size of row-block
RowBlock - org.ttzero.excel.entity中的类
RowBlock行块由多个连续的Row行组成,默认包含连续的32Row行。
RowBlock() - 类 的构造器org.ttzero.excel.entity.RowBlock
以默认大小实例化行块,默认32
RowBlock(int) - 类 的构造器org.ttzero.excel.entity.RowBlock
实例化行块并指定容量
rowBlock - 类 中的变量org.ttzero.excel.entity.Sheet
行块,它由连续的一组默认大小为32Row组成的迭代器,该对象是内存共享的, 可以通过覆写Sheet.getRowBlockSize()指定其它大小,一般不建议修改。
rowHeight - 类 中的变量org.ttzero.excel.entity.Sheet
指定数据行高
rowIterator - 类 中的变量org.ttzero.excel.entity.TemplateSheet
行数据迭代器
RowNum - org.ttzero.excel.annotation中的注释类型
注入行号,可用于读取Excel时注入该行在文件中的绝对行号 注意:此行号是Excel的绝对行号,与打开Excel看到的行号完全一致,从1开始
rows - 类 中的变量org.ttzero.excel.entity.Sheet
统计已写入数据行数,不包含表头
rows - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
 
rows() - 接口 中的方法org.ttzero.excel.reader.Sheet
返回一个行流,它与Sheet.iterator()具有相同的功能
RowSetIterator - org.ttzero.excel.reader中的类
行迭代器
RowSetIterator(Supplier<Row>) - 类 的构造器org.ttzero.excel.reader.RowSetIterator
 
RowSetIterator.NonBlankIterator - org.ttzero.excel.reader中的类
 
rPr - 类 中的变量org.ttzero.excel.entity.Comments.R
 
rs - 类 中的变量org.ttzero.excel.entity.ResultSetSheet
数据源ResultSet
RUSSIAN - 类 中的静态变量org.ttzero.excel.entity.style.Charset
204 西里尔文 用于俄语、保加利亚语及其他一些中欧语言

S

s - 类 中的变量org.ttzero.excel.entity.style.HlsColor
Saturation
saveAsCSV() - 类 中的方法org.ttzero.excel.entity.Workbook
另存为Comma-Separated Values格式,默认使用','逗号分隔
saveAsCSV(Charset) - 类 中的方法org.ttzero.excel.entity.Workbook
以指定字符集保存为Comma-Separated Values格式,默认使用','逗号分隔
saveAsCSV(Path) - 接口 中的方法org.ttzero.excel.reader.Sheet
将当前工作表另存为CSV格式并保存到path文件中,默认以UTF-8字符集保存
saveAsCSV(Path, Charset) - 接口 中的方法org.ttzero.excel.reader.Sheet
将当前工作表另存为CSV格式以UTF-8字符集保存保存到path文件中
saveAsCSV(OutputStream) - 接口 中的方法org.ttzero.excel.reader.Sheet
将当前工作表另存为CSV格式并输出到指定字节流
saveAsCSV(OutputStream, Charset) - 接口 中的方法org.ttzero.excel.reader.Sheet
将当前工作表另存为CSV格式并指定字符集然后输出到指定流
saveAsCSV(BufferedWriter) - 接口 中的方法org.ttzero.excel.reader.Sheet
将当前工作表另存为CSV格式并输出到指定流
saveAsCSVWithBom() - 类 中的方法org.ttzero.excel.entity.Workbook
另存为Comma-Separated Values格式并保存BOM,默认使用','逗号分隔
saveAsCSVWithBom(Charset) - 类 中的方法org.ttzero.excel.entity.Workbook
以指定字符集保存为Comma-Separated Values格式并保存BOM,默认使用','逗号分隔
scene3D - 类 中的变量org.ttzero.excel.drawing.Effect
 
Scene3D - org.ttzero.excel.drawing中的类
3D 场景属性
Scene3D() - 类 的构造器org.ttzero.excel.drawing.Scene3D
 
SCHEMA_MAIN - 接口 中的静态变量org.ttzero.excel.manager.Const
Open xml schema
search(Column[], int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
 
searchSpan() - 类 中的方法org.ttzero.excel.reader.XMLRow
 
SECOND_OF_DAY - 类 中的静态变量org.ttzero.excel.util.DateUtil
保存1天的秒数
setAlpha(int) - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
 
setAlpha(int) - 类 中的方法org.ttzero.excel.drawing.Glow
 
setAlpha(int) - 类 中的方法org.ttzero.excel.drawing.Outline
 
setAlpha(int) - 类 中的方法org.ttzero.excel.drawing.Reflection
 
setAlpha(int) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setAngle(Enums.Angle) - 类 中的方法org.ttzero.excel.drawing.LightRig
 
setAngle(Enums.Angle) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setApplication(String) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setAppVersion(String) - 类 中的方法org.ttzero.excel.manager.docProps.App
Setting the app version, it must not be null
setAutoSize(boolean) - 类 中的方法org.ttzero.excel.entity.Workbook
设置全局自适应列宽
setBevelBottom(Bevel) - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
setBevelTop(Bevel) - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
setBgColor(Color) - 类 中的方法org.ttzero.excel.entity.style.Fill
 
setBinary(byte[]) - 类 中的方法org.ttzero.excel.reader.Cell
 
setBlur(double) - 类 中的方法org.ttzero.excel.drawing.Reflection
 
setBlur(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setBool(boolean) - 类 中的方法org.ttzero.excel.reader.Cell
 
setBorder(Border) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列统一“边框”样式
setBorder(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
设置上-下-左-右四个方位的边框样式
setBorder(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
设置上-下-左-右四个方位的边框样式和颜色
setBorderBottom(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
设置下边框样式
setBorderBottom(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
设置下边框样式和颜色
setBorderLeft(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
设置上边框样式
setBorderLeft(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
设置左边框样式和颜色
setBorderRight(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
设置右边框样式
setBorderRight(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
设置右边框样式和颜色
setBorderTop(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
设置上边框样式
setBorderTop(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
设置上边框样式和颜色
setByteBuffer(ByteBuffer) - 类 中的方法org.ttzero.excel.reader.Cell
 
setCalc(char[]) - 类 中的方法org.ttzero.excel.reader.PreCalc
 
setCamera(Camera) - 类 中的方法org.ttzero.excel.drawing.Scene3D
 
setCap(Enums.Cap) - 类 中的方法org.ttzero.excel.drawing.Outline
 
setCategory(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setCells(Cell[]) - 类 中的方法org.ttzero.excel.reader.Row
Setting custom Cell
setCells(Cell[], int, int) - 类 中的方法org.ttzero.excel.reader.Row
Setting custom Cell
setCellStyle(int) - 类 中的方法org.ttzero.excel.entity.Column
设置单元格样式值,样式值由背景,边框,字体等进行“或”运算而来
setCellValue(Row, Cell, Object, Column, Class<?>, boolean) - 类 中的方法org.ttzero.excel.entity.csv.CSVCellValueAndStyle
Setting cell value
setCellValue(Row, Cell, Object, Column, Class<?>, boolean) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
设置单元格的值,如果有动态转换器则调用转换器
setCellValueAndStyle(ICellValueAndStyle) - 类 中的方法org.ttzero.excel.entity.Sheet
设置数据转换器,用于将Java对象转为各工作表输出协议可接受的数据结构,一般会将每个单元格的值输出为Cell对象, 它与Sheet数据源中的Java类型完全分离,使得下游的输出协议有统一输入源。
setChar(char) - 类 中的方法org.ttzero.excel.reader.Cell
 
setCharset(Charset) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
设置字符集
setCharset(Charset) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
设置字符集
setCharset(Charset) - 类 中的方法org.ttzero.excel.entity.CSVSheet
设置读取CSV使用的字符集
setCharset(int) - 类 中的方法org.ttzero.excel.entity.style.Font
设置字体的字符集 注意:字体是全局共享的所以修改属性前需要先复制字体
setClass(Class<?>) - 类 中的方法org.ttzero.excel.entity.ListSheet
指定泛型T的实际类型,不指定时默认由反射或数组中第一个对象类型而定
setClass(Class<?>) - 类 中的方法org.ttzero.excel.reader.HeaderRow
mapping
setClassOnce(Class<?>) - 类 中的方法org.ttzero.excel.reader.HeaderRow
mapping and instance
setClazz(Class<?>) - 类 中的方法org.ttzero.excel.entity.Column
设置列数据类型,数据影响单元格对齐,默认字符串左对齐、数字右对齐、日期居中
setCmpd(Enums.CompoundType) - 类 中的方法org.ttzero.excel.drawing.Outline
 
setCode(String) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
setCol(int) - 类 中的方法org.ttzero.excel.entity.Panes
 
setColIndex(int) - 类 中的方法org.ttzero.excel.entity.Column
设置列下标,下标从0开始对应Excel的A列,这里设置的下标是绝对位置, 如果表头下标不连续那么导出的时候列也是不连续的
setColor(Color) - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
 
setColor(Color) - 类 中的方法org.ttzero.excel.drawing.Glow
 
setColor(Color) - 类 中的方法org.ttzero.excel.drawing.Outline
 
setColor(Color) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setColor(Color) - 类 中的方法org.ttzero.excel.entity.style.Font
设置字体颜色 注意:字体是全局共享的所以修改属性前需要先复制字体
setColumns(Column...) - 类 中的方法org.ttzero.excel.entity.Sheet
设置表头,无数据时依然会导出该表头
setColumns(List<Column>) - 类 中的方法org.ttzero.excel.entity.Sheet
设置表头,无数据时依然会导出该表头
setCompany(String) - 类 中的方法org.ttzero.excel.entity.Workbook
设置公司名,建议控制在64个字符以内
setCompany(String) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setContentType(String) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Type
 
setContourColor(Color) - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
setContourWidth(double) - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
setConverter(Converter<?>) - 类 中的方法org.ttzero.excel.entity.Column
设置转换器,导出的时候将状态值或枚举值转为文本,导入的时候将文本转为状态或枚举值
setCore(Core) - 类 中的方法org.ttzero.excel.entity.Workbook
设置文档属性,包含主题,关键词,分类等信息
setCreated(Date) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setCreator(String) - 类 中的方法org.ttzero.excel.entity.Workbook
设置作者 默认使用System.getProperty("user.name")命令获取系统当前登录用户名,这通常不是一个好主意。
setCreator(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setDash(Enums.DashPattern) - 类 中的方法org.ttzero.excel.drawing.Outline
 
setData(List<T>) - 类 中的方法org.ttzero.excel.entity.ListSheet
设置初始数据,导出的时候依然会调用ListSheet.more() 方法以获取更多数据
setData(BiFunction<Integer, T, List<T>>) - 类 中的方法org.ttzero.excel.entity.ListSheet
设置数据生产者,如果设置了此值ListSheet.more()方法将从此生产者中获取数据
setData(Object) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
绑定数据到默认命名空间,默认命名空间为null
setData(String, Object) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
绑定数据到指定命名空间上
setData(BiFunction<Integer, Object, List<?>>) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
绑定一个Supplier到默认命名空间,适用于未知长度或数量最大的数组
setData(String, BiFunction<Integer, Object, List<?>>) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
绑定一个Supplier到指定命名空间,适用于未知长度或数量最大的数组
setDate(int) - 类 中的方法org.ttzero.excel.reader.Cell
 
setDateTime(double) - 类 中的方法org.ttzero.excel.reader.Cell
 
setDecimal(BigDecimal) - 类 中的方法org.ttzero.excel.reader.Cell
 
setDelimiter(char) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
Settings delimiter char
setDelimiter(char) - 类 中的方法org.ttzero.excel.entity.CSVSheet
Settings delimiter char
setDescription(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setDiagonal(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
设置左上右下和左下右上的边框样式
setDiagonal(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
设置左上右下和左下右上的边框样式和颜色
setDiagonalDown(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
设置左上到右下的边框样式
setDiagonalDown(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
设置左上到右下边框样式和颜色
setDiagonalUp(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
设置左下到右上的边框样式
setDiagonalUp(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
设置左下到右上边框样式和颜色
setDirection(int) - 类 中的方法org.ttzero.excel.drawing.Reflection
 
setDirection(int) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setDist(double) - 类 中的方法org.ttzero.excel.drawing.Glow
 
setDist(double) - 类 中的方法org.ttzero.excel.drawing.Reflection
 
setDist(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setDouble(double) - 类 中的方法org.ttzero.excel.reader.Cell
 
setDrawings(Drawings) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting the Drawings info
setEffect(Effect) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列全局图片效果,只有当columnTypeMedia时生效
setExtension(String) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Default
 
setExtrusionColor(Color) - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
setExtrusionHeight(double) - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
setFamily(int) - 类 中的方法org.ttzero.excel.entity.style.Font
设置字体家族 注意:字体是全局共享的所以修改属性前需要先复制字体
setFgColor(Color) - 类 中的方法org.ttzero.excel.entity.style.Fill
 
setFill(Fill) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setFill(Fill) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列统一“填充”样式
setFont(Font) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列统一“字体”样式
setFormula(String) - 类 中的方法org.ttzero.excel.reader.Cell
 
setFov(double) - 类 中的方法org.ttzero.excel.drawing.Camera
 
setGeometry(Enums.ShapeType) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setGeometryAdjustValueList(List<Tuple2<String, String>>) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setGlow(Glow) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setHeader(List<String>) - 类 中的方法org.ttzero.excel.entity.EmptySheet
设置表头信息,与Columns不同的是本方法只设置表头值并不带任何其它属性,可以看为Sheet.setColumns(List)的简化方法
setHeader(String...) - 类 中的方法org.ttzero.excel.entity.EmptySheet
设置表头信息,与Columns不同的是本方法只设置表头值并不带任何其它属性,可以看为Sheet.setColumns(Column...)的简化方法
setHeader(List<String>) - 类 中的方法org.ttzero.excel.entity.SimpleSheet
设置表头信息,与Columns不同的是本方法只设置表头值并不带任何其它属性,可以看为Sheet.setColumns(List)的简化方法
setHeader(String...) - 类 中的方法org.ttzero.excel.entity.SimpleSheet
设置表头信息,与Columns不同的是本方法只设置表头值并不带任何其它属性,可以看为Sheet.setColumns(Column...)的简化方法
setHeader(HeaderRow) - 类 中的方法org.ttzero.excel.reader.Row
设置表头
setHeaderColumnReadOption(int) - 接口 中的方法org.ttzero.excel.reader.Sheet
设置表头读取属性,将行数据转对象时由于Excel中的值与Java对象中定义的不同会使双方不匹配,设置读取属性可丰富读取能力, 多个属性可叠加 HeaderRow.FORCE_IMPORT: 强制导入,即使没有(ExcelColumn注解 HeaderRow.IGNORE_CASE: 忽略大小写匹配 HeaderRow.CAMEL_CASE: 驼峰风格匹配 reader.sheet(0).setHeaderColumnReadOption(HeaderRow.FORCE_IMPORT | HeaderRow.IGNORE_CASE)
setHeaderColumnReadOption(int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting header columns preprocessing properties
setHeaderComment(Comment) - 类 中的方法org.ttzero.excel.entity.Column
设置表头批注
setHeaderHeight(double) - 类 中的方法org.ttzero.excel.entity.Column
设置行高,最终的行高取所有列最大值,当行高设置为0时效果与隐藏相同
setHeaderRowHeight(double) - 类 中的方法org.ttzero.excel.entity.Sheet
设置表头行高,其优化级低于Column.setHeaderHeight(double)设置的值 可接受负数和零,负数等价与未设置默认行高为13.5,零效果等价于隐藏,但不能通过右建“取消隐藏”
setHeaderStyle(int) - 类 中的方法org.ttzero.excel.entity.Column
设置表头单元格样式值,样式值由背景,边框,字体等进行“或”运算而来
setHeadStyle(Font, Fill, Border) - 类 中的方法org.ttzero.excel.entity.Sheet
已过时。
可能因为Style未初始化出现 NPE,目前最可靠的只有Sheet.setHeadStyle(int)
setHeadStyle(Font, Fill, Border, int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
已过时。
可能因为Style未初始化出现 NPE,目前最可靠的只有Sheet.setHeadStyle(int)
setHeadStyle(NumFmt, Font, Fill, Border, int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
已过时。
可能因为Style未初始化出现 NPE,目前最可靠的只有Sheet.setHeadStyle(int)
setHeadStyle(int) - 类 中的方法org.ttzero.excel.entity.Sheet
设置统一的表头样式值
setHeadStyleIndex(int) - 类 中的方法org.ttzero.excel.entity.Sheet
设置统一的表头样式索引
setHeight(double) - 类 中的方法org.ttzero.excel.drawing.Bevel
 
setHeight(Double) - 类 中的方法org.ttzero.excel.entity.Comment
 
setHeight(Double) - 类 中的方法org.ttzero.excel.entity.Row
设置行高
setHidden(boolean) - 类 中的方法org.ttzero.excel.entity.Row
设置当前行显示或隐藏
setHorizontal(int) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列统一“水平对齐”样式
setHyperlink(String) - 类 中的方法org.ttzero.excel.reader.Cell
 
setHyperlinksChanged(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setId(String) - 类 中的方法org.ttzero.excel.entity.Relationship
 
setId(int) - 类 中的方法org.ttzero.excel.entity.Sheet
设置工作表ID,请不要在外部随意修改,否则打开文件异常
setId(int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting id of worksheet
setIndex(int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
setInnerShadow(Shadow) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setInputStream(InputStream) - 类 中的方法org.ttzero.excel.reader.Cell
 
setInt(int) - 类 中的方法org.ttzero.excel.reader.Cell
 
setJoinType(Enums.JoinType) - 类 中的方法org.ttzero.excel.drawing.Outline
 
setKeywords(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setKx(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setKy(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setLastModifiedBy(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setLatitude(double) - 类 中的方法org.ttzero.excel.drawing.Camera
 
setLatitude(double) - 类 中的方法org.ttzero.excel.drawing.LightRig
 
setLightRig(LightRig) - 类 中的方法org.ttzero.excel.drawing.Scene3D
 
setLinksUpToDate(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setLong(long) - 类 中的方法org.ttzero.excel.reader.Cell
 
setLongitude(double) - 类 中的方法org.ttzero.excel.drawing.Camera
 
setLongitude(double) - 类 中的方法org.ttzero.excel.drawing.LightRig
 
setMaterial(Enums.Material) - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
setMiterLimit(double) - 类 中的方法org.ttzero.excel.drawing.Outline
 
setModified(Date) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setName(String) - 类 中的方法org.ttzero.excel.entity.Column
设置表头列名
setName(String) - 类 中的方法org.ttzero.excel.entity.Sheet
设置工作表表名,使用Office打开文件时它将显示在底部的Tab栏 注意:内部不会检查重名,所以请在外部保证在一个工作薄下所有工作表名唯一,否则打开文件异常
setName(String) - 类 中的方法org.ttzero.excel.entity.style.Font
设置字体名 注意:字体是全局共享的所以修改属性前需要先复制字体
setName(String) - 类 中的方法org.ttzero.excel.entity.Workbook
设置工作薄名称,如果writeTo方法指定的Path或File为文件夹时该名称将作为最终文件名
setName(String) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting the worksheet name
setNullValue(Row, Cell, Column) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
null值到单元格
setNumFmt(String) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列统一“格式化”样式
setNumFmt(NumFmt) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列统一“格式化”样式
setOptions(int) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
setOutline(Outline) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setOutlineLevel(Integer) - 类 中的方法org.ttzero.excel.entity.Row
设置行层级
setPadding(int) - 类 中的方法org.ttzero.excel.entity.Picture
Padding
setPaddingBottom(int) - 类 中的方法org.ttzero.excel.entity.Picture
Padding Bottom
setPaddingLeft(int) - 类 中的方法org.ttzero.excel.entity.Picture
Padding Left
setPaddingRight(int) - 类 中的方法org.ttzero.excel.entity.Picture
Padding Right
setPaddingTop(int) - 类 中的方法org.ttzero.excel.entity.Picture
Padding Top
setPartName(String) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Override
 
setPath(Path) - 类 中的方法org.ttzero.excel.reader.Cell
 
setPath(String) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting the worksheet xml path
setPatternType(PatternType) - 类 中的方法org.ttzero.excel.entity.style.Fill
 
setPrefix(String) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
设置占位符前缀,默认前缀为$&#x123;
setPresetCamera(Enums.PresetCamera) - 类 中的方法org.ttzero.excel.drawing.Camera
 
setProcessor(ConversionProcessor) - 类 中的方法org.ttzero.excel.entity.Column
设置输出转换器,通常用于动态转换状态值或枚举值为文本
setPrst(Enums.PresetBevel) - 类 中的方法org.ttzero.excel.drawing.Bevel
 
setReflection(Reflection) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setResultSet(ResultSet) - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
设置数据源ResultSet
setRevision(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setRevolution(double) - 类 中的方法org.ttzero.excel.drawing.Camera
 
setRevolution(double) - 类 中的方法org.ttzero.excel.drawing.LightRig
 
setRig(Enums.Rig) - 类 中的方法org.ttzero.excel.drawing.LightRig
 
setRotWithShape(int) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setRow(int) - 类 中的方法org.ttzero.excel.entity.Panes
 
setRowHeight(double) - 类 中的方法org.ttzero.excel.entity.Sheet
设置数据行高,未指定或负数时默认行高为13.5
setScaleCrop(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setScene3D(Scene3D) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setScheme(String) - 类 中的方法org.ttzero.excel.entity.style.Font
设置此字体所属的字体方案,有三种可能的取值"none","major""minor" 注意:字体是全局共享的所以修改属性前需要先复制字体
setShade(int) - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
 
setShadow(Shadow) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setShape3D(Shape3D) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setShare(boolean) - 类 中的方法org.ttzero.excel.entity.Column
设置共享字符串标记,当此标记为true时单元格的字符串将独立保存在共享区
setSharedDoc(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setSharedStrings(SharedStrings) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting the Shared String Table
setSheetWriter(IWorksheetWriter) - 类 中的方法org.ttzero.excel.entity.Sheet
设置输出协议,必须与对应的IWorkbookWriter工作薄输出协议一起使用
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(double) - 类 中的方法org.ttzero.excel.drawing.Reflection
 
setSize(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setSize(int) - 类 中的方法org.ttzero.excel.entity.style.Font
设置字体大小 注意:字体是全局共享的所以修改属性前需要先复制字体
setSize(double) - 类 中的方法org.ttzero.excel.entity.style.Font
设置字体大小 注意:字体是全局共享的所以修改属性前需要先复制字体
setSoftEdges(double) - 类 中的方法org.ttzero.excel.drawing.Effect
 
setStartRowIndex(int) - 类 中的方法org.ttzero.excel.entity.Sheet
指定起始行并将该行自动滚到窗口左上角,行号必须大于0
setStartRowIndex(int, boolean) - 类 中的方法org.ttzero.excel.entity.Sheet
指定起始行并设置是否将该行滚动到窗口左上角,行号必须大于0 默认情况下左上角一定是A1,如果scrollToVisibleArea=0则打开文件时StartRowIndex 将会显示在窗口的第一行
setStatement(PreparedStatement) - 类 中的方法org.ttzero.excel.entity.StatementSheet
设置数据源PreparedStatement
setString(String) - 类 中的方法org.ttzero.excel.reader.Cell
 
setStyle(int) - 类 中的方法org.ttzero.excel.entity.style.Font
设置字体样式,样式定义在Font.Style类中,建议直接调用专用方法Font.bold(), Font.underline(), Font.strikeThru()Font.italic()方法设置, 这几个方法可以组合调用最终效果为组合效果 注意:字体是全局共享的所以修改属性前需要先复制字体
setStyleDesign(T, Cell, Column, StyleProcessor<T>) - 类 中的方法org.ttzero.excel.entity.csv.CSVCellValueAndStyle
Setting all cell style of the specified row
setStyleDesign(T, Cell, Column, StyleProcessor<T>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
行级样式转换器,它的优先级最高
setStyleProcessor(StyleProcessor) - 类 中的方法org.ttzero.excel.entity.Column
设置动态样式转换器,通常用于高亮显示单元格起提醒作用
setStyleProcessor(StyleProcessor<T>) - 类 中的方法org.ttzero.excel.entity.ListSheet
设置行级动态样式处理器,作用于整行优先级高于单元格动态样式处理器
setStyleProcessor(StyleProcessor<ResultSet>) - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
设置行级动态样式处理器,作用于整行优先级高于单元格动态样式处理器
setStyles(Styles) - 类 中的方法org.ttzero.excel.entity.Workbook
设置全局样式Styles
setStyles(Styles) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting Styles
setSubject(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setSuffix(String) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
设置占位符后缀,默认后缀为&#x125;
setSx(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setSy(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
 
setT(char) - 类 中的方法org.ttzero.excel.reader.Cell
 
setTarget(String) - 类 中的方法org.ttzero.excel.entity.Relationship
 
setTargetMode(String) - 类 中的方法org.ttzero.excel.entity.Relationship
 
setTime(double) - 类 中的方法org.ttzero.excel.reader.Cell
 
setTitle(String) - 类 中的方法org.ttzero.excel.entity.Comment
 
setTitle(String, Font) - 类 中的方法org.ttzero.excel.entity.Comment
 
setTitle(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setTitleFont(Font) - 类 中的方法org.ttzero.excel.entity.Comment
 
setTitlePards(List<String>) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setType(String) - 类 中的方法org.ttzero.excel.entity.Relationship
 
setValue(String) - 类 中的方法org.ttzero.excel.entity.Comment
 
setValue(String, Font) - 类 中的方法org.ttzero.excel.entity.Comment
 
setValueFont(Font) - 类 中的方法org.ttzero.excel.entity.Comment
 
setVersion(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setVertical(int) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列统一“垂直对齐”样式
setWaterMark(WaterMark) - 类 中的方法org.ttzero.excel.entity.Sheet
设置水印,优先级高于Workbook中的全局水印
setWaterMark(WaterMark) - 类 中的方法org.ttzero.excel.entity.Workbook
设置水印WaterMark,可以使用WaterMark.of(java.lang.String)静态方法创建
setWidth(double) - 类 中的方法org.ttzero.excel.drawing.Bevel
 
setWidth(double) - 类 中的方法org.ttzero.excel.drawing.Outline
 
setWidth(double) - 类 中的方法org.ttzero.excel.entity.Column
设置列宽,当该列同时标记为“自适应列宽”时最终的列宽取两者中的较小值,当列宽设置为0时效果与隐藏相同
setWidth(Double) - 类 中的方法org.ttzero.excel.entity.Comment
 
setWorkbook(Workbook) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
setWorkbook(Workbook) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
Setting workbook
setWorkbook(Workbook) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
设置工作薄
setWorkbook(Workbook) - 类 中的方法org.ttzero.excel.entity.Sheet
设置工作薄,一般在调用Workbook.addSheet(org.ttzero.excel.entity.Sheet)时设置工作薄,Workbook包含 样式、共享字符区、资源类型等全局配置,为了方便读取所以每个worksheet均包含Workbook句柄
setWorkbookWriter(IWorkbookWriter) - 类 中的方法org.ttzero.excel.entity.Workbook
设置自定义工作薄输出协议
setWorksheet(Sheet) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
setWorksheet(Sheet) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Rest worksheet
setWorksheet(Sheet) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
设置工作表
setWrapText(boolean) - 类 中的方法org.ttzero.excel.entity.Column
设置“自动折行” 折行触发条件:一是当长度超过列宽时折行,二是包含回车符时折行
setZebraLine(Fill) - 类 中的方法org.ttzero.excel.entity.Sheet
设置斑马线填充样式,为了不影响正常阅读建议使用浅色,默认无斑马线
setZebraLine(Fill) - 类 中的方法org.ttzero.excel.entity.Workbook
设置斑马线背景,斑马线是由相同间隔的背景色造成的视觉效果,有助于从视觉上区分每行数据, 但刺眼的背景色可能造成相反的效果,设置之前最好在Office中提前预览效果
setZipEntry(ZipEntry) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting the worksheet zip entry
setZipFile(ZipFile) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting the source zip file
setZoom(int) - 类 中的方法org.ttzero.excel.drawing.Camera
 
shade - 类 中的变量org.ttzero.excel.drawing.Fill.SolidFill
 
shadow - 类 中的变量org.ttzero.excel.drawing.Effect
 
Shadow - org.ttzero.excel.drawing中的类
Adds shading at various possible angles to create an effect of depth.
Shadow() - 类 的构造器org.ttzero.excel.drawing.Shadow
 
shape3D - 类 中的变量org.ttzero.excel.drawing.Effect
 
Shape3D - org.ttzero.excel.drawing中的类
 
Shape3D() - 类 的构造器org.ttzero.excel.drawing.Shape3D
 
SHARED_STRING - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
sharedCalc - 类 中的变量org.ttzero.excel.reader.Row
 
sharedIterator() - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
Read csv format file.
SharedRowsIterator() - 类 的构造器org.ttzero.excel.util.CSVUtil.SharedRowsIterator
 
sharedStream() - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
Read csv format file.
sharedStream(char) - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
Read csv format file.
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.entity.SharedStrings
 
SharedStrings - org.ttzero.excel.reader中的类
Read sharedString data This record contains a list of all strings used anywhere in the workbook.
SharedStrings(String[]) - 类 的构造器org.ttzero.excel.reader.SharedStrings
Constructs a SharedStrings containing the elements of the specified data array
SharedStrings(InputStream, int, int) - 类 的构造器org.ttzero.excel.reader.SharedStrings
Constructs a SharedString with the xml path, please call SharedStrings.load() after instance
SharedStrings(IndexSharedStringTable, int, int) - 类 的构造器org.ttzero.excel.reader.SharedStrings
Constructs a SharedStrings with a IndexSharedStringTable
SharedStringTable - org.ttzero.excel.entity中的类
 
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.csv.CSVWorksheetWriter
 
sheet - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
Sheet - org.ttzero.excel.entity中的类
工作表Worksheet是Excel最重要的组件,在Excel看见的所有内容都是由Worksheet工作表呈现。
Sheet() - 类 的构造器org.ttzero.excel.entity.Sheet
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
Sheet(String) - 类 的构造器org.ttzero.excel.entity.Sheet
实例化工作表并指定工作表名称
Sheet(Column...) - 类 的构造器org.ttzero.excel.entity.Sheet
实例化工作表并指定表头信息
Sheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.Sheet
实例化工作表并指定工作表名称和表头信息
Sheet(String, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.Sheet
实例化工作表并指定工作表名称,水印和表头信息
SHEET - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
SHEET - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
sheet - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
图片所在的工作表 Sheet
sheet(int) - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取指定位置的工作表,此方法默认load工作表所以外部无需再次调用load方法
sheet(String) - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取指定名称的工作表,此方法默认load工作表所以外部无需再次调用load方法
Sheet - org.ttzero.excel.reader中的接口
用于读的工作表,为了性能本工具将读和写分开设计它们具有完全不同的方法, 读取数据时可以通过Sheet.header(int)方法指定表头位置,多行表头时可以指定一个起始行和结束行 来匹配,它将以行1:行2...行n拼按的形式做为Key
sheetDataReady - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
sheetFactory() - 类 中的方法org.ttzero.excel.reader.ExcelReader
通过OPTION创建相应工作表
sheets - 类 中的变量org.ttzero.excel.reader.ExcelReader
保存所有工作表,读取工作表之前必须调用Sheet.load()方法加载初始信息
sheets() - 类 中的方法org.ttzero.excel.reader.ExcelReader
返回一个工作表的流,它将按顺序解析当前excel包含所有工作表(含隐藏工作表), 此方法默认load工作表所以外部无需再次调用load方法
sheetWriter - 类 中的变量org.ttzero.excel.entity.Sheet
工作表输出协议
SHIFTJIS - 类 中的静态变量org.ttzero.excel.entity.style.Charset
128 日文字符集
shotName - 枚举 中的变量org.ttzero.excel.drawing.Enums.Angle
 
shotName - 枚举 中的变量org.ttzero.excel.drawing.Enums.Cap
 
shotName - 枚举 中的变量org.ttzero.excel.drawing.Enums.CompoundType
 
shouldClean - 类 中的变量org.ttzero.excel.entity.CSVSheet
是否需要清理临时资源,实例化时如果传入InputStreamReader时会先将数据保存到临时文件 然后创建迭代器逐行读取数据,这个过程产生的临时文件会在关闭工作表时被一起清理
shouldClose - 类 中的变量org.ttzero.excel.entity.Sheet
标记是否需要关闭,自动分页情况下最后一个worksheet页需要关闭资源,因为所有的数据都是从最原始 的工作表获取,所以只有写完数据之后才能关闭。
shouldDelete - 类 中的变量org.ttzero.excel.entity.SharedStringTable
Delete the temp file if close buffer
show() - 类 中的方法org.ttzero.excel.entity.Column
标记当前列可见(默认可见)
showErrorMessage - 类 中的变量org.ttzero.excel.validation.Validation
显示提示信息
showGridLines - 类 中的变量org.ttzero.excel.entity.Sheet
是否显示"网格线",默认显示
showGridLines() - 类 中的方法org.ttzero.excel.entity.Sheet
设置显示“网格线”
showInputMessage - 类 中的变量org.ttzero.excel.validation.Validation
显示下拉框
si - 类 中的变量org.ttzero.excel.reader.Cell
Shared calc id
Signature(String, String) - 类 的构造器org.ttzero.excel.util.FileSignatures.Signature
 
Signature(String, String, int, int) - 类 的构造器org.ttzero.excel.util.FileSignatures.Signature
 
SimpleSheet<T> - org.ttzero.excel.entity中的类
简单工作表,它的简单之处在于只需要指定单元格的值即可输出,不需要再定义对象也不受@ExcelColumn注解影响 例如Arrays.asList(1, 2, 3)则会将数字1,2,3输出到第一行的A,B,C三列。
SimpleSheet() - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
SimpleSheet(String) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表并指定工作表名称
SimpleSheet(Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表并指定表头信息
SimpleSheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表并指定工作表名称和表头信息
SimpleSheet(String, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表并指定工作表名称,水印和表头信息
SimpleSheet(List<T>) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表并指定初始数据
SimpleSheet(String, List<T>) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表并指定工作表名称和初始数据
SimpleSheet(List<T>, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表并指定初始数据和表头
SimpleSheet(String, List<T>, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表并指定工作表名称、初始数据和表头
SimpleSheet(List<T>, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表并指定初始数据、水印和表头
SimpleSheet(String, List<T>, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
实例化工作表并指定工作表名称、初始数据、水印和表头
simpleTestLength(String) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
size - 类 中的变量org.ttzero.excel.drawing.Reflection
Specifies shadow size (0-100)
size - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies shadow size (1-200) The effect of size is equivalent to sx+sy, for example, size=100 is equivalent to sx=100 and sy=100 NOTE: sx and sy have higher priority than size
size - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
size() - 类 中的方法org.ttzero.excel.entity.EmptySheet
Returns total rows in this worksheet
size - 类 中的变量org.ttzero.excel.entity.Picture
Size
size() - 类 中的方法org.ttzero.excel.entity.RowBlock
已过时。
使用 RowBlock.limit()方法代替
size() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Returns the cache size
size() - 类 中的方法org.ttzero.excel.entity.Sheet
获取已写入的数据行数,这里不包含表头行 注意:由于数据行经由RowBlock行块统一处理,所以这里的已写入只表示写入到 RowBlock行块的数据并非实际已导出的行数,精准的已导出行可以通过Workbook.onProgress(java.util.function.BiConsumer<org.ttzero.excel.entity.Sheet, java.lang.Integer>)监听获取
size() - 类 中的方法org.ttzero.excel.entity.style.Styles
Returns the number of styles
size - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
option为3/4的时候,size表示已拉取数据大小
size() - 类 中的方法org.ttzero.excel.manager.RelManager
 
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.Grid.FastGrid
 
size() - 类 中的方法org.ttzero.excel.reader.Grid.FractureGrid
 
size() - 类 中的方法org.ttzero.excel.reader.Grid.IndexGrid
 
size() - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
 
size() - 接口 中的方法org.ttzero.excel.reader.Grid.Scanner
 
size() - 接口 中的方法org.ttzero.excel.reader.Grid
Returns count of merged cells
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.
softEdges - 类 中的变量org.ttzero.excel.drawing.Effect
Soft Edges (0-100) Fades the existing edge of your image to the degree you specify.
SolidFill() - 类 的构造器org.ttzero.excel.drawing.Fill.SolidFill
 
sortColumns(Column[]) - 类 中的方法org.ttzero.excel.entity.Sheet
列排序,首先会根据用户指定的colIndex进行一次排序,未指定colIndex的列排在最后, 然后将尾部没有colIndex的列插入到数组前方不连续的空白位,如果有重复的colIndex则按 列在当前数组中的顺序依次排序 示例:现有A:1,B,C:4,D,E五列,其中A的colIndex=1,C的colIndex=4 第一轮按colIndex排序后结果为 => A:1,C:4,B,D,E 第二轮将尾部没有colIndex的BDE列插入到前方空白位,A在第1列它前方可以插入B, A:1和C:4之间有2,3两个空白位,将DE分别插入到2,3位,现在结果为 => B:0,A:1,D:2,E:3,C:4
SQLColumn(String, int, Class<?>) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet.SQLColumn
 
SQLColumn(Column) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet.SQLColumn
 
sqlType - 类 中的变量org.ttzero.excel.entity.ResultSetSheet.SQLColumn
SQL类型,等同于Types中的静态类型
sqref - 类 中的变量org.ttzero.excel.validation.Validation
作用范围
srcUrl - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
如果是网络图片,则此属性保留网络图片的原始链接
sRow - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
sst - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
SST - 类 中的静态变量org.ttzero.excel.reader.Cell
 
sst - 类 中的变量org.ttzero.excel.reader.Row
The Shared String Table
sst - 类 中的变量org.ttzero.excel.reader.XMLSheet
The Shared String Table
start - 类 中的变量org.ttzero.excel.entity.ListSheet
控制读取开始和结束下标
startHeaderRow - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
startRow - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
startRow(int, int, Double) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write begin of row
startRow(Row) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
写行的起始属性
startRow - 类 中的变量org.ttzero.excel.reader.XMLRow
 
startRow - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
startRowIndex - 类 中的变量org.ttzero.excel.entity.Sheet
指定起始行,默认从第1行开始,不同行java中的下标这里是指行号,也就是打开excel左侧看到的行号从1开始
StatementSheet - org.ttzero.excel.entity中的类
StatementSheet的数据源为ResultSet,它也是ResultSetSheet的子类, 用于将数据库的数据导出到Excel,它并不限制数据库类型,只需实现jdbc协议即可,使用StatementSheet 可以避免将查询结果转为Java实体。
StatementSheet() - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
StatementSheet(String) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定工作表名称
StatementSheet(Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定表头信息
StatementSheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定工作表名称和表头信息
StatementSheet(String, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定工作表名称,水印和表头信息
StatementSheet(Connection, String) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表
StatementSheet(String, Connection, String) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定工作表名
StatementSheet(Connection, String, ParamProcessor) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定工作表名
StatementSheet(String, Connection, String, ParamProcessor) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定工作表名
StatementSheet(Connection, String, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定工作表名
StatementSheet(String, Connection, String, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定工作表名
StatementSheet(Connection, String, ParamProcessor, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定工作表名
StatementSheet(String, Connection, String, ParamProcessor, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
实例化工作表并指定工作表名
Storable - org.ttzero.excel.entity中的接口
持久化公共接口,默认落盘处理
stream(Class<T>) - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
Read csv format file.
stream() - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
Read csv format file.
STRIKE - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
删除线
strikeThru() - 类 中的方法org.ttzero.excel.entity.style.Font
添加“删除线”样式 注意:字体是全局共享的所以修改属性前需要先复制字体
stringSize(int) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
 
stringSize(long) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
 
StringUtil - org.ttzero.excel.util中的类
字符串工具类,提供一些简单的静态方法
stringV1() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
stringV2() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
stringVal - 类 中的变量org.ttzero.excel.reader.Cell
String value
stringWidth(String, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
计算文本在单元格的宽度,参考SwingUtilities2.stringWidth(javax.swing.JComponent, java.awt.FontMetrics, java.lang.String) Java的FontMetrics计算中文字符有个问题,对于绝大多数英文字体计算出来的中文字符宽度都不准, 在英文字体中显示的中文字体可能会默认显示"宋体",默认字体与地区和操作系统相关这里只取简体中文的临近值约为字体大小, 英文字符计算比较复杂每种字体显示的宽度差异很大,有较窄的字符'i','l',':'也有较宽的字符'X','E','G',’%',‘@’, 对于英文字符统一使用FontMetrics计算。
STYLE - 类 中的静态变量org.ttzero.excel.entity.Comments.Pr
 
style - 类 中的变量org.ttzero.excel.entity.style.Border.SubBorder
 
Style() - 类 的构造器org.ttzero.excel.entity.style.Font.Style
 
STYLE - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
STYLE - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
STYLE_DESIGN - 接口 中的静态变量org.ttzero.excel.manager.Const.ExtendPropertyKey
The style design key(1-position)
StyleDesign - org.ttzero.excel.annotation中的注释类型
动态样式处理器 动态样式是指根据行数据为每个单元格或整行设置不同样式,这个功能可以极大丰富文件的可读性和多样性.
styleMap - 类 中的变量org.ttzero.excel.entity.TemplateSheet
样式映射,缓存源样式索引映射到目标样式索引
styleProcessor - 类 中的变量org.ttzero.excel.entity.Column
动态样式转换器,可根据单元格的值动态设置单元格或整行样式,通常用于高亮显示某些需要重视的行或单元格
styleProcessor - 类 中的变量org.ttzero.excel.entity.ListSheet
行级动态样式处理器
StyleProcessor<T> - org.ttzero.excel.processor中的接口
动态样式处理器,根据行数据动态修改样式,可以非常简单的实现高亮效果, 对于预警类型的导出尤为实用。
StyleProcessor.None - org.ttzero.excel.processor中的类
无动态样式,默认
styles - 类 中的变量org.ttzero.excel.entity.Column
全局样式对象
styles - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
全局样式,为工作表的一个指针
Styles - org.ttzero.excel.entity.style中的类
Excel样式包含格式化NumFmt、字体Font、填充Fill、边框Border、 垂直对齐Verticals和水平对齐Horizontals以及自动折行组成,样式存放在共享区域供多个工作表共用, 每个样式值都是由这7种值进行组合而来。
styles - 类 中的变量org.ttzero.excel.reader.ExcelReader
全局的样式管理器
styles - 类 中的变量org.ttzero.excel.reader.Row
The global styles
styles - 类 中的变量org.ttzero.excel.reader.XMLSheet
The Styles
SubBorder(BorderStyle, Color) - 类 的构造器org.ttzero.excel.entity.style.Border.SubBorder
 
subColumnSize() - 类 中的方法org.ttzero.excel.entity.Column
获取表头行数,单表头返回1,多表头时返回表头行数
subElement(char[], int, int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
suffix - 类 中的变量org.ttzero.excel.entity.TemplateSheet
占位符前缀和后缀
supplier - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
数据生产者,适用于数据量较大或长度未知的场景,效果等同于ListSheet.more()方法
supplier - 类 中的变量org.ttzero.excel.reader.RowSetIterator
 
swap(String[], int, int) - 类 中的静态方法org.ttzero.excel.util.StringUtil
交换数组中的值,交换是强制的它并不会检查下标的范围,外部最好不要使用
sx - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies the horizontal scaling factor (as a percentage).
sy - 类 中的变量org.ttzero.excel.drawing.Shadow
Specifies the vertical scaling factor (as a percentage).
SYMBOL - 类 中的静态变量org.ttzero.excel.entity.style.Charset
2 符号字符集

T

t - 类 中的变量org.ttzero.excel.entity.Comments.R
 
t - 类 中的变量org.ttzero.excel.reader.Cell
Value type n=numeric s=string b=boolean f=function string r=inlineStr l=long d=double
t - 类 中的变量org.ttzero.excel.reader.HeaderRow
 
tableSizeFor(int) - 类 中的静态方法org.ttzero.excel.reader.SharedStrings
Returns a power of two size for the given target capacity.
tag - 类 中的变量org.ttzero.excel.entity.style.Theme.ClrScheme
 
tail - 类 中的变量org.ttzero.excel.entity.Column
多行表头中指向最后一个Column
tClazz - 类 中的变量org.ttzero.excel.entity.ListSheet
泛型<T>的实际类型
tempDir - 类 中的变量org.ttzero.excel.reader.ExcelReader
临时文件路径,读文件过程中产生的临时文件
templatePath - 类 中的变量org.ttzero.excel.entity.TemplateSheet
模板路径
TemplateSheet - org.ttzero.excel.entity中的类
模板工作表,它支持指定一个已有的Excel文件作为模板导出,TemplateSheet将复制模板工作表的样式并替换占位符, 同时TemplateSheet也可以和其它Worksheet混用,这意味着可以添加多个模板工作表和普通工作表。
TemplateSheet(Path) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表,默认以第一个工作表做为模板
TemplateSheet(String, Path) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表,默认以第一个工作表做为模板
TemplateSheet(Path, int) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表并指定模板工作表索引,如果指定索引超过模板Excel中包含的工作表数量则抛异常
TemplateSheet(String, Path, int) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表并指定模板工作表索引,如果指定索引超过模板Excel中包含的工作表数量则抛异常
TemplateSheet(Path, String) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表并指定模板工作表名,如果指定源工作表不存在则抛异常
TemplateSheet(String, Path, String) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表并指定模板工作表名,如果指定源工作表不存在则抛异常
TemplateSheet(InputStream) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表,默认以第一个工作表做为模板
TemplateSheet(String, InputStream) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表,默认以第一个工作表做为模板
TemplateSheet(InputStream, int) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表并指定模板工作表索引,如果指定索引超过模板Excel中包含的工作表数量则抛异常
TemplateSheet(InputStream, String) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表并指定模板工作表名,如果指定源工作表不存在则抛异常
TemplateSheet(String, InputStream, int) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表并指定模板工作表索引,如果指定索引超过模板Excel中包含的工作表数量则抛异常
TemplateSheet(String, InputStream, String) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
实例化模板工作表并指定模板工作表名,如果指定源工作表不存在则抛异常
TemplateSheet.CommitRowSetIterator - org.ttzero.excel.entity中的类
需要手动调用TemplateSheet.CommitRowSetIterator.commit()方法才会移动游标
TemplateSheet.Node - org.ttzero.excel.entity中的类
单元格预处理节点
TemplateSheet.PreCell - org.ttzero.excel.entity中的类
预处理单元格
TemplateSheet.ValueWrapper - org.ttzero.excel.entity中的类
填充对象
templateStream - 类 中的变量org.ttzero.excel.entity.TemplateSheet
模板流
test(int, int) - 类 中的方法org.ttzero.excel.reader.Grid.FastGrid
 
test(int, int) - 类 中的方法org.ttzero.excel.reader.Grid.FractureGrid
 
test(int, int) - 类 中的方法org.ttzero.excel.reader.Grid.IndexGrid
 
test(int, int) - 接口 中的方法org.ttzero.excel.reader.Grid
Test the specified Dimension has be marked.
test(Path) - 类 中的静态方法org.ttzero.excel.util.FileSignatures
简单测试资源签名
test(ByteBuffer) - 类 中的静态方法org.ttzero.excel.util.FileSignatures
简单测试资源签名
testCodeIsDate(String) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
testNumberType(char[], int, int) - 类 中的静态方法org.ttzero.excel.reader.Row
 
testValueType(Object) - 类 中的静态方法org.ttzero.excel.manager.docProps.CustomProperties
检查属性值的类型
TextLengthValidation - org.ttzero.excel.validation中的类
文本长度验证
TextLengthValidation() - 类 的构造器org.ttzero.excel.validation.TextLengthValidation
 
THAI - 类 中的静态变量org.ttzero.excel.entity.style.Charset
222 泰国字符集
Theme - org.ttzero.excel.entity.style中的类
Theme style NOTE: Only read the theme color current
Theme() - 类 的构造器org.ttzero.excel.entity.style.Theme
 
THEME - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
THEME - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
Theme.ClrScheme - org.ttzero.excel.entity.style中的类
 
themeColors - 类 中的静态变量org.ttzero.excel.entity.style.ColorIndex
Defined 12 base theme color
tiff(ByteBuffer) - 类 中的静态方法org.ttzero.excel.util.FileSignatures
 
TIME - 类 中的静态变量org.ttzero.excel.reader.Cell
 
TIME_FORMAT - 类 中的静态变量org.ttzero.excel.entity.style.NumFmt
Format as yyyy-mm-dd hh:mm:ss
timeToString(long) - 类 中的静态方法org.ttzero.excel.util.StringUtil
毫秒时间转字符串,通常用于格式化某段代码的耗时, 如:1h:3s or 4m:1s
TimeValidation - org.ttzero.excel.validation中的类
时间验证,限定起始和结束时间范围
TimeValidation() - 类 的构造器org.ttzero.excel.validation.TimeValidation
 
to(Class<T>) - 类 中的方法org.ttzero.excel.reader.Row
将行数据转为指定对象<T>,待转换的对象必须包含无参的构建函数且待接收的字段使用ExcelColumn注解, 如果未指定表头时则以当前行为表头此时to方法会返回一个null对象,外部需要过滤非null对象否则会抛NPE异常。
to - 异常错误 中的变量org.ttzero.excel.reader.TypeCastException
目标转换类型
to - 类 中的变量org.ttzero.excel.reader.XMLRow
 
toARGB(Color) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
to argb string
toARGB(int) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
 
toArray() - 类 中的方法org.ttzero.excel.entity.Column
多表头时将链表转为数组
toAwtFont() - 类 中的方法org.ttzero.excel.entity.style.Font
将当前字体转为 Font字体
toCamelCase(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
将字符串转为驼峰风格,仅支持将下划线'_'风格转驼峰风格,内部不检查参数是否为null请谨慎使用 转换前 | 转换后 ------------+------------ GOODS_NAME | goodsName NAME | name goods__name | goodsName _goods__name| _goodsName
toCellIndex(char[], int, int) - 类 中的静态方法org.ttzero.excel.reader.Row
Convert to column index
toChars(int) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
 
toChars(long) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
 
toCol - 类 中的变量org.ttzero.excel.entity.Picture
Axis (one base)
toColor(String) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Converts a String to an integer and returns the specified opaque Color.
toColumnLetter() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
 
toCoordinate(int, int) - 类 中的静态方法org.ttzero.excel.entity.Sheet
将行列坐标转换为 Excel 样式的单元格地址
toDate(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Excel07时间转为java.util.Date
toDate(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Excel07时间转为java.util.Date
toDate(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
时间字符串转时间,最少需要包含yyyy-MM-dd
toDateString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
将日期date格式化为yyyy-MM-dd
toDateTimeString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
将日期date格式化为yyyy-MM-dd HH:mm:ss
toDateTimeValue(Timestamp) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Timestamp转为距1900-1-1相差的值,精准到秒
toDateTimeValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Date转为距1900-1-1相差的值,精准到秒
toDateTimeValue(LocalDateTime) - 类 中的静态方法org.ttzero.excel.util.DateUtil
LocalDateTime转为距1900-1-1相差的值,精准到秒
toDateValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Date转为距1900-1-1相差的天数,精准到天
toDateValue(LocalDate) - 类 中的静态方法org.ttzero.excel.util.DateUtil
LocalDate转为距1900-1-1相差的天数,精准到天
today() - 类 中的静态方法org.ttzero.excel.util.DateUtil
获取当日yyyy-MM-dd字符串
toDom(Element) - 类 中的方法org.ttzero.excel.entity.style.Border
 
toDom(Element) - 类 中的方法org.ttzero.excel.entity.style.Font
输出为dom树
toDom(Element) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
toLocalDate(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Excel07时间转为java.time.LocalDate
toLocalDateTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Excel07时间转为java.time.LocalDateTime
toLocalTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Excel07时间转为java.time.LocalTime
toLocalTime(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
时间字符串转时间,字符串格式必须为HH:mm:ss
toLong(char[], int, int) - 类 中的静态方法org.ttzero.excel.reader.XMLRow
 
toMap() - 类 中的方法org.ttzero.excel.reader.Row
将行数据转为字典类型,为保证列顺序实际类型为LinkedHashMap,如果使用Sheet.dataRows()Sheet.header(int) 指定表头则字典的Key为表头文本,Value为表头对应的列值,如果未指定表头那将以列索引做为Key,与导出指定的colIndex一样索引从0开始。
toMarkdownString() - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
too(Class<T>) - 类 中的方法org.ttzero.excel.reader.Row
Row.to(java.lang.Class<T>)方法功能相同,唯一区别是#too方法返回的对象是内存共享的,所以不能将返回值收集到集合类或者数组
TooManyColumnsException - org.ttzero.excel.entity中的异常错误
列超过限制时抛此异常,xlsx文件中的最大列数为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
 
TopNS - org.ttzero.excel.manager中的注释类型
Top namespace
toR(String, boolean, Font) - 类 中的方法org.ttzero.excel.entity.Comments
 
toRGB(Color) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
to rgb string
toRGB(int) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
 
toRow - 类 中的变量org.ttzero.excel.entity.Picture
Axis (one base)
toString() - 类 中的方法org.ttzero.excel.entity.Comments.C
 
toString() - 类 中的方法org.ttzero.excel.entity.Comments.Pr
 
toString() - 类 中的方法org.ttzero.excel.entity.Comments.R
 
toString() - 类 中的方法org.ttzero.excel.entity.style.Border
 
toString() - 类 中的方法org.ttzero.excel.entity.style.BuildInColor
 
toString() - 类 中的方法org.ttzero.excel.entity.style.Fill
 
toString() - 类 中的方法org.ttzero.excel.entity.style.Font
 
toString() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
toString() - 类 中的方法org.ttzero.excel.entity.style.Theme.ClrScheme
 
toString() - 类 中的方法org.ttzero.excel.entity.TemplateSheet.Node
 
toString() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
toString() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
toString() - 类 中的方法org.ttzero.excel.reader.Col
 
toString() - 类 中的方法org.ttzero.excel.reader.Dimension
 
toString() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
toString() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache.E
 
toString() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
 
toString() - 类 中的方法org.ttzero.excel.reader.Grid.FastGrid
 
toString() - 类 中的方法org.ttzero.excel.reader.Grid.FractureGrid
 
toString() - 类 中的方法org.ttzero.excel.reader.Grid.IndexGrid
 
toString() - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
 
toString() - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
toString() - 类 中的方法org.ttzero.excel.reader.PreCalc
 
toString() - 类 中的方法org.ttzero.excel.reader.Row
 
toString() - 类 中的方法org.ttzero.excel.reader.SharedStrings
 
toString() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
toString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
已过时。
toString() - 类 中的方法org.ttzero.excel.util.FileSignatures.Signature
 
toString() - 类 中的方法org.ttzero.excel.validation.Validation
 
totalRows - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
toTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Excel07时间转为java.sql.Time
toTime(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
时间字符串转时间,字符串格式必须为HH:mm:ss
toTimeChars(LocalTime) - 类 中的静态方法org.ttzero.excel.util.DateUtil
将给定的 LocalTime 对象转换为指定格式的字符数组 注意:内部使用,外部勿用
toTimestamp(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Excel07时间转为java.sql.Timestamp
toTimestamp(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Excel07时间转为java.sql.Timestamp
toTimestamp(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
时间字符串转时间,最少需要包含yyyy-MM-dd
toTimeString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
将日期date格式化为HH:mm:ss
toTimeValue(Timestamp) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Timestamp的时分秒转时分秒在一天的比值second-of-day
toTimeValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Date的时分秒转为时分秒在一天的比值second-of-day
toTimeValue(Time) - 类 中的静态方法org.ttzero.excel.util.DateUtil
java.sql.Time转为时分秒在一天的比值second-of-day
toTimeValue(LocalTime) - 类 中的静态方法org.ttzero.excel.util.DateUtil
java.sql.Time转为时分秒在一天的比值second-of-day
toTString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
将日期date格式化为yyyy-MM-dd'T'HH:mm:ss'Z'
toWritablePicture(Drawings.Picture) - 类 中的静态方法org.ttzero.excel.entity.TemplateSheet
将图片转为导出格式
toZipPath(String) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
将string转换为zip允许的路径,将相对路径的前缀去掉
Tuple2<V1,V2> - org.ttzero.excel.manager.docProps中的类
 
Tuple2(V1, V2) - 类 的构造器org.ttzero.excel.manager.docProps.Tuple2
 
Tuple2Validation<V1,V2> - org.ttzero.excel.validation中的类
范围验证,限定起始和结束值范围
Tuple2Validation() - 类 的构造器org.ttzero.excel.validation.Tuple2Validation
 
TURKISH - 类 中的静态变量org.ttzero.excel.entity.style.Charset
162 土耳其字符集
Type() - 类 的构造器org.ttzero.excel.entity.e7.ContentType.Type
 
type - 类 中的变量org.ttzero.excel.entity.SimpleSheet
0: empty 1: List 2: Array 3: Super(not a type)
TypeCastException - org.ttzero.excel.reader中的异常错误
读取时类型转换异常
TypeCastException(int, int, CellType, Class<?>) - 异常错误 的构造器org.ttzero.excel.reader.TypeCastException
 
TypeCastException(int, int, CellType, Class<?>, String) - 异常错误 的构造器org.ttzero.excel.reader.TypeCastException
 
TypeCastException(int, int, CellType, Class<?>, String, Throwable) - 异常错误 的构造器org.ttzero.excel.reader.TypeCastException
 
TypeCastException(int, int, CellType, Class<?>, Throwable) - 异常错误 的构造器org.ttzero.excel.reader.TypeCastException
 
tz - 类 中的静态变量org.ttzero.excel.util.DateUtil
时区,默认随系统,外部可根据实际的数据时区修改此值

U

UNALLOCATED - 类 中的静态变量org.ttzero.excel.reader.Cell
 
UNALLOCATED_CELL - 类 中的静态变量org.ttzero.excel.reader.Cell
Unallocated cell
UNALLOCATED_COLUMN - 类 中的静态变量org.ttzero.excel.entity.Column
未实例化的列,可用于在写超出预知范围外的列
UNALLOCATED_COLUMN - 类 中的静态变量org.ttzero.excel.entity.SimpleSheet
未实例化的列,可用于在写超出预知范围外的列
UncheckedTypeException - org.ttzero.excel.reader中的异常错误
 
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
添加“下划线”样式 注意:字体是全局共享的所以修改属性前需要先复制字体
unknownLength - 类 中的变量org.ttzero.excel.reader.Row
 
unknownType(Row, Cell, Object, Column, Class<?>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
未知类型转换,可覆写本方法以支持扩展类型
unpack(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
 
unzip(InputStream, Path) - 类 中的静态方法org.ttzero.excel.util.ZipUtil
unzip file to descPath
uppFirstKey(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
首字母大写,转化是强制的它并不会检查空串以及第二个字符是否为大字,外部最好不要使用 注意:本方法只适用于范围为[97, 122]ASCII
utcDateTimeFormat - 类 中的静态变量org.ttzero.excel.util.DateUtil
通用日期格式化 yyyy-MM-dd'T'HH:mm:ss'Z'

V

v - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
m: 合并范围 正数为行合并 负数为列合并 v: 数据验证范围
v1 - 类 中的变量org.ttzero.excel.manager.docProps.Tuple2
 
v1() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
v1 - 类 中的变量org.ttzero.excel.validation.Tuple2Validation
 
v2 - 类 中的变量org.ttzero.excel.manager.docProps.Tuple2
 
v2() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
v2 - 类 中的变量org.ttzero.excel.validation.Tuple2Validation
 
val - 类 中的变量org.ttzero.excel.entity.TemplateSheet.Node
原始文本或占位符
validation - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
数据验证
Validation - org.ttzero.excel.validation中的类
数据验证
Validation() - 类 的构造器org.ttzero.excel.validation.Validation
 
Validation.Operator - org.ttzero.excel.validation中的枚举
 
validationFormula() - 类 中的方法org.ttzero.excel.validation.ListValidation
 
validationFormula() - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
 
validationFormula() - 类 中的方法org.ttzero.excel.validation.Validation
校验内容
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Angle
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Cap
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.CompoundType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.DashPattern
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.JoinType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Material
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.PresetBevel
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.PresetCamera
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Rig
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.ShapeType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.PresetPictureEffect
返回带有指定名称的该类型的枚举常量。
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
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法org.ttzero.excel.validation.Validation.Operator
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Angle
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Cap
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.CompoundType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.DashPattern
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.JoinType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Material
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.PresetBevel
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.PresetCamera
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Rig
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.ShapeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.drawing.PresetPictureEffect
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
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
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法org.ttzero.excel.validation.Validation.Operator
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
ValueWrapper() - 类 的构造器org.ttzero.excel.entity.TemplateSheet.ValueWrapper
 
Verticals - org.ttzero.excel.entity.style中的类
垂直对齐,在样式中位于第4,5
Verticals() - 类 的构造器org.ttzero.excel.entity.style.Verticals
 
vml(Path) - 类 中的方法org.ttzero.excel.entity.Comments
 
VML - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
VML
VMLDRAWING - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
VMLDRAWING - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 

W

waterMark - 类 中的变量org.ttzero.excel.entity.Sheet
水印
WaterMark - org.ttzero.excel.entity中的类
水印,Excel并没有水印功能,本工具的水印功能是使用Excel的背景实现,打印的时候该背景会被忽略。
WaterMark(String) - 类 的构造器org.ttzero.excel.entity.WaterMark
使用一段文本创建水印
WaterMark(Path) - 类 的构造器org.ttzero.excel.entity.WaterMark
使用本地图片创建水印
WaterMark(InputStream) - 类 的构造器org.ttzero.excel.entity.WaterMark
使用图片流创建水印,可以下载远程图片创建水印
whitelist - 类 中的静态变量org.ttzero.excel.util.FileSignatures
白名单配置列表
WholeValidation - org.ttzero.excel.validation中的类
整数验证
WholeValidation() - 类 的构造器org.ttzero.excel.validation.WholeValidation
 
width - 类 中的变量org.ttzero.excel.drawing.Bevel
height: 指定棱台的高度,或者它所应用的形状上方有多远。
width - 类 中的变量org.ttzero.excel.drawing.Outline
Specifies line width
width - 类 中的变量org.ttzero.excel.entity.Column
列宽,表头行高
width - 类 中的变量org.ttzero.excel.entity.Comments.C
 
width - 类 中的变量org.ttzero.excel.entity.Sheet
默认列宽
width - 类 中的变量org.ttzero.excel.reader.Col
列宽
width - 类 中的变量org.ttzero.excel.reader.Dimension
宽 = 末尾列-起始列+1 高 = 末尾行-起始行+1
width - 类 中的变量org.ttzero.excel.util.FileSignatures.Signature
 
with(Row...) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
with(int, Row...) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
with(List<Dimension>, Row...) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
with(List<Dimension>, int, Row...) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
with(char[], int, int) - 类 中的方法org.ttzero.excel.reader.XMLRow
 
withBom - 类 中的变量org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
withBom - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
withPreNodes(TemplateSheet.PreCell[], Map<String, TemplateSheet.ValueWrapper>) - 类 中的方法org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
 
workbook - 类 中的变量org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
workbook - 类 中的变量org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
workbook - 类 中的变量org.ttzero.excel.entity.Sheet
工作薄
Workbook - org.ttzero.excel.entity中的类
一个Workbook工作薄实例即表示一个Excel文件,它包含一个或多个Sheet工作表, Workbook收集全局属性,如文档属性、样式,字符串共享区等。
Workbook() - 类 的构造器org.ttzero.excel.entity.Workbook
创建一个未命名工作薄 如果writeTo方法指定的File或Path为文件夹时,未命名工作薄将会以'新建文件'作为文件名
Workbook(String) - 类 的构造器org.ttzero.excel.entity.Workbook
创建一个工作薄并指定名称
Workbook(String, String) - 类 的构造器org.ttzero.excel.entity.Workbook
创建一个工作薄并指定名称和作者
WORKBOOK - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
workSheetPath - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
write(Path, String) - 类 中的方法org.ttzero.excel.manager.RelManager
 
write(boolean) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Writes a boolean value, will be convert to boolean string upper case
write(int) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Writes a int value, will be convert to int string
write(long) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Writes a long value, will be convert to long string
write(float) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Writes a single-precision floating-point value, will be convert to single-precision string
write(double) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Writes a double-precision floating-point value, will be convert to double-precision string
write(String) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Compression and escape char sequence - line-break, double-quote or commas should be quoted
write(char[]) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Compression and escape char sequence - line-break, double-quote or commas should be quoted
write(char[], int, int) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Compression and escape char sequence - line-break, double-quote or commas should be quoted
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
writeApp(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
writeAsDefault() - 类 中的方法org.ttzero.excel.entity.Column
指定当前列以“值”类型导出
writeAsExcel - 类 中的变量org.ttzero.excel.entity.TemplateSheet
以Excel格式输出
writeAsHyperlink() - 类 中的方法org.ttzero.excel.entity.Column
指定当前列以“超链接”类型导出
writeAsMedia() - 类 中的方法org.ttzero.excel.entity.Column
指定当前列以“媒体”类型导出
writeAsMedia(Row, Cell, String, Column, Class<?>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
将字符串转为Media类型,仅当以Media类型导出时才会被执行, 支持Base64图片和图片url,
writeBefore() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
Write worksheet header data
writeBefore() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write worksheet header data
writeBevel(Bevel, char) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
writeBinary(byte[], int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write binary file
writeBinary(ByteBuffer, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write binary file
writeBool(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
写布尔值
writeCell(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
写单元格
writeChar(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
写字符
writeChar(char) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Writes a single character
writeCol(String, int, int, int, boolean) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
writeCols(int, String) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write the default column info, The specified column width will be overwritten in these method.
writeCore(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
writeCustomProperties(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
写自定义属性
writeDeclaration() - 类 中的方法org.ttzero.excel.util.ExtXMLWriter
This will write the declaration to the given Writer.
writeDimension() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write the dimension of sheet, default value is A1
writeEffects(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
writeEmpty() - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Writes a empty column.
writeFile(Path, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write file value
writeGlobalAttribute(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
writeHeaderRow() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write the header row
writeInt(int) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
Write integer value
writeMergeCells() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Append merged cells if exists
writeMethodsMap(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
List all declared write methods that contains all supper class
writeNull(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
写空值
writeNumeric(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
写数字
writePicture(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
writePicture(Picture) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
添加图片
writePictureDirect(int, String, int, int, FileSignatures.Signature) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
writeProperties(Element, Border.SubBorder) - 类 中的方法org.ttzero.excel.entity.style.Border
 
writer - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
writeRemoteMedia(String, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write remote media value
writeRootNode() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write the <worksheet> node
writeRow(Row) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
Write a row data
writeRow(Row) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write a row data
writeRowBlock(RowBlock) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write a row-block
writeRowBlockFireProgress(RowBlock) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write a row-block and fire progress event
writeSelf(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
writeSheetFormat() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write the sheet format
writeSheetViews() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write the sheet views such as FreezeEnum, Default selection cell.
writeStream(InputStream, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write stream value
writeString(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
写字符串
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.Comments
 
writeTo(OutputStream) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
Write to OutputStream
writeTo(File) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
Write to file
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
 
writeTo(Path, Supplier<RowBlock>) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.e7.ContentType
 
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
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
将工作薄写到指定流
writeTo(File) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
将工作薄写到指定位置
writeTo(Path, Supplier<RowBlock>) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
数据输出到指定位置
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.SharedStrings
 
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.Sheet
落盘,将工作表写到指定路径
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.StatementSheet
落盘,将工作表写到指定路径
writeTo(Path) - 接口 中的方法org.ttzero.excel.entity.Storable
写入指定路径,传入的参数可以是一个文件也可以是文件夹,需要在实现类具体处理
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.style.Styles
Write style to disk
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.Workbook
指定输出路径,Path可以是文件夹或者文件 如果Path为文件夹时将在该文件夹下生成名为Workbook.getName() + IWorkbookWriter.getSuffix()的文件, 文件后缀随输出协议变动。
writeTo(OutputStream) - 类 中的方法org.ttzero.excel.entity.Workbook
导出到OutputStream流,适用于小文件Excel直接导出的场景 public void export(HttpServletResponse response) throws IOException { String fileName = java.net.URLEncoder.encode("abc.xlsx", "UTF-8"); response.setHeader(HttpHeaders.CONTENT_DISPOSITION, "attachment; filename=\"" + fileName + "\"; filename*=utf-8''" + fileName); new Workbook() .addSheet(new ListSheet<Item>("总销量排行", new ArrayList<>())) // 直接写到Response .writeTo(response.getOutputStream()); }
writeTo(File) - 类 中的方法org.ttzero.excel.entity.Workbook
指定输出路径,File可以是文件夹或者文件 如果File为文件夹时将在该文件夹下生成名为Workbook.getName() + IWorkbookWriter.getSuffix()的文件, 文件后缀随输出协议变动。
writeTo(Path) - 类 中的方法org.ttzero.excel.manager.docProps.XmlEntity
 
writeTo(List<?>, Path) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
Save vector object as csv format file
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
writeUTF8(char[], int, int) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
Write utf-8 string
writeWaterMark() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
添加水印
writeWithBom() - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Write csv bytes with BOM Note: This property must be set before writing, otherwise it will be ignored
writeWorkbook(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
将工作簿写入到指定路径
writeWorksheets(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 

X

xf - 类 中的变量org.ttzero.excel.reader.Cell
Style index
XML - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
XML - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
Xml
XML_DECLARATION - 接口 中的静态变量org.ttzero.excel.manager.Const
Xml declaration
XMLCellValueAndStyle - org.ttzero.excel.entity.e7中的类
 
XMLCellValueAndStyle() - 类 的构造器org.ttzero.excel.entity.e7.XMLCellValueAndStyle
 
XMLDrawings - org.ttzero.excel.reader中的类
读取xlsx格式Excel图片,解析drawing.xmlcellimages.xml, 后者是WPS自定义的嵌入图片,内嵌图片是整个工作薄全局共享的所以无法不包含单元格信息, 为了和Excel图片图片统一接口需要先解析工作表然后再和内嵌图片的ID进行映射,由于会对工作表 进行两次读取所以对性能有一定影响,行数小于1万影响不大可放心使用,当然你也可以直接 调用本类的XMLDrawings.listCellImages(ZipFile, ZipEntry)方法获取图片ID映射,然后在读取 工作表时自己进行ID和单元格行列映射,这样做只会进行一次工作表读不会影响正常的读取性能。
XMLDrawings(ExcelReader) - 类 的构造器org.ttzero.excel.reader.XMLDrawings
 
XMLDrawingsWriter - org.ttzero.excel.entity.e7中的类
多媒体类型输出协议(目前只支持图片)
XMLDrawingsWriter(Path) - 类 的构造器org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
XmlEntity - org.ttzero.excel.manager.docProps中的类
 
XmlEntity() - 类 的构造器org.ttzero.excel.manager.docProps.XmlEntity
 
XMLRow - org.ttzero.excel.reader中的类
Row data, shared by the Row object in the same Sheet page.
XMLRow() - 类 的构造器org.ttzero.excel.reader.XMLRow
 
XMLRow(SharedStrings, Styles, int) - 类 的构造器org.ttzero.excel.reader.XMLRow
 
XMLSheet - org.ttzero.excel.reader中的类
The open-xml format Worksheet
XMLSheet() - 类 的构造器org.ttzero.excel.reader.XMLSheet
 
XMLSheet(XMLSheet) - 类 的构造器org.ttzero.excel.reader.XMLSheet
 
XMLSheet.Marker - org.ttzero.excel.reader中的类
保存工作表当前状态并担任reset方法还原
XMLWorkbookWriter - org.ttzero.excel.entity.e7中的类
 
XMLWorkbookWriter() - 类 的构造器org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
XMLWorkbookWriter(Workbook) - 类 的构造器org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
XMLWorksheetWriter - org.ttzero.excel.entity.e7中的类
XML工作表输出
XMLWorksheetWriter() - 类 的构造器org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
XMLWorksheetWriter(Sheet) - 类 的构造器org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
XMLZebraLineCellValueAndStyle - org.ttzero.excel.entity.e7中的类
斑马线样式,默认情况下从数据行开始计算,每隔一行添加指定填充色,默认填充色为 #E9EAEC, 如果该单元格已有填充样式则保持原填充样式
XMLZebraLineCellValueAndStyle(int) - 类 的构造器org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
 
XMLZebraLineCellValueAndStyle(Fill) - 类 的构造器org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
 

Z

zebraFill - 类 中的变量org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
斑马线填充样式
zebraFill - 类 中的变量org.ttzero.excel.entity.Sheet
斑马线填充样式,斑马线从表头以下的第2行开始每隔一行进行一次填充
zebraFillStyle - 类 中的变量org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
斑马线填充样值
zebraFillStyle - 类 中的变量org.ttzero.excel.entity.Sheet
斑马线样式索引
ZIP - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
Zip
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 ...
zipFile - 类 中的变量org.ttzero.excel.reader.ExcelReader
Excel原始文件
zipFile - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
ZipUtil - org.ttzero.excel.util中的类
zip util
zoom - 类 中的变量org.ttzero.excel.drawing.Camera
A zoom can be applied to the camera position by adding a zoom attribute to the camera element.
ZOOM_SCALE - 接口 中的静态变量org.ttzero.excel.manager.Const.ExtendPropertyKey
Zoom Scale(5-position)

_

_names - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
_names - 类 中的静态变量org.ttzero.excel.entity.style.Verticals
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
跳过导航链接

Copyright © 2024. All rights reserved.