跳过导航链接
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
AbstractTemplate - org.ttzero.excel.entity中的类
 
AbstractTemplate(Path, Workbook) - 类 的构造器org.ttzero.excel.entity.AbstractTemplate
 
add(ContentType.Type) - 类 中的方法org.ttzero.excel.entity.e7.ContentType
 
add(Relationship) - 类 中的方法org.ttzero.excel.manager.RelManager
 
addBorder(Border) - 类 中的方法org.ttzero.excel.entity.style.Styles
添加“边框” 返回样式值中“边框”部分的2进制值,拿到这个值后可以与其它部分值进行“或”运算以组成最终的样式值
addComment(String, String, String) - 类 中的方法org.ttzero.excel.entity.Comments
 
addComment(String, 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
Add header columns preprocessing properties
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
在尾部添加表头
afterSheetAccess(Path) - 类 中的方法org.ttzero.excel.entity.Sheet
当输出协议输出完成时调用此方法输出关联
afterSheetData() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Append others customize info
all() - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取全部工作表,通过此方法获取的工作表在读取前需要先调用load方法
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
 
App.TitlesOfParts - org.ttzero.excel.manager.docProps中的类
 
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
Make worksheets parse formulas
asCalcSheet() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
asHeader() - 类 中的方法org.ttzero.excel.reader.Row
convert row to header_row
asMergeSheet() - 接口 中的方法org.ttzero.excel.reader.Sheet
Make worksheets copy value on merge cells
asMergeSheet() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
asSheet() - 接口 中的方法org.ttzero.excel.reader.Sheet
Make worksheets parse value only
asSheet() - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
asyncDrawing(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
asyncDrawing(Picture) - 接口 中的方法org.ttzero.excel.entity.IDrawingsWriter
Asynchronous addition of picture
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
 
Attr - org.ttzero.excel.manager中的注释类型
Xml Attribute
author - 类 中的变量org.ttzero.excel.entity.Comments
 
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

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.
Bevel - org.ttzero.excel.drawing中的类
 
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(Object) - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
Replace the placeholder character with Entry
bind(Class<?>) - 接口 中的方法org.ttzero.excel.reader.Sheet
Set the binding type
bind(Class<?>, int) - 接口 中的方法org.ttzero.excel.reader.Sheet
Set the binding type
bind(Class<?>, int, int) - 接口 中的方法org.ttzero.excel.reader.Sheet
Set the binding type
bind(Class<?>, Row) - 接口 中的方法org.ttzero.excel.reader.Sheet
Set the binding type
bind(Class<?>) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Set the binding type
bind(Class<?>, Row) - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
bindSheetData() - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
 
bindSstData() - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
 
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
 
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
 
BuiltInNumFmt.NumFmt - org.ttzero.excel.entity.style中的类
 
bv - 类 中的变量org.ttzero.excel.reader.Cell
Boolean value
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) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
已过时。
使用 NumFmt.calcNumWidth(double, Font)替代,新方法会根据字体/字号进行计算
calcNumWidth(double, Font) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
粗略计算单元格长度,优先从缓存中获取预处理结果,缓存key由字号+字体名组成这样就保存能计算出相近的宽度, 未命中缓存则从先预处理再丢入缓存以便下次使用
CalcSheet - org.ttzero.excel.reader中的接口
Make worksheets parse formulas
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.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
表头批注
cellRangeToLong(String) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
将单元格坐标转为long类型,Excel单元格坐标由列+行组成如A1, B2等, 转为long类型后第0-16位为列号17-48位为行号 单元格坐标 | 转换后long值 ------------|------------ A1 | 65537 AA10 | 655387
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.style中的类
字符集
Charset() - 类 的构造器org.ttzero.excel.entity.style.Charset
 
CHARTS - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
CHARTS - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
 
check() - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
The open-xml legitimate check
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中,外部可以视情况进行添加/移除
checkDefault(List<ContentType.Default>) - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
 
checkOverride(List<ContentType.Override>) - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
 
checkRange(int, int) - 类 中的方法org.ttzero.excel.reader.Dimension
Determine whether the specified coordinates are within the 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.RowBlock
游标复原
clear() - 接口 中的方法org.ttzero.excel.reader.Cache
Removes all of the mappings from this cache (optional operation).
clear() - 类 中的方法org.ttzero.excel.reader.Cell
 
clear() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Removes all of the mappings from this cache (optional operation).
clearBorder(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
清除样式中的“边框”
clearFill(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
清除样式中的“填充”
clearFont(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
清除样式中的“字体”
clearHorizontal(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
清除样式中的“水平对齐”
clearNumFmt(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
清除样式中的“格式化”
clearVertical(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
清除样式中的“垂直对齐”
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
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
 
close() - 类 中的方法org.ttzero.excel.entity.Comments
 
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.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.reader.ExcelReader
关闭流并删除临时文件
close() - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
 
close() - 类 中的方法org.ttzero.excel.reader.SharedStrings
close stream and free space
close() - 接口 中的方法org.ttzero.excel.reader.Sheet
Close resource
close() - 类 中的方法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
col2Int(String) - 接口 中的静态方法org.ttzero.excel.reader.Sheet
Convert column mark to int
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
 
colors - 类 中的静态变量org.ttzero.excel.entity.style.ColorIndex
color cache
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, String) - 类 的构造器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中的类
A simple implementation
Comments() - 类 的构造器org.ttzero.excel.entity.Comments
 
Comments(int, String) - 类 的构造器org.ttzero.excel.entity.Comments
 
comments - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
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
compareTo(NumFmt) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
complete(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
complete(Picture) - 接口 中的方法org.ttzero.excel.entity.IDrawingsWriter
Complete
Const - org.ttzero.excel.manager中的接口
The Const class
Const.ContentType - org.ttzero.excel.manager中的接口
Content-type
Const.ExtendPropertyKey - org.ttzero.excel.manager中的接口
The extend 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
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
Int value conversion to others
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(java.lang.String)方法,前者用于输出时将Java数据转为Excel数据, 后者正好相反输入时将Excel数据转为Java数据
Converter.None - org.ttzero.excel.processor中的类
无类型转换,默认
COPY_ON_MERGED - 类 中的静态变量org.ttzero.excel.reader.ExcelReader
解析模式-复制合并单元格的值
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
copyOnMergeCells() - 类 中的方法org.ttzero.excel.reader.ExcelReader
复制合并单元格,默认情况下合并单元格的值仅存储在第一个单元格中其他单元格没有值。
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_R(String, String, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a directory to a new path
cp_R(Path, Path, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a directory to a new path
cp_R(String, String) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a directory to a new path
cp_R(Path, Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
Copy a directory to a new path
create(I18N) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Create a general style
create() - 类 中的静态方法org.ttzero.excel.reader.FixSizeLRUCache
 
create(int) - 类 中的静态方法org.ttzero.excel.reader.FixSizeLRUCache
 
create(List<Dimension>) - 类 中的静态方法org.ttzero.excel.reader.GridFactory
 
createColumn(Map.Entry<String, ?>) - 类 中的方法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
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.Sheet
Create a Row to read
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 中逐行读取数据并输出以此控制整个过程对内存的消耗
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
 
CSVWorksheetWriter - org.ttzero.excel.entity.csv中的类
 
CSVWorksheetWriter(Sheet) - 类 的构造器org.ttzero.excel.entity.csv.CSVWorksheetWriter
 
cursor - 类 中的变量org.ttzero.excel.reader.XMLRow
 
cv - 类 中的变量org.ttzero.excel.reader.Cell
Char value

D

dash - 类 中的变量org.ttzero.excel.drawing.Outline
 
data - 类 中的变量org.ttzero.excel.entity.ListSheet
临时存放数据
dataIterator() - 接口 中的方法org.ttzero.excel.reader.Sheet
Iterating over data rows without header information and blank lines
dataIterator() - 类 中的方法org.ttzero.excel.reader.XMLSheet
Iterating over data rows without header information and blank lines
dataRows() - 接口 中的方法org.ttzero.excel.reader.Sheet
Return stream with out header row and empty rows
dataSize() - 类 中的方法org.ttzero.excel.entity.ListSheet
获取当前数组中有多少数据,数组中的数据是动态变化的,所以这是一个瞬时值
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
 
DATETIME - 类 中的静态变量org.ttzero.excel.reader.Cell
 
DATETIME_FORMAT - 类 中的静态变量org.ttzero.excel.entity.style.NumFmt
Format as yyyy-mm-dd hh:mm:ss
dateTimeFormat - 类 中的静态变量org.ttzero.excel.util.DateUtil
 
DateUtil - org.ttzero.excel.util中的类
A date util for excel 07
DAYS_1900_TO_1970 - 类 中的静态变量org.ttzero.excel.util.DateUtil
 
DECIMAL - 类 中的静态变量org.ttzero.excel.reader.Cell
 
deepClone() - 类 中的方法org.ttzero.excel.manager.RelManager
 
Default(String, String) - 类 的构造器org.ttzero.excel.entity.e7.ContentType.Default
 
DEFAULT - 类 中的静态变量org.ttzero.excel.entity.style.Charset
1 默认字符集 不是真正的字符集;它是一个类似于NULL的常量,意思是“显示可用字符集中的字符”
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
获取默认的表头样式索引
defaultHorizontal() - 类 中的方法org.ttzero.excel.entity.Column
获取默认水平对齐,水平对齐可用值包含在Horizontals定义中, 默认的时间居中,数字居右其余居左
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
删除某个位置的边框
delDeleteLine() - 类 中的方法org.ttzero.excel.entity.style.Font
已过时。
DELETE - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
已过时。
使用 STRIKE替换
delete() - 类 中的方法org.ttzero.excel.entity.WaterMark
删除临时文件,传入InputStream或文本时会保存到临时文件,所以需要清理资源
deleteLine() - 类 中的方法org.ttzero.excel.entity.style.Font
已过时。
使用 Font.strikeThru()替换
delItalic() - 类 中的方法org.ttzero.excel.entity.style.Font
删除"斜体"样式 注意:字体是全局共享的所以修改属性前需要先复制字体
delStrikeThru() - 类 中的方法org.ttzero.excel.entity.style.Font
删除“删除线”样式 注意:字体是全局共享的所以修改属性前需要先复制字体
delUnderLine() - 类 中的方法org.ttzero.excel.entity.style.Font
删除"下划线"样式 注意:字体是全局共享的所以修改属性前需要先复制字体
detailMessageField - 类 中的静态变量org.ttzero.excel.reader.HeaderRow
 
dimEle(Element, Namespace) - 类 中的静态方法org.ttzero.excel.reader.XMLDrawings
 
Dimension - org.ttzero.excel.reader中的类
Worksheet dimension This record contains the range address of the used area in the current sheet.
Dimension(int, short) - 类 的构造器org.ttzero.excel.reader.Dimension
 
Dimension(int, short, int, short) - 类 的构造器org.ttzero.excel.reader.Dimension
 
dimension(Element, Namespace) - 类 中的静态方法org.ttzero.excel.reader.XMLDrawings
 
dimension - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
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) - 类 中的静态方法org.ttzero.excel.entity.style.Border
 
domToFill(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Fill
 
domToFont(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Font
解析字体
domToNumFmt(Element) - 类 中的静态方法org.ttzero.excel.entity.style.NumFmt
 
DOUBLE - 类 中的静态变量org.ttzero.excel.reader.Cell
 
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
Download resource from remote server NOTE:By default, only marking the cell type as REMOTE_URL does not actually download resources.
drawing(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
drawing(Picture) - 接口 中的方法org.ttzero.excel.entity.IDrawingsWriter
Direct drawing picture
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
dv - 类 中的变量org.ttzero.excel.reader.Cell
Double value contain float

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
 
EffectProducer - org.ttzero.excel.drawing中的接口
Effects Producer
EmbedTemplate - org.ttzero.excel.entity.e7中的类
 
EmbedTemplate(Path, Workbook) - 类 的构造器org.ttzero.excel.entity.e7.EmbedTemplate
 
empty(char[], int, int) - 类 中的方法org.ttzero.excel.reader.XMLRow
 
EMPTY - 类 中的静态变量org.ttzero.excel.util.StringUtil
Const `""` string
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(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
 
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(InputStream, int) - 类 的构造器org.ttzero.excel.reader.ExcelReader
指定解析模式读取Excel文件
ExcelReader(InputStream, int, int, int) - 类 的构造器org.ttzero.excel.reader.ExcelReader
 
ExcelReader(Path) - 类 的构造器org.ttzero.excel.reader.ExcelReader
以只读"值"的方式读取指定路径的Excel文件
ExcelReader(Path, int) - 类 的构造器org.ttzero.excel.reader.ExcelReader
指定解析模式读取Excel文件
ExcelReader(Path, int, int, int) - 类 的构造器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中的异常错误
 
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
Fast test cell value is data/time value
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
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(XMLSheet.HeaderRowFunc) - 类 中的方法org.ttzero.excel.reader.XMLSheet
 
firstColumn - 类 中的变量org.ttzero.excel.reader.Dimension
 
firstRow() - 类 中的方法org.ttzero.excel.entity.RowBlock
获取本批次行块中第一个数据
firstRow - 类 中的变量org.ttzero.excel.reader.Dimension
 
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.
flip() - 类 中的方法org.ttzero.excel.entity.RowBlock
切换为读模式
flush() - 类 中的方法org.ttzero.excel.entity.Comments
 
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.Style - org.ttzero.excel.entity.style中的类
字体样式
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中的全字段导出(标记有@IgnroeExport注解除外), 此方法可能会造成数据泄漏风险,可参考ExcelColumn注解说明
forceExport() - 类 中的方法org.ttzero.excel.entity.Workbook
强制导出 注意:设置此标记后将无视安全规则导出Java对象中的所有字段,请根据实际情况谨慎使用
forceImport() - 接口 中的方法org.ttzero.excel.reader.Sheet
Use field name matching without ExcelColumn annotation When converting row data to Java objects, only fields with ExcelColumn annotations are matched by default.
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.
formatBinarySize(long) - 类 中的静态方法org.ttzero.excel.util.StringUtil
long size to 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.XMLRow
 
fs - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
按cellXfs下标缓存字体
FUNCTION - 类 中的静态变量org.ttzero.excel.reader.Cell
 
fv - 类 中的变量org.ttzero.excel.reader.Cell
Formula string

G

GB2312 - 类 中的静态变量org.ttzero.excel.entity.style.Charset
134 简体中文字符集
geet() - 类 中的方法org.ttzero.excel.reader.Row
Returns the binding type if is bound, otherwise returns Row
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(String) - 类 中的方法org.ttzero.excel.entity.I18N
get message by code
get(String, String...) - 类 中的方法org.ttzero.excel.entity.I18N
get message by code
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
Getting the build-in Number format by code
get(int) - 类 中的静态方法org.ttzero.excel.entity.style.BuiltInNumFmt
Getting the build-in Number format by id
get() - 类 中的方法org.ttzero.excel.entity.WaterMark
获取水印图片路径
get(K) - 接口 中的方法org.ttzero.excel.reader.Cache
Returns the value to which the specified key is mapped, or null if this cache contains no mapping for the key.
get(K) - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Returns the value to which the specified key is mapped, or null if this cache contains no mapping for the key.
get(int, 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
Returns the binding type if is bound, otherwise returns Row
get(int) - 类 中的方法org.ttzero.excel.reader.SharedStrings
Getting the strings value by index
get(char) - 类 中的方法org.ttzero.excel.reader.XMLRow
 
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()获取基础信息,然后对其进行排序,列反转, 合并等深加工处理
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
 
getBind() - 类 中的方法org.ttzero.excel.entity.Workbook
获取绑定对象
getBlur() - 类 中的方法org.ttzero.excel.drawing.Reflection
 
getBlur() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getBoolean(int) - 类 中的方法org.ttzero.excel.reader.Row
Get Boolean value by column index
getBoolean(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Boolean value by column name
getBoolean(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Boolean value
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
Get Byte value by column index
getByte(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Byte value by column name
getByte(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Byte value
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
Returns Cell
getCell(String) - 类 中的方法org.ttzero.excel.reader.Row
Search Cell by column name
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
Returns the cell styles
getCellStyle(String) - 类 中的方法org.ttzero.excel.reader.Row
Returns the cell styles
getCellStyle(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Returns the cell styles
getCellStyleIndex() - 类 中的方法org.ttzero.excel.entity.Column
获取单元格样式索引,不包含动态样式
getCellType(int) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
getCellType(int) - 类 中的方法org.ttzero.excel.reader.Row
Returns the type of cell
getCellType(String) - 类 中的方法org.ttzero.excel.reader.Row
Returns the type of cell
getCellType(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Returns the type of cell
getCellValueAndStyle() - 类 中的方法org.ttzero.excel.entity.Sheet
获取数据转换器
getChar(int) - 类 中的方法org.ttzero.excel.reader.Row
Get Character value by column index
getChar(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Character value by column name
getChar(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Character value
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
 
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时显示黑色
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
The Worksheet column limit
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
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
获取作者
getDash() - 类 中的方法org.ttzero.excel.drawing.Outline
 
getDate(int) - 类 中的方法org.ttzero.excel.reader.Row
Get Date value by column index
getDate(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Date value by column name
getDate(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Date value
getDecimal(int) - 类 中的方法org.ttzero.excel.reader.Row
Get BigDecimal value by column index
getDecimal(String) - 类 中的方法org.ttzero.excel.reader.Row
Get BigDecimal value by column name
getDecimal(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get BigDecimal value
getDefaultWidth() - 类 中的方法org.ttzero.excel.entity.Sheet
获取默认列宽,如果未在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
Returns The range address of the used area in the current sheet NOTE: This method can only guarantee accurate row ranges
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
Get Double value by column index
getDouble(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Double value by column name
getDouble(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Double value
getDrawingCounter() - 类 中的方法org.ttzero.excel.entity.Workbook
获取当前工作薄包含多少张图片
getEffect() - 接口 中的方法org.ttzero.excel.drawing.EffectProducer
Returns an Excel effect entity
getEffect() - 类 中的方法org.ttzero.excel.entity.Column
获取当前列设置的图片效果
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
Returns the worksheet name
getFill() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getFill(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
获取样式中的格式化
getFirst() - 类 中的方法org.ttzero.excel.entity.ListSheet
Returns the first not null object
getFirstColumn() - 类 中的方法org.ttzero.excel.reader.Dimension
Returns the index to first used column, the min value is 1
getFirstColumnIndex() - 类 中的方法org.ttzero.excel.reader.Row
Returns the index of the first column (zero base)
getFirstRow() - 类 中的方法org.ttzero.excel.reader.Dimension
Returns the index to first used row, the min value is 1
getFirstRow() - 类 中的方法org.ttzero.excel.reader.XMLSheet
The index of first used row
getFloat(int) - 类 中的方法org.ttzero.excel.reader.Row
Get Float value by column index
getFloat(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Float value by column index
getFloat(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Float value by cell
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
Returns formula if exists
getFormula(String) - 类 中的方法org.ttzero.excel.reader.Row
Returns formula if exists
getFov() - 类 中的方法org.ttzero.excel.drawing.Camera
 
getFreeIndex(long[]) - 类 中的静态方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
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.Sheet
Returns the header of the list.
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
Returns Header column options
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
获取表头,子类覆写此方法创建表头
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
Returns the height in dimension
getHorizontal(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
获取样式中的水平对齐,参考范围Horizontals
getI18N() - 类 中的方法org.ttzero.excel.entity.Workbook
获取全局I18N配置
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
The worksheet id, it difference with index is that the id will not change because of moving or deleting worksheet.
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
The index of worksheet located at the workbook
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
Get Integer value by column index
getInt(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Integer value by column name
getInt(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Integer value
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.
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
Returns the index to last used column, the max value is 16,384 in office 2007 or later and 256 in office 2003
getLastColumnIndex() - 类 中的方法org.ttzero.excel.reader.Row
Returns the index of the last column (zero base, exclude).
getLastModifiedBy() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getLastModifiedBy() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取最后一次保存者
getLastRow() - 类 中的方法org.ttzero.excel.reader.Dimension
Returns the index to last used row, the max value is 1,048,576 in office 2007 or later and 65,536 in office 2003
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
Get LocalDate value by column index
getLocalDate(String) - 类 中的方法org.ttzero.excel.reader.Row
Get LocalDate value by column name
getLocalDate(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get LocalDate value
getLocalDateTime(int) - 类 中的方法org.ttzero.excel.reader.Row
Get LocalDateTime value by column index
getLocalDateTime(String) - 类 中的方法org.ttzero.excel.reader.Row
Get LocalDateTime value by column name
getLocalDateTime(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get LocalDateTime value
getLocale() - 类 中的方法org.ttzero.excel.entity.style.BuiltInNumFmt.NumFmt
 
getLocalPath() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
getLocalTime(int) - 类 中的方法org.ttzero.excel.reader.Row
Get LocalTime value by column index
getLocalTime(String) - 类 中的方法org.ttzero.excel.reader.Row
Get LocalTime value by column name
getLocalTime(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get LocalTime value
getLong(int) - 类 中的方法org.ttzero.excel.reader.Row
Get Long value by column index
getLong(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Long value by column name
getLong(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Long value
getLongitude() - 类 中的方法org.ttzero.excel.drawing.Camera
 
getLongitude() - 类 中的方法org.ttzero.excel.drawing.LightRig
 
getMaterial() - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
getMediaCounter() - 类 中的方法org.ttzero.excel.entity.Workbook
获取当前工作薄含有多媒体的工作表个数
getMergeCells() - 接口 中的方法org.ttzero.excel.reader.MergeSheet
Returns all merged cells
getMergeGrid() - 接口 中的方法org.ttzero.excel.reader.MergeSheet
Returns CellMerged info
getMethod() - 类 中的方法org.ttzero.excel.entity.ListSheet.EntryColumn
获取当前列对应的get方法
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
The worksheet name
getName() - 类 中的方法org.ttzero.excel.reader.XMLSheet
The worksheet name
getNames() - 类 中的方法org.ttzero.excel.reader.HeaderRow
Get the name of columns
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
获取样式中的格式化值
getOrElse(String, String) - 类 中的方法org.ttzero.excel.entity.I18N
get message by code
getOutline() - 类 中的方法org.ttzero.excel.drawing.Effect
 
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
获取进度监听器
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
获取当前工作表的关系管理器
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
 
getRig() - 类 中的方法org.ttzero.excel.drawing.LightRig
 
getRotWithShape() - 类 中的方法org.ttzero.excel.drawing.Shadow
 
getRow() - 类 中的方法org.ttzero.excel.entity.Panes
 
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
The Worksheet row limit
getRowLimit() - 类 中的方法org.ttzero.excel.entity.Sheet
获取工作表数据行上限,超过上限时触发分页,默认情况下此值由各输出协议决定
getRowNum() - 类 中的方法org.ttzero.excel.reader.Row
The number of row.
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
 
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值。
getSheets() - 类 中的方法org.ttzero.excel.entity.Workbook
获取所有Sheet集合 注意:返回的对象是一个浅拷贝对其做任何修改将影响最终效果
getSheetWriter() - 类 中的方法org.ttzero.excel.entity.Sheet
获取工作表输出协议IWorksheetWriter
getShort(int) - 类 中的方法org.ttzero.excel.reader.Row
Get Short value by column index
getShort(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Short value by column name
getShort(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Short value
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.ExcelReader
获取当前excel包含的工作表数量
getSize() - 接口 中的方法org.ttzero.excel.reader.Sheet
已过时。
use Sheet.getDimension() to getting full range address
getSize() - 类 中的方法org.ttzero.excel.reader.XMLSheet
已过时。
use XMLSheet.getDimension() to getting full range address
getSize2() - 类 中的方法org.ttzero.excel.entity.style.Font
获取字体大小
getSoftEdges() - 类 中的方法org.ttzero.excel.drawing.Effect
 
getSrcUrl() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
getSst() - 类 中的方法org.ttzero.excel.entity.Sheet
已过时。
直接从workbook获取
getSst() - 类 中的方法org.ttzero.excel.entity.Workbook
获取全局字符串共享区,此共享区独立于Worksheet,所有worksheet共享
getStartRowIndex() - 类 中的方法org.ttzero.excel.entity.Sheet
获取工作表的起始行号(从1开始),这里是行号也就是打开Excel左侧看到的行号, 此行号将决定从哪一行开始写数据
getString(int) - 类 中的方法org.ttzero.excel.reader.Row
Get string value by column index
getString(String) - 类 中的方法org.ttzero.excel.reader.Row
Get string value by column name
getString(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get string value
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
Returns the cell style index
getStyleIndex(Row, Column, Object) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
Returns the cell style index
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
The Workbook suffix
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
 
getTClass() - 类 中的方法org.ttzero.excel.entity.ListSheet
获取泛型T的实际类型,优先使用Class.getGenericSuperclass()方法获取,如果有子类指定T类型则可以获取, 否则将使用数组中第一条数据做为泛型的具体类型
getTemp() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
 
getTemplate() - 类 中的方法org.ttzero.excel.entity.Workbook
获取模板输入流
getTime(int) - 类 中的方法org.ttzero.excel.reader.Row
Get Time value by column index
getTime(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Time value by column name
getTime(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Time value by column name
getTimestamp(int) - 类 中的方法org.ttzero.excel.reader.Row
Get Timestamp value by column index
getTimestamp(String) - 类 中的方法org.ttzero.excel.reader.Row
Get Timestamp value by column name
getTimestamp(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Get Timestamp value
getTitle() - 类 中的方法org.ttzero.excel.entity.Comment
 
getTitle() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getTitle() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取标题
getTotal() - 类 中的方法org.ttzero.excel.entity.RowBlock
获取行块共装填了多少数据,RowBlock.reopen()方法可清除此记录
getType() - 类 中的方法org.ttzero.excel.entity.Relationship
 
getType() - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取当前Excel的文件类型,返回xlsxxls,当文件不是excel时返回unknown
getType(Path) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
判断文件格式,读取少量文件头字节来判断是否为BIFF和ZIP的文件签名
getV() - 类 中的方法org.ttzero.excel.reader.XMLRow
Found value tag range Code like this <v>0</v>
getValue(String) - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
Returns the placeholder character
getValue() - 类 中的方法org.ttzero.excel.entity.Comment
 
getValue(String) - 类 中的方法org.ttzero.excel.entity.e7.EmbedTemplate
 
getValue(String) - 类 中的方法org.ttzero.excel.entity.e7.SimpleTemplate
 
getValue() - 接口 中的方法org.ttzero.excel.reader.Cache.Entry
Returns the value corresponding to this entry.
getVersion() - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
getVersion() - 类 中的方法org.ttzero.excel.reader.AppInfo
获取版本号
getVertical(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
获取样式中的垂直对齐,参考范围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
Returns the width in dimension
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
 
GIF - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
 
glow - 类 中的变量org.ttzero.excel.drawing.Effect
 
Glow - org.ttzero.excel.drawing中的类
 
Glow() - 类 的构造器org.ttzero.excel.drawing.Glow
 
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
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
判断样式是否包含“填充"
hasFont(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
判断样式是否包含“字体"
hasFormula - 类 中的变量org.ttzero.excel.reader.ExcelReader
是否包含公式标记,此标记不可信,因为它只检查是否包含calcChain.xml文件, 并不检查单元格中的内嵌公式。
hasFormula() - 类 中的方法org.ttzero.excel.reader.ExcelReader
已过时。
此方法无法准确反映工作簿是否包含公式,这里仅检查是否包含一个通用的calcChain文件, 某些工具生成的Excel文件不包含calcChain文件而是内嵌在每个单元格中,这部分公式只有在读取单元格时才 明确知道,通过Row.hasFormula(int)可以精准判断某些单元格是否包含公式。
hasFormula(int) - 类 中的方法org.ttzero.excel.reader.Row
Check cell has formula
hasFormula(String) - 类 中的方法org.ttzero.excel.reader.Row
Check cell has formula
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
判断样式是否包含“水平对齐"
hasMedia() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Check if images are output
hasNext() - 类 中的方法org.ttzero.excel.entity.RowBlock
判断迭代器是否更多数据
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
判断样式是否包含“格式化"
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
Specify the header rows endpoint
header(int, int) - 接口 中的方法org.ttzero.excel.reader.Sheet
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 - 类 中的变量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
Settings ignore case matching column names
headerColumnToCamelCase() - 接口 中的方法org.ttzero.excel.reader.Sheet
Convert column name to camel case
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
Specifies the bevel width and height
height - 类 中的变量org.ttzero.excel.entity.Comments.C
 
height - 类 中的变量org.ttzero.excel.entity.Row
 
height - 类 中的变量org.ttzero.excel.reader.Dimension
 
height - 类 中的变量org.ttzero.excel.util.FileSignatures.Signature
 
heof - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
hidden - 类 中的变量org.ttzero.excel.entity.Sheet
标记是否“隐藏”
hidden() - 类 中的方法org.ttzero.excel.entity.Sheet
隐藏工作表
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
Convert hls color to 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.manager.Const.Relationship
 

I

i - 类 中的变量org.ttzero.excel.reader.Cell
x-axis of cell in row
I18N - org.ttzero.excel.entity中的类
 
I18N() - 类 的构造器org.ttzero.excel.entity.I18N
 
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中的接口
Drawings writer
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
 
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.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
 
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
Returns the index within this string array of the first occurrence of the specified string.
indexOf(String, int, int, int) - 类 中的静态方法org.ttzero.excel.util.StringUtil
Returns the index within this string of the first occurrence of the specified character, starting the search at the specified range.
IndexSharedStringTable - org.ttzero.excel.reader中的类
 
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.Workbook
初始化,创建全局样式和字符串共享区
init(Path, int, int, int) - 类 中的方法org.ttzero.excel.reader.ExcelReader
初始化,初始化过程将进行内容检查,和创建全局属性(样式,字符共享区)以及工作表但不会实际读取工作表
init(SharedStrings, Styles, int) - 类 中的方法org.ttzero.excel.reader.XMLRow
 
initDrawingsWriter() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Initialization DrawingsWriter
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
is(Class<?>) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
isAllowDirectOutput(Class<?>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
Mark whitelist types that can be easily exported
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
Test if it is a BigDecimal type
isBlank() - 类 中的方法org.ttzero.excel.reader.Row
Tests the value of all cells is null or whitespace
isBlank(int) - 类 中的方法org.ttzero.excel.reader.Row
Tests the specify cell value is blank
isBlank(String) - 类 中的方法org.ttzero.excel.reader.Row
Tests the specify cell value is blank
isBlank(Cell) - 类 中的方法org.ttzero.excel.reader.Row
Tests the specify cell value is blank
isBlank(CharSequence) - 类 中的静态方法org.ttzero.excel.util.StringUtil
Checks if a CharSequence is empty (""), null or whitespace only.
isBold() - 类 中的方法org.ttzero.excel.entity.style.Font
检查是否有“粗体”样式
isBool(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a boolean or Boolean type
isChar(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a char or Character type
isDate(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a Date type
isDate(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
Test the style is data format
isDateTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a Timestamp type
isDeleteLine() - 类 中的方法org.ttzero.excel.entity.style.Font
已过时。
使用 Font.isStrikeThru()替换
isDouble(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a double-precision floating-point type
isEmpty() - 类 中的方法org.ttzero.excel.reader.Row
Test unused row (not contains any filled, formatted, border, value or other styles)
isEmpty(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
Returns true if it is null or String.length() is 0.
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
Test if it is a single-precision floating-point type
isHidden() - 类 中的方法org.ttzero.excel.entity.Sheet
工作表是否隐藏
isHidden() - 接口 中的方法org.ttzero.excel.reader.Sheet
Test Worksheet is hidden
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
Test if it is a int, char, byte or short or boxing type
isItalic() - 类 中的方法org.ttzero.excel.entity.style.Font
检查是否有“斜体”样式
isLocalDate(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a LocalDate type
isLocalDateTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a LocalDateTime type
isLocalTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a LocalTime type
isLong(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a long or Long type
isNotBlank(CharSequence) - 类 中的静态方法org.ttzero.excel.util.StringUtil
Checks if a CharSequence is not empty (""), not null and not whitespace only.
isNotEmpty(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
Returns true if, and only if, String.length() greater than 0.
isOutOfSheet(int) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
TO check rows out of worksheet
isPlaceholder(String) - 类 中的方法org.ttzero.excel.entity.AbstractTemplate
Check the cell content has placeholder character
isPlaceholder(String) - 类 中的方法org.ttzero.excel.entity.e7.EmbedTemplate
 
isPlaceholder(String) - 类 中的方法org.ttzero.excel.entity.e7.SimpleTemplate
 
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
Test if it is a short or Short type
isShow() - 接口 中的方法org.ttzero.excel.reader.Sheet
Test Worksheet is show
isShowGridLines() - 类 中的方法org.ttzero.excel.entity.Sheet
是否显示“网格线”
isStrikeThru() - 类 中的方法org.ttzero.excel.entity.style.Font
检查是否有“删除线”样式
isString(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a String type
isTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
Test if it is a Time type
isTrusted() - 类 中的方法org.ttzero.excel.util.FileSignatures.Signature
可信任的,必须在白名单列出的资源格式
isUnderLine() - 类 中的方法org.ttzero.excel.entity.style.Font
检查是否有“下划线”样式
isUnicode() - 类 中的方法org.ttzero.excel.entity.style.BuiltInNumFmt.NumFmt
 
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.SharedStringTable
Returns an iterator over elements of type String
iterator() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Returns an iterator over elements of type Cache.Entry<K, V>.
iterator() - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
 
iterator() - 接口 中的方法org.ttzero.excel.reader.Sheet
Iterating each row of data contains header information and blank lines
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中的接口
 

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
 
lastRow() - 类 中的方法org.ttzero.excel.entity.RowBlock
获取本批次行块中最后一个数据
lastRow - 类 中的变量org.ttzero.excel.reader.Dimension
 
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.reader.Row
 
left() - 类 中的方法org.ttzero.excel.entity.ListSheet
数组中剩余多少数据
LEFT - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
 
length - 类 中的变量org.ttzero.excel.reader.XMLSheet
 
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
 
lineSeparator - 接口 中的静态变量org.ttzero.excel.manager.Const
"\n" in UNIX systems, "\r\n" in Windows systems.
LinkedScanner() - 类 的构造器org.ttzero.excel.reader.Grid.LinkedScanner
 
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
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 - 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, ?>>) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并添加导出数据
ListMapSheet(String, List<Map<String, ?>>) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并指定工作表名和添加导出数据
ListMapSheet(List<Map<String, ?>>, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并添加导出数据和表头信息
ListMapSheet(String, List<Map<String, ?>>, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化指定名称工作表并添加导出数据和表头信息
ListMapSheet(List<Map<String, ?>>, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
实例化工作表并添加导出数据和表头信息
ListMapSheet(String, List<Map<String, ?>>, 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
List all pictures in workbook
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
Constructor worksheet
ListSheet(String, List<T>) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(List<T>, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(String, List<T>, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(List<T>, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet(String, List<T>, WaterMark, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
Constructor worksheet
ListSheet.EntryColumn - org.ttzero.excel.entity中的类
ListSheet独有的列对象,除了Column包含的信息外,它还保存当列对应的字段和方法, 后续会通过这两个属性进行反射获取对象中的值,优先通过get方法获取,如果找不到get方法则直接 使用Field获取值
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
Load the sheet data
load() - 类 中的方法org.ttzero.excel.reader.XMLSheet
Load sheet.xml as BufferedReader
LOCAL_DATE_TIME - 类 中的静态变量org.ttzero.excel.util.DateUtil
 
LOGGER - 类 中的变量org.ttzero.excel.entity.AbstractTemplate
LOGGER
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.
lowFirstKey(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
Turn the first character into an lower case.
lv - 类 中的变量org.ttzero.excel.reader.Cell
Long value

M

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.AbstractTemplate
 
mapping - 类 中的变量org.ttzero.excel.reader.HeaderRow
 
mapping(Method[], Map<String, Method>, PropertyDescriptor[], Method[]) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
 
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
 
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_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
MediaColumn - org.ttzero.excel.annotation中的注释类型
指定当前列为"媒体"格式 默认情况下总是以"值"的形式导出,如果需要导出图片则必须添加MediaColumn注解, 在指定属性的同时可以使用MediaColumn.presetEffect()设置预设图片效果
mediaPath - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
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)
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中的接口
Copy values when reading merged cells.
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.
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
mv - 类 中的变量org.ttzero.excel.reader.Cell
Decimal value

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
 
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.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行。
nextCell() - 类 中的方法org.ttzero.excel.reader.XMLRow
Loop parse cell
nextRow - 类 中的变量org.ttzero.excel.reader.RowSetIterator
 
nonBlank() - 类 中的方法org.ttzero.excel.reader.Row
Returns true if any cell in row contains values otherwise returns false.
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
Returns true if any cell in row contains filled, formatted, border, value or other styles otherwise returns false.
nonHeader - 类 中的变量org.ttzero.excel.entity.Sheet
忽略表头
NORMAL - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
已过时。
使用 PLAIN替换
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.BuiltInNumFmt.NumFmt
 
NumFmt - org.ttzero.excel.entity.style中的类
To create a custom number format, you start by selecting one of the built-in number formats as a starting point.
NumFmt() - 类 的构造器org.ttzero.excel.entity.style.NumFmt
 
NumFmt(String) - 类 的构造器org.ttzero.excel.entity.style.NumFmt
 
nv - 类 中的变量org.ttzero.excel.reader.Cell
Integer value contain short

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
Create Dimension from a range string
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"); })
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: 导出为图片 23, 2 | 垂直对齐 21, 3 | 水平对齐
option - 类 中的变量org.ttzero.excel.reader.ExcelReader
解析模式 0: VALUE_ONLY 2: VALUE_AND_CALC 4: COPY_ON_MERGED
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
 
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
 
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
 
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
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, boolean, List<Comments.R>) - 类 中的方法org.ttzero.excel.entity.Comments
 
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
解析图片
parseCells() - 类 中的方法org.ttzero.excel.reader.XMLRow
Loop parse cell
parseCellValue(Cell) - 类 中的方法org.ttzero.excel.reader.XMLRow
Parse cell value
parseColor(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Parse color tag
parsed - 类 中的变量org.ttzero.excel.reader.XMLDrawings
是否已解析,保证数据只被解析一次
parseDrawings(ZipFile, ZipEntry, Path) - 类 中的方法org.ttzero.excel.reader.XMLDrawings
 
parseFormula() - 类 中的方法org.ttzero.excel.reader.ExcelReader
强制解析公式,将所有工作表转换为CalcSheet,也可以在单个工作表中使用Sheet.asCalcSheet()转换单个工作表
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
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.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
 
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
 
PreCalc - org.ttzero.excel.reader中的类
Preprocessed calc node
PreCalc(long) - 类 的构造器org.ttzero.excel.reader.PreCalc
 
presetCamera - 类 中的变量org.ttzero.excel.drawing.Camera
Preset camera
PresetPictureEffect - org.ttzero.excel.drawing中的枚举
图片预设效果,实现Excel内置的28种图片样式
prev - 类 中的变量org.ttzero.excel.entity.Column
多行表头中指向前一个Column
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
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
prst - 类 中的变量org.ttzero.excel.drawing.Bevel
Preset 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(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
 
putAllExtProp(Map<String, Object>) - 类 中的方法org.ttzero.excel.entity.Sheet
批量添加扩展参数,key存在时覆盖原值
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文件
read(InputStream) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
以只读"值"的方式读取Excel字节流
read(Path, int) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
指定解析模式读取Excel文件
read(InputStream, int) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
指定解析模式读取Excel文件
read(Path, int, int) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
指定解析模式读取Excel文件
read(InputStream, int, int) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
指定解析模式读取Excel字节流
read(InputStream, int, int, int) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
指定解析模式读取Excel字节流
read(Path, int, int, int) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
指定解析模式读取Excel文件,如果文件为xls格式将加载org.ttzero.excel.reader.BIFF8Reader 如果要支持xls格式需要将eec-e3-support添加进classpath,如果未识别到文件类型则抛ExcelReadException
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.reader.XMLSheet
 
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
 
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 - 接口 中的静态变量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.Sheet
关系管理器
RelManager - org.ttzero.excel.manager中的类
引用管理器
RelManager() - 类 的构造器org.ttzero.excel.manager.RelManager
 
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
Move src file into output path
REMOTE_URL - 类 中的静态变量org.ttzero.excel.reader.Cell
 
remove(int) - 类 中的方法org.ttzero.excel.entity.Workbook
移除指定位置的工作表Sheet
remove(K) - 接口 中的方法org.ttzero.excel.reader.Cache
Removes the mapping for a key from this cache if it is present (optional operation).
remove(K) - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Removes the mapping for a key from this cache if it is present (optional operation).
remove() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
Remove the last item
reopen() - 类 中的方法org.ttzero.excel.entity.RowBlock
重新打开行块,reopen将标记清除以达到重用的目的
reset(Row, Cell, Object, Column) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
Setting cell value and cell styles
reset() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
Resets this buffer's position to the previously-marked position.
reset(int, int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
已过时。
reset() - 接口 中的方法org.ttzero.excel.reader.Sheet
Reset the Sheet's row index to begging
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方法除转换数据外还添单元格样式
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(String) - 类 中的方法org.ttzero.excel.processor.Converter.None
 
reversion(String) - 接口 中的方法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
rgbToHls(Color) - 类 中的静态方法org.ttzero.excel.entity.style.HlsColor
Convert rgba color to hls Color
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
Row - org.ttzero.excel.entity中的类
行数据,每个Row对象包含一组连续的Cell单元格, 它的设计与在Office中看到的结构完全一样
Row() - 类 的构造器org.ttzero.excel.entity.Row
 
Row - org.ttzero.excel.reader中的类
 
Row() - 类 的构造器org.ttzero.excel.reader.Row
 
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
指定表头行高和数据行高
RowNum - org.ttzero.excel.annotation中的注释类型
注入行号,可用于读取Excel时注入该行在文件中的绝对行号 注意:此行号是Excel的绝对行号,与打开Excel看到的行号完全一致,从1开始
rows - 类 中的变量org.ttzero.excel.entity.Sheet
统计已写入数据行数,不包含表头
rows() - 接口 中的方法org.ttzero.excel.reader.Sheet
Return a stream of all rows
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(Path) - 接口 中的方法org.ttzero.excel.reader.Sheet
Save file as Comma-Separated Values.
saveAsCSV(Path, Charset) - 接口 中的方法org.ttzero.excel.reader.Sheet
Save file as Comma-Separated Values.
saveAsCSV(OutputStream) - 接口 中的方法org.ttzero.excel.reader.Sheet
Save file as Comma-Separated Values.
saveAsCSV(OutputStream, Charset) - 接口 中的方法org.ttzero.excel.reader.Sheet
Save file as Comma-Separated Values.
saveAsCSV(BufferedWriter) - 接口 中的方法org.ttzero.excel.reader.Sheet
Save file as Comma-Separated Values.
scene3D - 类 中的变量org.ttzero.excel.drawing.Effect
 
Scene3D - org.ttzero.excel.drawing中的类
 
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
 
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
设置全局自适应列宽
setAv(int) - 类 中的方法org.ttzero.excel.reader.Cell
 
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
 
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
设置上边框样式和颜色
setBv(boolean) - 类 中的方法org.ttzero.excel.reader.Cell
 
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
设置单元格样式值,样式值由背景,边框,字体等进行“或”运算而来
setCellStyle(Font) - 类 中的方法org.ttzero.excel.entity.Column
setCellStyle(Font, int) - 类 中的方法org.ttzero.excel.entity.Column
setCellStyle(Font, Border) - 类 中的方法org.ttzero.excel.entity.Column
setCellStyle(Font, Border, int) - 类 中的方法org.ttzero.excel.entity.Column
setCellStyle(Font, Fill, Border) - 类 中的方法org.ttzero.excel.entity.Column
setCellStyle(Font, Fill, Border, int) - 类 中的方法org.ttzero.excel.entity.Column
setCellStyle(Font, Fill, Border, int, int) - 类 中的方法org.ttzero.excel.entity.Column
setCellStyle(NumFmt, Font, Fill, Border, int, 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
Setting cell value
setCellValueAndStyle(ICellValueAndStyle) - 类 中的方法org.ttzero.excel.entity.Sheet
设置数据转换器,用于将Java对象转为各工作表输出协议可接受的数据结构,一般会将每个单元格的值输出为Cell对象, 它与Sheet数据源中的Java类型完全分离,使得下游的输出协议有统一输入源。
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
 
setCv(char) - 类 中的方法org.ttzero.excel.reader.Cell
 
setDash(Enums.DashPattern) - 类 中的方法org.ttzero.excel.drawing.Outline
 
setData(List<T>) - 类 中的方法org.ttzero.excel.entity.ListSheet
Setting the worksheet data
setDescription(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setDiagonal(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
设置左上右下和左下右上的边框样式
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
 
setDocSecurity(int) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setDrawings(Drawings) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting the Drawings info
setDv(double) - 类 中的方法org.ttzero.excel.reader.Cell
 
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
设置当前列统一“字体”样式
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
 
setHasHeader(boolean) - 类 中的方法org.ttzero.excel.entity.CSVSheet
设置是否需要表头
setHeaderColumnReadOption(int) - 接口 中的方法org.ttzero.excel.reader.Sheet
Setting header columns preprocessing properties HeaderRow.FORCE_IMPORT: Match with field name if without ExcelColumn annotation HeaderRow.IGNORE_CASE: Ignore case matching column names HeaderRow.CAMEL_CASE: CAMEL_CASE to camelCase 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
设置统一的表头样式
setHeadStyle(Font, Fill, Border, int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
设置统一的表头样式
setHeadStyle(NumFmt, Font, Fill, Border, int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
设置统一的表头样式
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
设置行高
setHorizontal(int) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列统一“水平对齐”样式
setHr(HeaderRow) - 类 中的方法org.ttzero.excel.reader.Row
Setting header row
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
 
setIv(double) - 类 中的方法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
 
setLongitude(double) - 类 中的方法org.ttzero.excel.drawing.Camera
 
setLongitude(double) - 类 中的方法org.ttzero.excel.drawing.LightRig
 
setLv(long) - 类 中的方法org.ttzero.excel.reader.Cell
 
setMaterial(Enums.Material) - 类 中的方法org.ttzero.excel.drawing.Shape3D
 
setMiterLimit(double) - 类 中的方法org.ttzero.excel.drawing.Outline
 
setModified(Date) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setMv(BigDecimal) - 类 中的方法org.ttzero.excel.reader.Cell
 
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
Setting cell value as null
setNumFmt(String) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列统一“格式化”样式
setNumFmt(NumFmt) - 类 中的方法org.ttzero.excel.entity.Column
设置当前列统一“格式化”样式
setNv(int) - 类 中的方法org.ttzero.excel.reader.Cell
 
setOptions(int) - 类 中的方法org.ttzero.excel.reader.HeaderRow
 
setOutline(Outline) - 类 中的方法org.ttzero.excel.drawing.Effect
 
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
 
setPresetCamera(Enums.PresetCamera) - 类 中的方法org.ttzero.excel.drawing.Camera
 
setProcessor(ConversionProcessor) - 类 中的方法org.ttzero.excel.entity.Column
设置输出转换器,通常用于动态转换状态值或枚举值为文本
setPrst(Enums.PresetBevel) - 类 中的方法org.ttzero.excel.drawing.Bevel
 
setPs(PreparedStatement) - 类 中的方法org.ttzero.excel.entity.StatementSheet
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
setRs(ResultSet) - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
已过时。
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
 
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
 
setSst(SharedStrings) - 类 中的方法org.ttzero.excel.reader.XMLSheet
Setting the Shared String Table
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
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
Setting all cell style of the specified row
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
 
setSv(String) - 类 中的方法org.ttzero.excel.reader.Cell
 
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
 
setTitle(String) - 类 中的方法org.ttzero.excel.entity.Comment
 
setTitle(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
 
setTitlePards(List<String>) - 类 中的方法org.ttzero.excel.manager.docProps.App
 
setTv(double) - 类 中的方法org.ttzero.excel.reader.Cell
 
setType(String) - 类 中的方法org.ttzero.excel.entity.Relationship
 
setValue(String) - 类 中的方法org.ttzero.excel.entity.Comment
 
setVector(List<String>) - 类 中的方法org.ttzero.excel.manager.docProps.App.TitlesOfParts
 
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
Setting workbook
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
Return a copy worksheet writer
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
 
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(int) - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取指定位置的工作表,此方法默认load工作表所以外部无需再次调用load方法
sheet(String) - 类 中的方法org.ttzero.excel.reader.ExcelReader
获取指定名称的工作表,此方法默认load工作表所以外部无需再次调用load方法
Sheet - org.ttzero.excel.reader中的接口
 
sheetDataReady - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
sheetFactory(int) - 类 中的方法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
 
shouldClose - 类 中的变量org.ttzero.excel.entity.Sheet
标记是否需要关闭,自动分页情况下最后一个worksheet页需要关闭资源,因为所有的数据都是从最原始 的工作表获取,所以只有写完数据之后才能关闭。
shouldDelete - 类 中的变量org.ttzero.excel.entity.SharedStringTable
Delete the temp file if @author SharedStringTable
show() - 类 中的方法org.ttzero.excel.entity.Column
标记当前列可见(默认可见)
showGridLines - 类 中的变量org.ttzero.excel.entity.Sheet
是否显示"网格线",默认显示
showGridLines() - 类 中的方法org.ttzero.excel.entity.Sheet
设置显示“网格线”
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
 
SimpleTemplate - org.ttzero.excel.entity.e7中的类
 
SimpleTemplate(Path, Workbook) - 类 的构造器org.ttzero.excel.entity.e7.SimpleTemplate
 
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
本批次共装填了多少数据
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.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中的静态类型
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 - 类 中的变量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中的类
string util
stringV1() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
stringV2() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
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中的注释类型
动态样式处理器 动态样式是指根据行数据为每个单元格或整行设置不同样式,这个功能可以极大丰富文件的可读性和多样性.
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,多表头时返回表头行数
supplier - 类 中的变量org.ttzero.excel.reader.RowSetIterator
 
sv - 类 中的变量org.ttzero.excel.reader.Cell
String value
swap(String[], int, int) - 类 中的静态方法org.ttzero.excel.util.StringUtil
Wrap value in string array
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
临时文件路径,读文件过程中产生的临时文件
template() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
The Comma-Separated Values format do not support.
template() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
 
template() - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
Write with template
template() - 类 中的方法org.ttzero.excel.entity.Workbook
 
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
 
text - 类 中的变量org.ttzero.excel.entity.Comments.C
 
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
Time millis to String, like 1h:3s or 4m:1s
TitlesOfParts() - 类 的构造器org.ttzero.excel.manager.docProps.App.TitlesOfParts
 
to(Class<T>) - 类 中的方法org.ttzero.excel.reader.Row
Convert to object, support annotation
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
Convert to camel case string.
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
 
toColor(String) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
 
toColor(String) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
Converts a String to an integer and returns the specified opaque Color.
toDate(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Office open XML timestamp to java.util.Date
toDate(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Office open xml timestamp to java.util.Date
toDate(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toDateString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toDateTimeValue(Timestamp) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Timestamp to Office open xml timestamp
toDateTimeValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
java.util.Date to Office open xml date
toDateTimeValue(LocalDateTime) - 类 中的静态方法org.ttzero.excel.util.DateUtil
LocalDateTime to Office open xml timestamp
toDateValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
java.util.Date to Office open xml date
toDateValue(LocalDate) - 类 中的静态方法org.ttzero.excel.util.DateUtil
LocalDate to Office open xml date
today() - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toDom4j(Element) - 类 中的方法org.ttzero.excel.entity.style.Border
 
toDom4j(Element) - 类 中的方法org.ttzero.excel.entity.style.Font
输出为dom树
toDom4j(Element) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
 
toLocalDate(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toLocalDateTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toLocalTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toLocalTime(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toLong(char[], int, int) - 类 中的静态方法org.ttzero.excel.reader.XMLRow
 
toMap() - 类 中的方法org.ttzero.excel.reader.Row
Convert row data to LinkedMap(sort by column index)
too(Class<T>) - 类 中的方法org.ttzero.excel.reader.Row
Convert to T object, support annotation the is a memory shared object
TooManyColumnsException - org.ttzero.excel.entity中的异常错误
列超过限制时抛此异常,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
toRGB(Color) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
to rgb string
toRGB(int) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
 
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.BuiltInNumFmt.NumFmt
 
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.manager.docProps.Tuple2
 
toString() - 类 中的方法org.ttzero.excel.reader.AppInfo
 
toString() - 类 中的方法org.ttzero.excel.reader.Dimension
 
toString() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
 
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
 
totalRows - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
 
toTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toTime(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toTimestamp(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toTimestamp(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toTimestamp(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
toTimeValue(Timestamp) - 类 中的静态方法org.ttzero.excel.util.DateUtil
Timestamp to Office open xml time-of-day
toTimeValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
java.util.Date to Office open xml time-of-day
toTimeValue(Time) - 类 中的静态方法org.ttzero.excel.util.DateUtil
java.sql.Time to Office open xml time-of-day
toTimeValue(LocalTime) - 类 中的静态方法org.ttzero.excel.util.DateUtil
LocalTime to Office open xml time-of-day
toTString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
 
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
 
TURKISH - 类 中的静态变量org.ttzero.excel.entity.style.Charset
162 土耳其字符集
Type() - 类 的构造器org.ttzero.excel.entity.e7.ContentType.Type
 
tz - 类 中的静态变量org.ttzero.excel.util.DateUtil
 

U

UNALLOCATED - 类 中的静态变量org.ttzero.excel.reader.Cell
 
UNALLOCATED_CELL - 类 中的静态变量org.ttzero.excel.reader.Cell
Unallocated cell
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
unknown cell type converter
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
Turn the first character into an upper case.
utcDateTimeFormat - 类 中的静态变量org.ttzero.excel.util.DateUtil
 

V

v1 - 类 中的变量org.ttzero.excel.manager.docProps.Tuple2
 
v1() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
v2 - 类 中的变量org.ttzero.excel.manager.docProps.Tuple2
 
v2() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
 
VALUE_AND_CALC - 类 中的静态变量org.ttzero.excel.reader.ExcelReader
解析模式-解析公式
VALUE_ONLY - 类 中的静态变量org.ttzero.excel.reader.ExcelReader
解析模式-只解析值(默认)
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
返回带有指定名称的该类型的枚举常量。
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
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
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
使用图片流创建水印,可以下载远程图片创建水印
wb - 类 中的变量org.ttzero.excel.entity.AbstractTemplate
 
whitelist - 类 中的静态变量org.ttzero.excel.util.FileSignatures
白名单配置列表
width - 类 中的变量org.ttzero.excel.drawing.Bevel
Specifies the bevel width and 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.Dimension
 
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
 
withTemplate(InputStream, Object) - 类 中的方法org.ttzero.excel.entity.Workbook
指定模板输入流并绑定替换对象
workbook - 类 中的变量org.ttzero.excel.entity.Sheet
工作薄
Workbook - org.ttzero.excel.entity中的类
一个Workbook工作薄实例即表示一个Excel文件,它包含一个或多个Sheet工作表, Workbook收集全局属性,如文档属性、样式,字符串共享区等。
Workbook() - 类 的构造器org.ttzero.excel.entity.Workbook
创建一个未命名工作薄 如果writeTo方法指定的File或Path为文件夹时,未命名工作薄将会从resources/I18N/message.XXX.properties 查找名为'non-name-file'的配置,有且不为空时以该配置为文件名否则以'Non name'作为文件名
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
writeAsDefault() - 类 中的方法org.ttzero.excel.entity.Column
指定当前列以“值”类型导出
writeAsMedia() - 类 中的方法org.ttzero.excel.entity.Column
指定当前列以“媒体”类型导出
writeAsMedia(Row, Cell, String, Column, Class<?>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
Convert string to binary
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, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write binary file
writeBinary(ByteBuffer, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write binary file
writeBool(boolean, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write boolean value
writeChar(char, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write char value
writeChar(char) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Writes a single character
writeCols(int, String) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write the default column info, The specified column width will be overwritten in these method.
writeDecimal(BigDecimal, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write decimal value
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
writeDouble(double, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write double value
writeEffects(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
writeEmpty() - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
Writes a empty column.
writeEmptySheet(Path) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
Write a empty worksheet
writeFile(Path, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write file value
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
writeNull(int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write blank value
writeNumeric(long, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write numeric value
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, 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
writeSheetFormat(int, String) - 类 中的方法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, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write stream value
writeString(String, int, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
Write string value
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
Write to OutputStream ${os}
writeTo(File) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
Write to file ${file}
writeTo(Path, Supplier<RowBlock>) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
Write a row block
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.SharedStrings
 
writeTo(Path) - 类 中的方法org.ttzero.excel.entity.Sheet
落盘,将工作表写到指定路径
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(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

X

xf - 类 中的变量org.ttzero.excel.reader.Cell
Style index
xlsx(Path, Path...) - 类 中的静态方法org.ttzero.excel.util.ZipUtil
zip files exclude root path command: zip destPath srcPath1 srcPath2 ...
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中的类
Drawings writer(For Picture only)
XMLDrawingsWriter(Path) - 类 的构造器org.ttzero.excel.entity.e7.XMLDrawingsWriter
 
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
 
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中的类
 
XMLZebraLineCellValueAndStyle(int) - 类 的构造器org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
 
XMLZebraLineCellValueAndStyle(Fill) - 类 的构造器org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
 

Z

zebraFill - 类 中的变量org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
The zebra-line fill style
zebraFill - 类 中的变量org.ttzero.excel.entity.Sheet
斑马线填充样式,斑马线从表头以下的第2行开始每隔一行进行一次填充
zebraFillStyle - 类 中的变量org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
The zebra-line fill style value
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
 
zipPath - 类 中的变量org.ttzero.excel.entity.AbstractTemplate
 
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.

_

_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 © 2023. All rights reserved.