- C() - 类 的构造器org.ttzero.excel.entity.Comments.C
-
- Cache<K,V> - org.ttzero.excel.reader中的接口
-
- Cache.Entry<K,V> - org.ttzero.excel.reader中的接口
-
A map entry (key-value pair)
- calcNumWidth(double, Font) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
-
粗略计算单元格长度,优先从缓存中获取预处理结果,缓存key由字号+字体名组成这样就保存能计算出相近的宽度,
未命中缓存则从先预处理再丢入缓存以便下次使用
- CalcSheet - org.ttzero.excel.reader中的接口
-
- 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
-
- 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
-
- cancelZebraLine() - 类 中的方法org.ttzero.excel.entity.Sheet
-
取消斑马线,如果在工作薄Workbook设置了全局斑马线可使用此方法取消当前工作表Worksheet的斑马线
- cancelZebraLine() - 类 中的方法org.ttzero.excel.entity.Workbook
-
取消斑马线
- canWrite() - 类 中的方法org.ttzero.excel.entity.Watermark
-
测试水印图片是否可输出
- cap - 类 中的变量org.ttzero.excel.drawing.Outline
-
- capacity() - 类 中的方法org.ttzero.excel.entity.RowBlock
-
获取容器大小
- cb - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
-
共享空间
- cb - 类 中的变量org.ttzero.excel.reader.XMLRow
-
- cb - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- Cell - org.ttzero.excel.reader中的类
-
单元格,读取或写入时最小处理单元,它与上层的数据源无关
- Cell() - 类 的构造器org.ttzero.excel.reader.Cell
-
- Cell(short) - 类 的构造器org.ttzero.excel.reader.Cell
-
- Cell(int) - 类 的构造器org.ttzero.excel.reader.Cell
-
- cellComment - 类 中的变量org.ttzero.excel.entity.Column
-
表头批注
- cells - 类 中的变量org.ttzero.excel.entity.Row
-
- cells - 类 中的变量org.ttzero.excel.reader.Row
-
- cellStyle - 类 中的变量org.ttzero.excel.entity.Column
-
表格体的样式值
- cellStyleIndex - 类 中的变量org.ttzero.excel.entity.Column
-
表格体的样式索引, -1表示未设置
- CellType - org.ttzero.excel.reader中的枚举
-
单元格数据类型
- cellValueAndStyle - 类 中的变量org.ttzero.excel.entity.Sheet
-
转换器,将外部数据转换为Worksheet输出协议需要的数据类型并设置单元格样式
- CENTER - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
-
- CENTER - 类 中的静态变量org.ttzero.excel.entity.style.Verticals
-
- CENTER_CONTINUOUS - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
-
- CHARACTER - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- charset - 类 中的变量org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
- charset - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- charset - 类 中的变量org.ttzero.excel.entity.CSVSheet
-
指定读取CSV使用的字符集
- Charset - org.ttzero.excel.entity.style中的类
-
字符集
- Charset() - 类 的构造器org.ttzero.excel.entity.style.Charset
-
- CHARTS - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- CHARTS - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- charVal - 类 中的变量org.ttzero.excel.reader.Cell
-
Char value
- check(String, Object) - 类 中的静态方法org.ttzero.excel.manager.docProps.CustomProperties
-
检查属性的合法性
- check(String, String) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- checkAndInitWriter() - 类 中的方法org.ttzero.excel.entity.Workbook
-
- 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
-
- checkRange(int, int) - 类 中的方法org.ttzero.excel.reader.Dimension
-
检查指定坐标是否在本范围中
- CHINESEBIG5 - 类 中的静态变量org.ttzero.excel.entity.style.Charset
-
136 繁体中文字符集
- clazz - 类 中的变量org.ttzero.excel.entity.Column
-
Excel列值的类型,不特殊指定时该类型与Java对象类型一致,它影响最终输出到Excel单元格值的类型和对齐方式
默认情况下文本类型左对齐,数字右对齐,日期居中,表头单元格全部居中
- clazz - 类 中的变量org.ttzero.excel.reader.HeaderRow
-
- clear() - 类 中的方法org.ttzero.excel.entity.Row
-
清除附加属性
- clear() - 类 中的方法org.ttzero.excel.entity.RowBlock
-
游标复原
- clear() - 接口 中的方法org.ttzero.excel.reader.Cache
-
Removes all the mappings from this cache (optional operation).
- clear() - 类 中的方法org.ttzero.excel.reader.Cell
-
- clear() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
-
Removes all the mappings from this cache (optional operation).
- clearBorder(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
清除样式中的“边框”
- clearFill(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
清除样式中的“填充”
- clearFont(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
清除样式中的“字体”
- clearHorizontal(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
清除样式中的“水平对齐”
- clearNumFmt(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
清除样式中的“格式化”
- clearVertical(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
清除样式中的“垂直对齐”
- clearWrapText(int) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
清除样式中的“自动折行”
- clone() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- clone() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- clone() - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
-
复制工作表输出协议
- clone() - 类 中的方法org.ttzero.excel.entity.Relationship
-
- clone() - 类 中的方法org.ttzero.excel.entity.Sheet
-
深拷贝当前工作表,分页时使用
- clone() - 类 中的方法org.ttzero.excel.entity.style.Border
-
- clone() - 类 中的方法org.ttzero.excel.entity.style.Fill
-
- clone() - 类 中的方法org.ttzero.excel.entity.style.Font
-
- clone() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
-
- close() - 类 中的方法org.ttzero.excel.entity.Comments
-
- close() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
- close() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- close() - 类 中的方法org.ttzero.excel.entity.CSVSheet
-
清理临时文件
- close() - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
- close() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
- close() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Release resources
- close() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
Release resources
- close() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
-
关闭数据源并关闭ResultSet
- close() - 类 中的方法org.ttzero.excel.entity.SharedStrings
-
- close() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
-
Close channel and delete temp files
- close() - 类 中的方法org.ttzero.excel.entity.Sheet
-
回闭连接,回收资源,删除临时文件等
- close() - 类 中的方法org.ttzero.excel.entity.StatementSheet
-
关闭数据源并关闭Statement and ResultSet
- close() - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
- close() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
关闭流并删除临时文件
- close() - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
-
- close() - 类 中的方法org.ttzero.excel.reader.SharedStrings
-
close stream and free space
- close() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
close reader
- close() - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
-
- close() - 类 中的方法org.ttzero.excel.util.CSVUtil.RowsIterator
-
- close() - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
- close(Closeable) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
- ClrScheme() - 类 的构造器org.ttzero.excel.entity.style.Theme.ClrScheme
-
- ClrScheme(String, Color) - 类 的构造器org.ttzero.excel.entity.style.Theme.ClrScheme
-
- cmpd - 类 中的变量org.ttzero.excel.drawing.Outline
-
- code - 类 中的变量org.ttzero.excel.entity.style.NumFmt
-
- codeWidthCache - 类 中的变量org.ttzero.excel.entity.style.NumFmt
-
缓存code的宽度
key: 字号+字体
value: 预计算的结果
- col - 类 中的变量org.ttzero.excel.entity.Panes
-
Panes col
- col(int) - 类 中的静态方法org.ttzero.excel.entity.Panes
-
- col - 类 中的变量org.ttzero.excel.entity.Picture
-
Axis (one base)
- col - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
-
单元格行列值,行从1开始 列从0开始
- Col - org.ttzero.excel.reader中的类
-
列属性
- Col() - 类 的构造器org.ttzero.excel.reader.Col
-
- Col(int, int, double) - 类 的构造器org.ttzero.excel.reader.Col
-
- Col(int, int, double, boolean) - 类 的构造器org.ttzero.excel.reader.Col
-
- col - 异常错误 中的变量org.ttzero.excel.reader.TypeCastException
-
- colIndex - 类 中的变量org.ttzero.excel.entity.Column
-
列索引,从0开始的数字,0对应Excel的'A'列以此类推,-1表示未设置
- collectHeaderColumns() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
收集表头信息,如果有共享字符串标记则初始化SharedStringsTable
- colNum - 类 中的变量org.ttzero.excel.entity.Column
-
实际列号,它与Excel列号对应,该值通过内部计算而来,请不要在外部修改
- 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中的类
-
- ColorIndex() - 类 的构造器org.ttzero.excel.entity.style.ColorIndex
-
- colorNullEqualsBlack(Color, Color) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
-
颜色比较,null与Color.BLACK等价
- 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
-
- columnWidths - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- Comment - org.ttzero.excel.entity中的类
-
批注,包含标题和内容且两者且少有一个不为空
- Comment() - 类 的构造器org.ttzero.excel.entity.Comment
-
- Comment(String) - 类 的构造器org.ttzero.excel.entity.Comment
-
- Comment(String, String) - 类 的构造器org.ttzero.excel.entity.Comment
-
- Comment(String, Double, Double) - 类 的构造器org.ttzero.excel.entity.Comment
-
- Comment(String, String, Double, Double) - 类 的构造器org.ttzero.excel.entity.Comment
-
- commentList - 类 中的变量org.ttzero.excel.entity.Comments
-
Comments Cache
- Comments - org.ttzero.excel.entity中的类
-
批注的简单实现
- Comments(int) - 类 的构造器org.ttzero.excel.entity.Comments
-
- Comments(int, String) - 类 的构造器org.ttzero.excel.entity.Comments
-
- comments - 类 中的变量org.ttzero.excel.entity.Sheet
-
表头批注
- COMMENTS - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- COMMENTS - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- Comments.C - org.ttzero.excel.entity中的类
-
- Comments.Pr - org.ttzero.excel.entity中的类
-
- Comments.R - org.ttzero.excel.entity中的类
-
- comments0 - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
缓存源文件批注
Key: 坐标 Value:批注
- commit() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
-
Commit current index file writer
- commit() - 类 中的方法org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
-
提交后才将移动到下一行,否则一直停留在当前行
- CommitRowSetIterator(RowSetIterator) - 类 的构造器org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
-
- compareTo(NumFmt) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
-
- complete(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
- complete(Picture) - 接口 中的方法org.ttzero.excel.entity.IDrawingsWriter
-
- Const - org.ttzero.excel.manager中的接口
-
The Const class
- Const.ContentType - org.ttzero.excel.manager中的接口
-
Content-type
- Const.ExtendPropertyKey - org.ttzero.excel.manager中的接口
-
The extends properties key
- Const.Limit - org.ttzero.excel.manager中的接口
-
Excel Limit
- Const.Relationship - org.ttzero.excel.manager中的接口
-
Relation
- Const.Suffix - org.ttzero.excel.manager中的接口
-
The file suffix
- consumerNamespaces - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
-
- ContentType - org.ttzero.excel.entity.e7中的类
-
- ContentType() - 类 的构造器org.ttzero.excel.entity.e7.ContentType
-
- contentType - 类 中的变量org.ttzero.excel.entity.e7.ContentType.Type
-
- contentType - 类 中的变量org.ttzero.excel.util.FileSignatures.Signature
-
- ContentType.Default - org.ttzero.excel.entity.e7中的类
-
- ContentType.Override - org.ttzero.excel.entity.e7中的类
-
- ContentType.Type - org.ttzero.excel.entity.e7中的类
-
- contourColor - 类 中的变量org.ttzero.excel.drawing.Shape3D
-
A contour is a solid filled line that surrounds the outer edge of the shape.
- contourWidth - 类 中的变量org.ttzero.excel.drawing.Shape3D
-
- conversion(Row, Cell, Object, Column) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
-
动态转换单元格的值
- conversion(Object) - 接口 中的方法org.ttzero.excel.processor.ConversionProcessor
-
输出转换器,导出Excel时将数据转换后输出
- conversion(Object) - 类 中的方法org.ttzero.excel.processor.Converter.None
-
- ConversionProcessor - org.ttzero.excel.processor中的接口
-
输出转换器,将Java数据类型转为Excel输出类型,通常用于将状态值、枚举值转换为文本
new Workbook()
.addSheet(new ListSheet<>(
new Column("审核单号", "billNo"),
new Column("审核状态", "status", n -> AuditStatus.byVal((int)n).desc())
))
.writeTo(Paths.get("/tmp/"));
- converter - 类 中的变量org.ttzero.excel.entity.Column
-
数据转换器,与ConversionProcessor不同的是这是一个双向转换器,
同时Converter继承ConversionProcessor接口,当processor与
converter同时存在时前者具有更高的优先级
- Converter<T> - org.ttzero.excel.processor中的接口
-
- Converter.None - org.ttzero.excel.processor中的类
-
无类型转换,默认
- coordinateToLong(String) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
-
将单元格坐标转为long类型,Excel单元格坐标由列+行组成如A1, B2等,
转为long类型后第0-16位为列号17-48位为行号
单元格坐标 | 转换后long值
------------+------------
A1 | 65537
AA10 | 655387
- copyCells() - 类 中的方法org.ttzero.excel.reader.Row
-
Returns deep clone cells
- copyCells(int) - 类 中的方法org.ttzero.excel.reader.Row
-
Returns deep clone cells
- copyCount - 类 中的变量org.ttzero.excel.entity.Sheet
-
记录自动分页的“复制”工作表数量
- copyFolder(String, String, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Copy a directory to a new path
- copyOnMerged() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
复制合并单元格的值
通常合并单元格的值保存在左上角第一个单元格中其余单元格的值为null,如果要读取这类合并单元的值就需要特殊处理,
使用copyOnMerged方法就可以直接获取合并范围内的所有单元格的值,每个值均为首个单元格的值。
- copySheet - 类 中的变量org.ttzero.excel.entity.Sheet
-
标记是否为自动分页的“复制”工作表
- copyStyle(Styles, Styles, int) - 类 中的静态方法org.ttzero.excel.entity.TemplateSheet
-
复制样式
- CORE - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- CORE - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- Core - org.ttzero.excel.manager.docProps中的类
-
文档属性,指定主题,作者和关键词等信息,可以通过鼠标右建->详细属性查看这些内容
- Core() - 类 的构造器org.ttzero.excel.manager.docProps.Core
-
- countDown - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
- cp(Path, File) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Copy a single file
- cp(File, File) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Copy a single file
- cp(InputStream, Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Copy a single file
- cp(InputStream, OutputStream) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Reads all bytes from an input stream and writes them to an output stream.
- cp_R(String, String, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Copy a directory to a new path
- cp_R(Path, Path, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Copy a directory to a new path
- cp_R(String, String) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Copy a directory to a new path
- cp_R(Path, Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Copy a directory to a new path
- create() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
Create a general style
- create() - 类 中的静态方法org.ttzero.excel.reader.FixSizeLRUCache
-
- create(int) - 类 中的静态方法org.ttzero.excel.reader.FixSizeLRUCache
-
- create(List<Dimension>) - 类 中的静态方法org.ttzero.excel.reader.GridFactory
-
- createColumn(Map.Entry<String, T>) - 类 中的方法org.ttzero.excel.entity.ListMapSheet
-
从Map.Entry提取信息创建表头,除忽略null作为key以外的其它所有key均默认导出
- createColumn(AccessibleObject) - 类 中的方法org.ttzero.excel.entity.ListSheet
-
创建列信息,默认解析@Comment注解,支持自定义注解
- createColumn(AccessibleObject) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
Create column from
ExcelColumn annotation
Override the method to extend custom comments
- createColumnByAnnotation(ExcelColumn) - 类 中的方法org.ttzero.excel.entity.ListSheet
-
解析@ExcelColumn注解并创建表头
- createColumnByAnnotation(Annotation) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
Create column by ExcelColumn annotation
- createComments() - 类 中的方法org.ttzero.excel.entity.Sheet
-
创建批注对象,一般由各工作表输出协议创建,外部用户勿用
- createDefault() - 类 中的静态方法org.ttzero.excel.util.SAXReaderUtil
-
创建SAXReader并增加安全相关feature配置
- createDocument() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- createDrawingsWriter() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Create drawing writer and add relationship
- createHeader(char[], int, int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- createPicture(int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Picture constructor
You can use this method to add general effects
- createRow() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- createTemp() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
- createTemp() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
- CSV - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
-
CSV
- CSVCellValueAndStyle - org.ttzero.excel.entity.csv中的类
-
- CSVCellValueAndStyle() - 类 的构造器org.ttzero.excel.entity.csv.CSVCellValueAndStyle
-
- CSVSheet - org.ttzero.excel.entity中的类
-
CSVSheet的数据源为csv文件,可用于将csv文件转为Excel工作表,
通过
CSVUtil提供的迭代器使得
CSVSheet与
ListSheet工作表具有
相似的切片属性,输出协议调用
nextBlock获取分片数据时
CSVSheet从CSVIterator
中逐行读取数据并输出以此控制整个过程对内存的消耗
默认情况下CSV文件第一行数据将做为Excel表头,如果要忽略这个设定则需要调用
Sheet.ignoreHeader()方法忽略表头,
忽略表头后第一行数据将被视为普通数据导了,也就是说无论是否忽略表头CSV的数据都将被完全复制到Excel文件中,
只是默认第一行将添加表头样式
- CSVSheet() - 类 的构造器org.ttzero.excel.entity.CSVSheet
-
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
- CSVSheet(Path) - 类 的构造器org.ttzero.excel.entity.CSVSheet
-
实例化工作表并指定csv文件路径
- CSVSheet(String, Path) - 类 的构造器org.ttzero.excel.entity.CSVSheet
-
实例化工作表并指定工作表名和csv文件路径
- CSVSheet(InputStream) - 类 的构造器org.ttzero.excel.entity.CSVSheet
-
实例化工作表并指定csv文件字节流
- CSVSheet(String, InputStream) - 类 的构造器org.ttzero.excel.entity.CSVSheet
-
实例化工作表并指定工作表名和csv文件字节流
- CSVSheet(Reader) - 类 的构造器org.ttzero.excel.entity.CSVSheet
-
实例化工作表并指定csv文件字符流
- CSVSheet(String, Reader) - 类 的构造器org.ttzero.excel.entity.CSVSheet
-
实例化工作表并指定工作表名和csv文件字符流
- CSVUtil - org.ttzero.excel.util中的类
-
Comma-Separated Values
RFC 4180 standard
Reliance on the standard documented by RFC 4180 can simplify CSV exchange.
- CSVUtil.Reader - org.ttzero.excel.util中的类
-
A CSV format file reader.
- CSVUtil.RowsIterator - org.ttzero.excel.util中的类
-
Rows iterator
- CSVUtil.SharedRowsIterator - org.ttzero.excel.util中的类
-
Shared Row iterator
- CSVUtil.Writer - org.ttzero.excel.util中的类
-
A CSV format file writer.
- CSVWorkbookWriter - org.ttzero.excel.entity.csv中的类
-
Write data as Comma-Separated Values format
- CSVWorkbookWriter() - 类 的构造器org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
- CSVWorkbookWriter(Workbook) - 类 的构造器org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
- CSVWorkbookWriter(Workbook, boolean) - 类 的构造器org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
- CSVWorksheetWriter - org.ttzero.excel.entity.csv中的类
-
- CSVWorksheetWriter() - 类 的构造器org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- CSVWorksheetWriter(Sheet) - 类 的构造器org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- CSVWorksheetWriter(Sheet, boolean) - 类 的构造器org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- current - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
-
- cursor - 类 中的变量org.ttzero.excel.reader.XMLRow
-
- CUSTOM - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- CUSTOM - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- CustomProperties - org.ttzero.excel.manager.docProps中的类
-
自定义属性
注意:只支持"文本"、"数字"、"日期"以及"布尔值",其它数据类型将使用toString强转换为文本
- CustomProperties() - 类 的构造器org.ttzero.excel.manager.docProps.CustomProperties
-
- dash - 类 中的变量org.ttzero.excel.drawing.Outline
-
- data - 类 中的变量org.ttzero.excel.entity.ListSheet
-
临时存放数据
- DATA_VALIDATION - 接口 中的静态变量org.ttzero.excel.manager.Const.ExtendPropertyKey
-
DataValidation(4-position)
- dataIterator() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
- dataIterator() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Iterating over data rows without header information and blank lines
- dataRows() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
- dataSize() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
获取当前数组中有多少数据,数组中的数据是动态变化的,所以这是一个瞬时值
- dataSupplier - 类 中的变量org.ttzero.excel.entity.ListSheet
-
数据产生者,简化分片查询
- DATE - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- DATE_FORMAT - 类 中的静态变量org.ttzero.excel.entity.style.NumFmt
-
Format as yyyy-mm-dd hh:mm:ss
- dateFormat - 类 中的静态变量org.ttzero.excel.util.DateUtil
-
通用日期格式化 yyyy-MM-dd
- DATETIME - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- DATETIME_FORMAT - 类 中的静态变量org.ttzero.excel.entity.style.NumFmt
-
Format as yyyy-mm-dd hh:mm:ss
- datetimeCell(Styles, Cell) - 类 中的静态方法org.ttzero.excel.entity.SimpleSheet
-
日期类型添加默认format
- datetimeCell(Styles, Cell) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
日期类型添加默认format
- dateTimeFormat - 类 中的静态变量org.ttzero.excel.util.DateUtil
-
通用日期格式化 yyyy-MM-dd HH:mm:ss
- DateUtil - org.ttzero.excel.util中的类
-
Excel07日期工具类,Excel07日期从1900年1月1日开始对应数字1,每增加一天数字加1所以2表示1900-1-2日,
小数部分表示时分秒在1天中的比例,例中午12点它在1天中比例为0.5所以1.5就表示1900-1-1 12:00:00
- DateValidation - org.ttzero.excel.validation中的类
-
日期验证,限定起始和结束时间范围
- DateValidation() - 类 的构造器org.ttzero.excel.validation.DateValidation
-
- DAYS_1900_TO_1970 - 类 中的静态变量org.ttzero.excel.util.DateUtil
-
Java timestamp从1970年开始,所以这里计算从1900到1970之前相差的天数
- DECIMAL - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- decimal - 类 中的变量org.ttzero.excel.reader.Cell
-
Decimal value
- deepClone() - 类 中的方法org.ttzero.excel.manager.RelManager
-
- Default(String, String) - 类 的构造器org.ttzero.excel.entity.e7.ContentType.Default
-
- DEFAULT - 类 中的静态变量org.ttzero.excel.entity.style.Charset
-
1 默认字符集
不是真正的字符集;它是一个类似于NULL的常量,意思是“显示可用字符集中的字符”
- DEFAULT_PR - 类 中的静态变量org.ttzero.excel.entity.Comments
-
默认字体设置,用于在没有明确指定字体时使用
- DEFAULT_TITLE_PR - 类 中的静态变量org.ttzero.excel.entity.Comments
-
默认标题字体设置,用于在没有明确指定字体时使用
- defaultBufferSize - 类 中的变量org.ttzero.excel.entity.SharedStringTable
-
Buffer size(4K)
- defaultCharBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- defaultCharStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- defaultDatetimeCell(Styles, Cell) - 类 中的静态方法org.ttzero.excel.entity.SimpleSheet
-
日期类型添加默认format
- defaultDoubleBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- defaultDoubleStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- defaultHeadStyle() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取默认的表头样式值
- defaultHeadStyleIndex() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取默认的表头样式索引
- defaultIntBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- defaultIntStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- defaultStringBorderStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- defaultStringStyle() - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- defaultZebraLine() - 类 中的方法org.ttzero.excel.entity.Sheet
-
设置默认斑马线,默认填充色HEX值为E9EAEC
- defaultZebraLine() - 类 中的方法org.ttzero.excel.entity.Workbook
-
指定以默认斑马线输出,默认背景颜色为#EFF5EB
- delBold() - 类 中的方法org.ttzero.excel.entity.style.Font
-
删除"加粗"样式
注意:字体是全局共享的所以修改属性前需要先复制字体
- delBorder(int) - 类 中的方法org.ttzero.excel.entity.style.Border
-
删除某个位置的边框
- delDoubleUnderline() - 类 中的方法org.ttzero.excel.entity.style.Font
-
删除"下划线"样式
注意:字体是全局共享的所以修改属性前需要先复制字体
- delete() - 类 中的方法org.ttzero.excel.entity.Watermark
-
删除临时文件,传入InputStream或文本时会保存到临时文件,所以需要清理资源
- delimiter - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
Delimiter char
- delimiter - 类 中的变量org.ttzero.excel.entity.CSVSheet
-
Delimiter char
- delItalic() - 类 中的方法org.ttzero.excel.entity.style.Font
-
删除"斜体"样式
注意:字体是全局共享的所以修改属性前需要先复制字体
- delStrikeThru() - 类 中的方法org.ttzero.excel.entity.style.Font
-
删除“删除线”样式
注意:字体是全局共享的所以修改属性前需要先复制字体
- delUnderline() - 类 中的方法org.ttzero.excel.entity.style.Font
-
删除"下划线"样式
注意:字体是全局共享的所以修改属性前需要先复制字体
- dimEle(Element, Namespace) - 类 中的静态方法org.ttzero.excel.reader.XMLDrawings
-
- Dimension - org.ttzero.excel.reader中的类
-
范围,它包含起始到结束行列值,应用于合并单元格时指定单元格范围和指定工作表的有效范围,
Excel的列由A-Z大写字母组成,行由1,2,3数字组成,每个坐标都由列+行组成
1行1列表示为A1以此类推,当列到达Z之后就由两位字母联合组成,
Z的下一列表示为AA,同理ZZ列的下一列表示为AAA
范围值包含两个坐标,例A1:B5它表示从1行1列到5行2列的范围,如果起始坐标和结束坐标一样
也就是压缩到一个单元格可以简写为起始坐标A1:A1被记为A1。
- Dimension(int, short) - 类 的构造器org.ttzero.excel.reader.Dimension
-
创建一个范围值, 起始和结束相同
- Dimension(int, short, int, short) - 类 的构造器org.ttzero.excel.reader.Dimension
-
创建一个范围值
- dimension - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
-
图片在工作表中的位置,记录图片左上角和右下角的行列坐标
- dimension - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- dimension(Dimension) - 类 中的方法org.ttzero.excel.validation.Validation
-
- dimensionKey(int, int) - 类 中的静态方法org.ttzero.excel.entity.TemplateSheet
-
首行首列进行计算后转为缓存的Key
- direction - 类 中的变量org.ttzero.excel.drawing.Reflection
-
Specifies the direction to offset the shadow (0-360)
- direction - 类 中的变量org.ttzero.excel.drawing.Shadow
-
Specifies the direction to offset the shadow (0-360)
- dist - 类 中的变量org.ttzero.excel.drawing.Glow
-
Specifies how far to offset the glow (0-150)
- dist - 类 中的变量org.ttzero.excel.drawing.Reflection
-
Specifies how far to offset the shadow (0-100)
- dist - 类 中的变量org.ttzero.excel.drawing.Shadow
-
Specifies how far to offset the shadow (0-200)
- DISTRIBUTED - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
-
- domToBorder(Element, Color[]) - 类 中的静态方法org.ttzero.excel.entity.style.Border
-
解析Dom树并转为边框对象
- domToBorder(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Border
-
解析Dom树并转为边框对象
- domToCustom(Element) - 类 中的静态方法org.ttzero.excel.manager.docProps.CustomProperties
-
Dom转Custom对象
- domToFill(Element, Color[]) - 类 中的静态方法org.ttzero.excel.entity.style.Fill
-
解析Dom树并转为填充对象
- domToFill(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Fill
-
解析Dom树并转为填充对象
- domToFont(Element, Color[]) - 类 中的静态方法org.ttzero.excel.entity.style.Font
-
解析字体
- domToFont(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Font
-
解析字体
- domToNumFmt(Element) - 类 中的静态方法org.ttzero.excel.entity.style.NumFmt
-
- DOUBLE - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- DOUBLE_UNDERLINE - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
-
双下划线
- doubleUnderline() - 类 中的方法org.ttzero.excel.entity.style.Font
-
添加“双下划线”样式
注意:字体是全局共享的所以修改属性前需要先复制字体
- doubleVal - 类 中的变量org.ttzero.excel.reader.Cell
-
Double value contain float
- downloadCompleted(Picture, byte[]) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Complete downloading, check the file signatures and set the subscript Picture.idx to idle
- downloadRemoteResource(Picture, String) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Download remote resources
By default, only HTTP or HTTPS protocols are supported.
- downloadRemoteResource(Row, Cell, String, Column, Class<?>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
-
下载远程资源
注意:默认情况下仅将单元格类型标记为REMOTE_URL并不会去下载资源。
- drawing(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
- drawing(Picture) - 接口 中的方法org.ttzero.excel.entity.IDrawingsWriter
-
添加图片
- DRAWINGS - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- DRAWINGS - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- Drawings - org.ttzero.excel.reader中的接口
-
读取Excel图片
- drawings - 类 中的变量org.ttzero.excel.reader.ExcelReader
-
图片管理器
- drawings - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- Drawings.Picture - org.ttzero.excel.reader中的类
-
- drawingsWriter - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Picture and Chart Support
- GB2312 - 类 中的静态变量org.ttzero.excel.entity.style.Charset
-
134 简体中文字符集
- geet() - 类 中的方法org.ttzero.excel.reader.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(int) - 类 中的方法org.ttzero.excel.entity.RowBlock
-
获取本批次指定游标的Row,此方法不会修改游标位置
- get(char) - 类 中的方法org.ttzero.excel.entity.SharedStrings
-
Getting the character value index (zero base)
- get(String) - 类 中的方法org.ttzero.excel.entity.SharedStrings
-
Getting the string value from cache (zero base)
- get(String) - 类 中的静态方法org.ttzero.excel.entity.style.BuiltInNumFmt
-
按名称查找内置格式化对象,注意此方法不兼容方言,如需支持zh-CN以外的方言需在numFmt文件中添加对应配置
- get(int) - 类 中的静态方法org.ttzero.excel.entity.style.BuiltInNumFmt
-
按ID查找内置格式化对象
- get() - 类 中的方法org.ttzero.excel.entity.Watermark
-
获取水印图片路径
- get(String) - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
-
获取自定义属性的值
- get(K) - 接口 中的方法org.ttzero.excel.reader.Cache
-
Returns the value to which the specified key is mapped,
or null if this cache contains no mapping for the key.
- get(K) - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
-
Returns the value to which the specified key is mapped,
or null if this cache contains no mapping for the key.
- get(int, int) - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
-
- get(int, int) - 接口 中的方法org.ttzero.excel.reader.Grid.Scanner
-
- get(int) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
Get the column name by column index
- get(int) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
-
Getting by index
- get(int, String[]) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
-
Batch getting
- get(long) - 类 中的方法org.ttzero.excel.reader.PreCalc
-
- get() - 类 中的方法org.ttzero.excel.reader.Row
-
- get(int) - 类 中的方法org.ttzero.excel.reader.SharedStrings
-
Getting the strings value by index
- get(char) - 类 中的方法org.ttzero.excel.reader.XMLRow
-
- getAll() - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
-
获取所有自定义属性的副本
- getAllByTypes(String...) - 类 中的方法org.ttzero.excel.manager.RelManager
-
- getAlpha() - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
-
- getAlpha() - 类 中的方法org.ttzero.excel.drawing.Glow
-
- getAlpha() - 类 中的方法org.ttzero.excel.drawing.Outline
-
- getAlpha() - 类 中的方法org.ttzero.excel.drawing.Reflection
-
- getAlpha() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getAndSortHeaderColumns() - 类 中的方法org.ttzero.excel.entity.Sheet
-
- getAndSortHeaderColumns() - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
- getAngle() - 类 中的方法org.ttzero.excel.drawing.LightRig
-
- getAngle() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getAppInfo() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
Excel文件基础信息包含作者、日期等信息,在windows操作系统上使用鼠标右键->属性->详细信息查看
- getApplication() - 类 中的方法org.ttzero.excel.manager.docProps.App
-
- getApplication() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取Excel由哪个App生成或打开
- getAppVersion() - 类 中的方法org.ttzero.excel.manager.docProps.App
-
- getAppVersion() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取App版号
- getAttr(Element, String) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
Returns the attribute value from Element
- getAutoSize() - 类 中的方法org.ttzero.excel.entity.Column
-
获取列宽属性
- getAutoSize() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取工作表的全局自适应列宽标记
- getBevelBottom() - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- getBevelTop() - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- getBgColor() - 类 中的方法org.ttzero.excel.entity.style.Fill
-
- getBlur() - 类 中的方法org.ttzero.excel.drawing.Reflection
-
- getBlur() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getBoolean(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Boolean类型,对于非布尔类型则兼容C语言的bool判断
- getBoolean(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Boolean类型,对于非布尔类型则兼容C语言的bool判断
- getBoolean(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Boolean类型,对于非布尔类型则兼容C语言的bool判断
- getBorder(int) - 类 中的方法org.ttzero.excel.entity.style.Border
-
获取指定位置的边框样式
- getBorder(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
-
获取样式中的边框
- getBorderBottom() - 类 中的方法org.ttzero.excel.entity.style.Border
-
获取下边框样式
- getBorderLeft() - 类 中的方法org.ttzero.excel.entity.style.Border
-
获取左边框样式
- getBorderRight() - 类 中的方法org.ttzero.excel.entity.style.Border
-
获取右边框样式
- getBorders() - 类 中的方法org.ttzero.excel.entity.style.Border
-
获取所有位置的边框样式
- getBorderTop() - 类 中的方法org.ttzero.excel.entity.style.Border
-
获取上边框样式
- getById(String) - 类 中的方法org.ttzero.excel.manager.RelManager
-
- getByName(String) - 枚举 中的静态方法org.ttzero.excel.entity.style.BorderStyle
-
- getByTarget(String) - 类 中的方法org.ttzero.excel.manager.RelManager
-
- getByte(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Byte类型
- getByte(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Byte类型
- getByte(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Byte类型
- getByType(String) - 类 中的方法org.ttzero.excel.manager.RelManager
-
- getCamera() - 类 中的方法org.ttzero.excel.drawing.Scene3D
-
- getCap() - 类 中的方法org.ttzero.excel.drawing.Outline
-
- getCategory() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getCategory() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取类别,多个类别使用','逗号分隔
- getCell() - 接口 中的方法org.ttzero.excel.reader.Grid.Scanner.Entry
-
- getCell(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格
Cell,获取到单元格后可用于后续取值或样式
- getCell(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格
Cell,获取到单元格后可用于后续取值或样式,如果查找不到时则返回一个空的单元格
- getCells() - 类 中的方法org.ttzero.excel.entity.Row
-
- getCellStyle(Class<?>) - 类 中的方法org.ttzero.excel.entity.Column
-
获取单元格默认样式,通常该方法仅初始化时被调用一次
- getCellStyle() - 类 中的方法org.ttzero.excel.entity.Column
-
获取单元格样式值,导出过程中通常只计算一次通用样式,计算完后值将保存在cellStyle中,
默认样式做为底色外部设置的“字体”,“填充”等样式将覆盖默认样式,
- getCellStyle(int) - 类 中的方法org.ttzero.excel.reader.Row
-
- getCellStyle(String) - 类 中的方法org.ttzero.excel.reader.Row
-
- getCellStyle(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
- getCellStyleIndex() - 类 中的方法org.ttzero.excel.entity.Column
-
获取单元格样式索引,不包含动态样式
- getCellType(int) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- getCellType(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的数据类型
注意:这里仅是一个近似的类型,因为从原始文件中只能获取到numeric,string,
boolean三种类型。
- getCellType(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的数据类型
注意:这里仅是一个近似的类型,因为从原始文件中只能获取到numeric,string,
boolean三种类型。
- getCellType(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的数据类型
注意:这里仅是一个近似的类型,因为从原始文件中只能获取到numeric,string,
boolean三种类型。
- getCellValueAndStyle() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取数据转换器
- getChar(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Character类型
- getChar(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Character类型
- getChar(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Character类型
- getChars(int, int, char[]) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
-
- getChars(long, int, char[]) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
-
- getCharset() - 类 中的方法org.ttzero.excel.entity.style.Font
-
获取字符集
- getClazz() - 类 中的方法org.ttzero.excel.entity.Column
-
获取列数据类型
- getClazz() - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- getClrSchemes() - 类 中的方法org.ttzero.excel.entity.style.Theme
-
- getCmpd() - 类 中的方法org.ttzero.excel.drawing.Outline
-
- getCode() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
-
- getCodeWidthFromCache(Font) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
-
计算并缓存格式化串的长度,以此长度为基础计算文本长度
- getCol() - 类 中的方法org.ttzero.excel.entity.Panes
-
- getCol() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
-
- getColNum() - 类 中的方法org.ttzero.excel.entity.Column
-
获取列在Excel中的实际位置(从A开始)
- getColor() - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
-
- getColor() - 类 中的方法org.ttzero.excel.drawing.Glow
-
- getColor() - 类 中的方法org.ttzero.excel.drawing.Outline
-
- getColor() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getColor() - 类 中的方法org.ttzero.excel.entity.style.Border.SubBorder
-
- getColor() - 类 中的方法org.ttzero.excel.entity.style.Font
-
获取字体颜色,未主动设置时返回null,输出到xml时显示黑色
- getCols() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
获取列宽相Cols属性
- getColumn(int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
获取列属性
- getColumnLimit() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
The column limit
- getColumnLimit() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
The Worksheet column limit
- getColumnLimit() - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
-
获取最大列上限,随输出格式而定
- getColumns() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取表头,对于非外部传入的表头,只有要执行导出的时候通过行数据进行反射或读取Meta元数据获取,
在此之前该接口将返回null
- getColumns() - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- getColumnType() - 类 中的方法org.ttzero.excel.entity.Column
-
获取列属性
- getComments() - 类 中的方法org.ttzero.excel.entity.Sheet
-
- getComments() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
获取批注
- getCompany() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取当前工作薄公司名
- getCompany() - 类 中的方法org.ttzero.excel.manager.docProps.App
-
- getCompany() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取公司名
- getCompressionLevel() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取压缩等级
- getContentType() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Type
-
- getContentType() - 类 中的方法org.ttzero.excel.entity.Watermark
-
水印图片Content-type
- getContentType() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取全局的资源类型,一般情况下开发者不需要关心
- getContourColor() - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- getContourWidth() - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- getConversion() - 类 中的方法org.ttzero.excel.entity.Column
-
获取输出转换器,优先返回ConversionProcessor,其次是Converter
- getCoordinate() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
-
获取单位格坐标
- getCopySheetName() - 类 中的方法org.ttzero.excel.entity.Sheet
-
当数据行超过工作表限制时触发分页,复制得到新的工作表命名为原工作表名+页码数
- getCore() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取文档属性,包含主题,关键词,分类等信息
- getCreated() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getCreated() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取创建时间
- getCreator() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取当前工作薄作者
- getCreator() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getCreator() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取作者
- getCustomProperties() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取自定义属性类
- getCustomProperties() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
获取自定义属性
返回数据类型说明,时间返回java.util.Date,布尔值返回Boolean,
整数类型分情况返回Integer或Long,浮点数返回BigDecimal
- getDash() - 类 中的方法org.ttzero.excel.drawing.Outline
-
- getDate(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.util.Date类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getDate(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.util.Date类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getDate(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.util.Date类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getDecimal(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.math.BigDecimal类型
- getDecimal(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.math.BigDecimal类型
- getDecimal(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.math.BigDecimal类型
- getDefaultColWidth() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
- getDefaultRowHeight() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
获取预置行高,暂不知道何种场景下此行高生交
- getDefaultWidth() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取默认列宽,如果未在Column上特殊指定宽度时该宽度将应用于每一列
- getDefaultWidth() - 类 中的方法org.ttzero.excel.entity.SimpleSheet
-
获取默认列宽,如果未在Column上特殊指定宽度时该宽度将应用于每一列
- getDescription() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getDescription() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取备注
- getDesignStyle(Class<?>) - 类 中的方法org.ttzero.excel.entity.ListSheet
-
- getDesignStyle(AccessibleObject) - 类 中的方法org.ttzero.excel.entity.ListSheet
-
- getDesignStyle(StyleDesign) - 类 中的方法org.ttzero.excel.entity.ListSheet
-
读取样式处理器
- getDiagonalDown() - 类 中的方法org.ttzero.excel.entity.style.Border
-
获取左上到右下边框样式
- getDiagonalUp() - 类 中的方法org.ttzero.excel.entity.style.Border
-
获取左下到右上边框样式
- getDim() - 接口 中的方法org.ttzero.excel.reader.Grid.Scanner.Entry
-
- getDimension() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
-
- getDimension() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
获取当前工作表中有效区域的范围地址(任意值,样式均表示有效值),此值取于头信息<dimension>的值,
如果头信息没有此值则读取最后一行的范围,此值并不能完全反映工作表的有效行数
- getDimension() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Returns The range address of the used area in
the current sheet
NOTE: This method can only guarantee accurate row ranges
- getDirection() - 类 中的方法org.ttzero.excel.drawing.Reflection
-
- getDirection() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getDist() - 类 中的方法org.ttzero.excel.drawing.Glow
-
- getDist() - 类 中的方法org.ttzero.excel.drawing.Reflection
-
- getDist() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getDouble(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Double类型
- getDouble(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Double类型
- getDouble(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Double类型
- getDrawingCounter() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取当前工作薄包含多少张图片
- getEffect() - 接口 中的方法org.ttzero.excel.drawing.EffectProducer
-
Returns an Excel effect entity
- getEffect() - 类 中的方法org.ttzero.excel.entity.Column
-
获取当前列设置的图片效果
- getEffect() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
-
- getEndIndex() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
计算需要读取的尾下标,相对于当前数组的尾下标
- getEntry(String) - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
从压缩包中获取一个压缩文件
- getEntry(ZipFile, String) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
-
从压缩包中获取一个压缩文件,为了兼容windows和linux系统的路径会进行'/'和'\\'
两种分隔符匹配,如果路径无法匹配则遍历压缩包所有文件并忽略大小写匹配
- getEntryStream(String) - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
从压缩包中获取一个压缩文件字节流
- getExtension() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Default
-
- getExtPropAsMap() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取所有扩展参数
注意:对返回值进行修改可能会影响原始值,添加/删除无影响
- getExtPropValue(String) - 类 中的方法org.ttzero.excel.entity.Sheet
-
根据key获取扩展参数
- getExtrusionColor() - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- getExtrusionHeight() - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- getFamily() - 类 中的方法org.ttzero.excel.entity.style.Font
-
获取字体家族
- getFc() - 类 中的方法org.ttzero.excel.entity.Row
-
- getFgColor() - 类 中的方法org.ttzero.excel.entity.style.Fill
-
- getField() - 类 中的方法org.ttzero.excel.entity.ListSheet.EntryColumn
-
获取当前列对应的Bean字段
- getFileName() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取当前工作表的文件名
- getFileSuffix() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
Returns the worksheet name
- getFileSuffix() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Returns the worksheet name
- getFileSuffix() - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
-
获取扩展名,随输出协议而定
- getFill() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getFill(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
-
获取样式中的格式化
- getFilter() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
获取筛选区域,自动筛选的配置放在工作表最后,所以获取此值耗时较长
- getFirst() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
获取队列中第一个非null对象用于解析
- getFirstColumn() - 类 中的方法org.ttzero.excel.reader.Dimension
-
获取起始列号,最小为1
- getFirstColumnIndex() - 类 中的方法org.ttzero.excel.reader.Row
-
获取首列下标 (zero base)
- getFirstObject(List<?>) - 类 中的静态方法org.ttzero.excel.entity.TemplateSheet
-
获取数组中第一个非null值
- getFirstRow() - 类 中的方法org.ttzero.excel.reader.Dimension
-
获取起始行号,最小为1
- getFirstRow() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- getFloat(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Float类型
- getFloat(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Float类型
- getFloat(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Float类型
- getFont(int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
通过单元格样式索引获取FontMetrics用以计算文本宽度
- getFont(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
-
获取样式中的字体
- getFontMetrics() - 类 中的方法org.ttzero.excel.entity.style.Font
-
通过
Font获取
FontMetrics用以计算文本宽度
- getFontMetrics(Font) - 类 中的静态方法org.ttzero.excel.entity.style.Font
-
通过
Font获取
FontMetrics用以计算文本宽度
- getForceExport() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
返回“强制导出”标识
- getForceExport() - 类 中的方法org.ttzero.excel.entity.Sheet
-
- getForceExport() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取当前工作薄是否为“强制导出”
- getFormula(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的公式
- getFormula(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的公式
- getFormula(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的公式
- getFov() - 类 中的方法org.ttzero.excel.drawing.Camera
-
- getFreeIndex(long[]) - 类 中的静态方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
- getFreezePanes() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
获取冻结信息
- getFrom() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
-
- getGeneralInfo() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
解析docProps/app.xml和docProps/core.xml文件获取文件基础信息,
比如创建者、创建时间、分类等信息
- getGeometry() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getGeometryAdjustValueList() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getGlow() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getHeader() - 类 中的方法org.ttzero.excel.reader.Row
-
获取表头
- getHeader() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
获取当前工作表表头,返回
Sheet.header(int)方法设置表头,未指定表头位置时默认取第一个非空行做为表头,如果为多行表头则将使用
':'拼接
+-----------------------------+
| | 收件人 |
| 订单号 +-------+------+------+
| | 省 | 市 | 区 |
+-------+-------+------+------+
以上表头将返回 "订单号", "收件人:省", "收件人:市", "收件人:区"
- getHeader() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Returns the header of the list.
- getHeader(int, int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- getHeaderColumnReadOption() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
获取表头读取属性
- getHeaderColumnReadOption() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Returns Header column options
- getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.CSVSheet
-
- getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.ListMapSheet
-
获取表头信息,未指定Columns时默认以第1个非null的Map值做为参考,将该map中所有key做为表头
- getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
获取表头信息,未实例化表头时会执行初始化方法实例化表头
- getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
-
- getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取表头,子类覆写此方法创建表头
- getHeaderColumns() - 类 中的方法org.ttzero.excel.entity.SimpleSheet
-
获取表头信息,未实例化表头时会执行初始化方法实例化表头
对于简单类型来说表头信息并无任何有效信息,
- getHeaderHeight(Column[][], int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Returns the maximum cell height
- getHeaderRowHeight() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取表头行高,默认20.5
- getHeaderStyleIndex() - 类 中的方法org.ttzero.excel.entity.Column
-
获取表头单元格样式索引,不包含动态样式
- getHeadStyle() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取统一的表头样式值
- getHeadStyleIndex() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取统一的表头样式索引
- getHeight() - 类 中的方法org.ttzero.excel.drawing.Bevel
-
- getHeight() - 类 中的方法org.ttzero.excel.entity.Comment
-
- getHeight() - 类 中的方法org.ttzero.excel.entity.Row
-
获取行高
- getHeight() - 类 中的方法org.ttzero.excel.reader.Dimension
-
获取范围高度,高 = 末尾行-起始行+1
- getHeight() - 类 中的方法org.ttzero.excel.reader.Row
-
获取行高,仅XMLFullRow支持
- getHorizontal(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
-
- getId() - 类 中的方法org.ttzero.excel.entity.Relationship
-
- getId() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取工作表ID,与当前工作表在工作薄中的下标一致,一般与其它资源关联使用
- getId() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
-
- getId() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
工作表id,它与索引的区别在于,id不会因为移动或删除工作表而更改。
- getId() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Returns the worksheet id
- getIndex() - 类 中的方法org.ttzero.excel.entity.Row
-
- getIndex(String) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
Returns the position in cell range
- getIndex() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
获取工作表在工作薄中的下标(从0开始)
- getIndex() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
The index of worksheet located at the workbook
- getIndexed() - 类 中的方法org.ttzero.excel.entity.style.BuildInColor
-
- getInnerShadow() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getInt(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Integer类型
- getInt(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Integer类型
- getInt(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Integer类型
- getJoinType() - 类 中的方法org.ttzero.excel.drawing.Outline
-
- getKey() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Default
-
- getKey() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Override
-
- getKey() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Type
-
- getKey() - 接口 中的方法org.ttzero.excel.reader.Cache.Entry
-
Returns the key corresponding to this entry.
- getKey() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache.E
-
- getKeywords() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getKeywords() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取标记,多个标记使用','逗号分隔
- getKx() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getKy() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getLastColumn() - 类 中的方法org.ttzero.excel.reader.Dimension
-
获取末尾列号
- getLastColumnIndex() - 类 中的方法org.ttzero.excel.reader.Row
-
获取尾列下标 (zero base)
- getLastModifiedBy() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getLastModifiedBy() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取最后一次保存者
- getLastRow() - 类 中的方法org.ttzero.excel.reader.Dimension
-
获取末尾行号
- getLatitude() - 类 中的方法org.ttzero.excel.drawing.Camera
-
- getLatitude() - 类 中的方法org.ttzero.excel.drawing.LightRig
-
- getLc() - 类 中的方法org.ttzero.excel.entity.Row
-
- getLightRig() - 类 中的方法org.ttzero.excel.drawing.Scene3D
-
- getLocalDate(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为LocalDate类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getLocalDate(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为LocalDate类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getLocalDate(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为LocalDate类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getLocalDateTime(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为LocalDateTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getLocalDateTime(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为LocalDateTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getLocalDateTime(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为LocalDateTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getLocalPath() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
-
- getLocalTime(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为LocalTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getLocalTime(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为LocalTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getLocalTime(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为LocalTime类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getLong(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Long类型
- getLong(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Long类型
- getLong(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Long类型
- getLongitude() - 类 中的方法org.ttzero.excel.drawing.Camera
-
- getLongitude() - 类 中的方法org.ttzero.excel.drawing.LightRig
-
- getMajorFont() - 类 中的方法org.ttzero.excel.entity.style.Theme
-
- getMaterial() - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- getMediaCounter() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取当前工作薄含有多媒体的工作表个数
- getMergeCells() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
获取所有合并单元格的合并范围
- getMergeCells() - 接口 中的方法org.ttzero.excel.reader.MergeSheet
-
已过时。
获取所有合并单元格的合并范围
- getMergeGrid() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
获取抽象的合并表格,通过表格快速判断某个坐标是否为合并单元格的一部分
- getMergeGrid() - 接口 中的方法org.ttzero.excel.reader.MergeSheet
-
已过时。
获取抽象的合并表格,通过表格快速判断某个坐标是否为合并单元格的一部分
- getMethod() - 类 中的方法org.ttzero.excel.entity.ListSheet.EntryColumn
-
获取当前列对应的get方法
- getMinorFont() - 类 中的方法org.ttzero.excel.entity.style.Theme
-
- getMiterLimit() - 类 中的方法org.ttzero.excel.drawing.Outline
-
- getModified() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getModified() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取修改时间
- getName() - 类 中的方法org.ttzero.excel.entity.Column
-
获取列名,列名对应Excel表头
- getName() - 类 中的方法org.ttzero.excel.entity.Sheet
-
- getName() - 枚举 中的方法org.ttzero.excel.entity.style.BorderStyle
-
- getName() - 类 中的方法org.ttzero.excel.entity.style.Font
-
获取字体名
- getName() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取当前工作薄名称
- getName() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
获取工作表的名称
- getName() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
The worksheet name
- getNames() - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
Get the name of columns
- getNodeValue(TemplateSheet.Node) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
获取占位符的实际值
- getNonHeader() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取忽略表头标识
- getNumFmt() - 类 中的方法org.ttzero.excel.entity.Column
-
- getNumFmt(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
-
获取样式中的格式化值
- getObjectValue(AccessibleObject, Object, String) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
反射获取对象的值
- getOutline() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getOutlineLevel() - 类 中的方法org.ttzero.excel.entity.Row
-
获取行层级
- getPadding() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
-
- getPartName() - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Override
-
- getPatternType() - 类 中的方法org.ttzero.excel.entity.style.Fill
-
- getPresetCamera() - 类 中的方法org.ttzero.excel.drawing.Camera
-
- getProgressConsumer() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取进度观察者
- getProgressConsumer() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取进度监听器
- getProperty() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
-
- getPrst() - 类 中的方法org.ttzero.excel.drawing.Bevel
-
- getRealColIndex() - 类 中的方法org.ttzero.excel.entity.Column
-
- getReflection() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getRelManager() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
- getRelManager() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取当前工作表的关系管理器
- getRelManager() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
获取关系管理器
- getRevision() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getRevision() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取修订号
- getRevolution() - 类 中的方法org.ttzero.excel.drawing.Camera
-
- getRevolution() - 类 中的方法org.ttzero.excel.drawing.LightRig
-
- getRevolve() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
-
- getRig() - 类 中的方法org.ttzero.excel.drawing.LightRig
-
- getRotWithShape() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getRow() - 类 中的方法org.ttzero.excel.entity.Panes
-
- getRow() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
-
- getRowBlockSize() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取
RowBlock行块的大小,创建行块时会调用此方法获取行块大小,
子类可覆写该方法指定其它值
- getRowHeight() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取数据行高
- getRowIndex() - 类 中的方法org.ttzero.excel.reader.Row
-
获取行索引,从0开始
- getRowLimit() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
The row limit
- getRowLimit() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Override this method to modify the maximum number
of rows per page, this value contains the header
row and data rows
eq: limit is 100 means data has 99 rows
- getRowLimit() - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
-
获取最大行上限,随输出格式而定
- getRowLimit() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取工作表数据行上限,超过上限时触发分页,默认情况下此值由各输出协议决定
- getRowNum() - 类 中的方法org.ttzero.excel.reader.Row
-
获取行号,与你打开Excel文件看到的一样从1开始
- getRowNum() - 类 中的方法org.ttzero.excel.reader.XMLRow
-
The number of row.
- getScene3D() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getScheme() - 类 中的方法org.ttzero.excel.entity.style.Font
-
获取此字体所属的字体方案,有三种可能的取值"none","major"和"minor"
- getShade() - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
-
- getShadow() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getShape3D() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getSharedStrings() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取全局字符串共享区,此共享区独立于Worksheet,所有worksheet共享
- getSharedStrings() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
获取Shared String Table
- getSharedStrings() - 类 中的方法org.ttzero.excel.reader.Row
-
获取Shared String Table
- getSheet(String) - 类 中的方法org.ttzero.excel.entity.Workbook
-
返回指定名称的工作表
Sheet
注意:只能查找那些在创建时设置了名称的工作表
- getSheet() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
-
- getSheetAt(int) - 类 中的方法org.ttzero.excel.entity.Workbook
-
- getSheetCount() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
获取当前excel包含的工作表数量
- getSheets() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取所有
Sheet集合
注意:返回的对象是一个浅拷贝对其做任何修改将影响最终效果
- getSheetWriter() - 类 中的方法org.ttzero.excel.entity.Sheet
-
- getShort(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Short类型
- getShort(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Short类型
- getShort(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为Short类型
- getShotName() - 枚举 中的方法org.ttzero.excel.drawing.Enums.Angle
-
- getShotName() - 枚举 中的方法org.ttzero.excel.drawing.Enums.Cap
-
- getShotName() - 枚举 中的方法org.ttzero.excel.drawing.Enums.CompoundType
-
- getSize() - 类 中的方法org.ttzero.excel.drawing.Reflection
-
- getSize() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getSize() - 类 中的方法org.ttzero.excel.entity.style.Font
-
获取去尾数后的字体大小10.5实际返回10
- getSize() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取当前工作薄包含的工作表个数
- getSize() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
获取当前工作表的总行数
- getSize2() - 类 中的方法org.ttzero.excel.entity.style.Font
-
获取字体大小
- getSoftEdges() - 类 中的方法org.ttzero.excel.drawing.Effect
-
- getSrcUrl() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
-
- getStartColNum() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取工作表的起始列号(从1开始),这里是行号也就是打开Excel顶部看到的列号(A),
此列号将决定从哪一列开始写数据
- getStartRowIndex() - 类 中的方法org.ttzero.excel.entity.Sheet
-
- getStartRowNum() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取工作表的起始行号(从1开始),这里是行号也就是打开Excel左侧看到的行号,
此行号将决定从哪一行开始写数据
- getString(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为String类型
- getString(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为String类型
- getString(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为String类型
- getStyle() - 类 中的方法org.ttzero.excel.entity.style.Border.SubBorder
-
- getStyle() - 类 中的方法org.ttzero.excel.entity.style.Font
-
- getStyleByIndex(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
-
通过样式索引查询样式值
- getStyleIndex(Row, Column, Object) - 类 中的方法org.ttzero.excel.entity.csv.CSVCellValueAndStyle
-
Returns the cell style index
- getStyleIndex(Row, Column, Object) - 类 中的方法org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
-
获取单元格样式值,先通过Column获取基础样式并在偶数行添加斑马线填充,
如果有动态样式转换则将基础样式做为参数进行二次制作
- getStyleIndex(Row, Column, Object) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
-
获取单元格样式值,先通过Column获取基础样式,如果有动态样式转换则将基础样式做为参数进行二次制作
- getStyleProcessor() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
获取当前工作表的行级动态样式处理器,如果未设置则从扩展参数中查找
- getStyleProcessor() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
-
获取当前工作表的行级动态样式处理器,如果未设置则从扩展参数中查找
- getStyles() - 类 中的方法org.ttzero.excel.entity.Workbook
-
- getStyles() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
- getStyles() - 类 中的方法org.ttzero.excel.reader.Row
-
- getSubject() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getSubject() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取主题
- getSuffix() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
The Comma-Separated Values format suffix
- getSuffix() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
The Workbook suffix
- getSuffix() - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
-
获取最终的输出格式
- getSuffix() - 类 中的方法org.ttzero.excel.entity.Watermark
-
获取水印图片的后缀
- getSx() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getSy() - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- getT() - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- getT() - 类 中的方法org.ttzero.excel.reader.XMLRow
-
Found text tag range
Code like this <is><t>cell value</t></is>
- getTail() - 类 中的方法org.ttzero.excel.entity.Column
-
获取尾列,Excel从上到下记为首-尾列,尾列为最接近表格体Body的列
- getTarget() - 类 中的方法org.ttzero.excel.entity.Relationship
-
- getTargetMode() - 类 中的方法org.ttzero.excel.entity.Relationship
-
- getTargetPath(Path, String, String) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
获取目标路径,如果已存在相同文件名则会在文件名后追回(n)以区分,
n从1开始如果已存在(n)则新文件名为(n + 1)
例:目标文件夹已存在a.xlsx和b(5).xlsx两个文件,添加一个名为a.xlsx的文件
因为a.xlsx已存在所以新文件另存为a(1).xlsx,添加一个名为b.xlsx的文件则新文件另存为b(6).xlsx
- getTClass() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
- getTemp() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
-
- getTime(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.sql.Time类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getTime(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.sql.Time类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getTime(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.sql.Time类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getTimestamp(int) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.sql.Timestamp类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getTimestamp(String) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.sql.Timestamp类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getTimestamp(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
获取单元格的值并转为java.sql.Timestamp类型,整数和小数类型将以1900-1-1为基础进行计算,字符串将进行格式化处理
- getTitle() - 类 中的方法org.ttzero.excel.entity.Comment
-
- getTitle() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getTitle() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取标题
- getTitleFont() - 类 中的方法org.ttzero.excel.entity.Comment
-
- getTo() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
-
- getTotal() - 类 中的方法org.ttzero.excel.entity.RowBlock
-
- getType() - 类 中的方法org.ttzero.excel.entity.Relationship
-
- getType() - 类 中的方法org.ttzero.excel.entity.TemplateSheet.Node
-
返回单元格的值类型
- getType() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
获取当前Excel的文件类型,返回xlsx或xls,当文件不是excel时返回unknown
- getType(Path) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
-
判断文件格式,读取少量文件头字节来判断是否为BIFF和ZIP的文件签名
- getType() - 类 中的方法org.ttzero.excel.validation.DateValidation
-
- getType() - 类 中的方法org.ttzero.excel.validation.ListValidation
-
- getType() - 类 中的方法org.ttzero.excel.validation.TextLengthValidation
-
- getType() - 类 中的方法org.ttzero.excel.validation.TimeValidation
-
- getType() - 类 中的方法org.ttzero.excel.validation.Validation
-
数据校验类型
- getType() - 类 中的方法org.ttzero.excel.validation.WholeValidation
-
- getV() - 类 中的方法org.ttzero.excel.reader.XMLRow
-
Found value tag range
Code like this <v>0</v>
- getValue() - 类 中的方法org.ttzero.excel.entity.Comment
-
- getValue() - 接口 中的方法org.ttzero.excel.reader.Cache.Entry
-
Returns the value corresponding to this entry.
- getValue() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache.E
-
- getValueFont() - 类 中的方法org.ttzero.excel.entity.Comment
-
- getVersion() - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- getVersion() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
获取版本号
- getVertical(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
-
- getWatermark() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取水印
- getWaterMark() - 类 中的方法org.ttzero.excel.entity.Sheet
-
已过时。
- getWatermark() - 类 中的方法org.ttzero.excel.entity.Workbook
-
- getWaterMark() - 类 中的方法org.ttzero.excel.entity.Workbook
-
- getWidth() - 类 中的方法org.ttzero.excel.drawing.Bevel
-
- getWidth() - 类 中的方法org.ttzero.excel.drawing.Outline
-
- getWidth() - 类 中的方法org.ttzero.excel.entity.Column
-
- getWidth() - 类 中的方法org.ttzero.excel.entity.Comment
-
- getWidth() - 类 中的方法org.ttzero.excel.reader.Dimension
-
获取范围宽度,宽 = 末尾列-起始列+1
- getWorkbook() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
- getWorkbook() - 类 中的方法org.ttzero.excel.entity.Sheet
-
获取当前工作表对应的工作薄
- getWorkbookWriter() - 类 中的方法org.ttzero.excel.entity.Workbook
-
- 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
-
- getZoom() - 类 中的方法org.ttzero.excel.drawing.Camera
-
- getZoomScale() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
获取工作表缩放比例,取值10-400
- GIF - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- globalStyleIndex - 类 中的变量org.ttzero.excel.entity.Column
-
表格头的样式索引, -1表示未设置
- glow - 类 中的变量org.ttzero.excel.drawing.Effect
-
- Glow - org.ttzero.excel.drawing中的类
-
- Glow() - 类 的构造器org.ttzero.excel.drawing.Glow
-
- greaterThan(V1) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
-
- greaterThanOrEqual(V1) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
-
- GREEK - 类 中的静态变量org.ttzero.excel.entity.style.Charset
-
161 希腊字符集
- Grid - org.ttzero.excel.reader中的接口
-
- Grid.FastGrid - org.ttzero.excel.reader中的类
-
Use binary to mark whether the cells are `merged` and set
them accordingly if they are merged, so that you can quickly
mark and check the cell status and save space.
- Grid.FractureGrid - org.ttzero.excel.reader中的类
-
- Grid.IndexGrid - org.ttzero.excel.reader中的类
-
- Grid.LinkedScanner - org.ttzero.excel.reader中的类
-
- Grid.Scanner - org.ttzero.excel.reader中的接口
-
- Grid.Scanner.Entry - org.ttzero.excel.reader中的接口
-
- GridFactory - org.ttzero.excel.reader中的类
-
- grow(ByteBuffer) - 类 中的静态方法org.ttzero.excel.entity.SharedStringTable
-
Grow a new Buffer
- i - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
-
当option为3/4的时候,i表示list的消费下标
- i - 类 中的变量org.ttzero.excel.reader.Cell
-
x-axis of cell in row
- ICellValueAndStyle - org.ttzero.excel.entity中的接口
-
数据转换并设置样式,将数据写到工作表输出协议之前统一处理数据和样式
- id - 类 中的变量org.ttzero.excel.entity.Comments
-
- id - 类 中的变量org.ttzero.excel.entity.Picture
-
Global media id
- id - 类 中的变量org.ttzero.excel.entity.Sheet
-
工作表ID,与当前工作表在工作薄中的下标一致
- id - 类 中的变量org.ttzero.excel.entity.style.NumFmt
-
- id - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- IDrawingsWriter - org.ttzero.excel.entity中的接口
-
多媒体类型输出协议(目前只支持图片)
- idx - 类 中的变量org.ttzero.excel.entity.Picture
-
Record image position, internal parameters, please do not use
- IGNORE_CASE - 类 中的静态变量org.ttzero.excel.reader.HeaderRow
-
Ignore Case (Ignore case matching column names)
- ignoreColumn(AccessibleObject) - 类 中的方法org.ttzero.excel.entity.ListSheet
-
- 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中,注意这里不是隐藏
- ignoreHiddenPicture() - 类 中的方法org.ttzero.excel.reader.XMLDrawings
-
是否忽略隐藏图片
- IgnoreImport - org.ttzero.excel.annotation中的注释类型
-
忽略导入,标记有此注解的字段和方法导入时将被忽略
- ignoreValue() - 类 中的方法org.ttzero.excel.entity.Column
-
忽略Body的数据只输出表头
- IMAGE - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- in(List<T>) - 类 中的方法org.ttzero.excel.validation.ListValidation
-
- in(T...) - 类 中的方法org.ttzero.excel.validation.ListValidation
-
- in(Dimension) - 类 中的方法org.ttzero.excel.validation.ListValidation
-
- in(String, Dimension) - 类 中的方法org.ttzero.excel.validation.ListValidation
-
- includeAutoWidth - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
If there are any auto-width columns
- incrementDrawingCounter() - 类 中的方法org.ttzero.excel.entity.Workbook
-
图片记数器自增
- incrementMediaCounter() - 类 中的方法org.ttzero.excel.entity.Workbook
-
媒体记数器,一般情况下media与worksheet对应
- index - 类 中的变量org.ttzero.excel.entity.Row
-
- index - 类 中的变量org.ttzero.excel.reader.Row
-
已过时。
- index - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- INDEX_BORDER - 类 中的静态变量org.ttzero.excel.entity.style.Styles
-
- INDEX_FILL - 类 中的静态变量org.ttzero.excel.entity.style.Styles
-
- INDEX_FONT - 类 中的静态变量org.ttzero.excel.entity.style.Styles
-
- INDEX_HORIZONTAL - 类 中的静态变量org.ttzero.excel.entity.style.Styles
-
- INDEX_NUMBER_FORMAT - 类 中的静态变量org.ttzero.excel.entity.style.Styles
-
- INDEX_VERTICAL - 类 中的静态变量org.ttzero.excel.entity.style.Styles
-
- INDEX_WRAP_TEXT - 类 中的静态变量org.ttzero.excel.entity.style.Styles
-
- indexedColors - 类 中的静态变量org.ttzero.excel.entity.style.ColorIndex
-
Default indexed color
- indexedColors - 类 中的变量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
-
查找字符串在数组中第一次出现的位置,查找是从数组头向尾逐一比较,时间复杂度n(n为数组长度),
建议只应用于小数组查找,待查找字符串v可以为null,但数组不能为null
- indexOf(String, int, int, int) - 类 中的静态方法org.ttzero.excel.util.StringUtil
-
- IndexSharedStringTable - org.ttzero.excel.reader中的类
-
- IndexSharedStringTable() - 类 的构造器org.ttzero.excel.reader.IndexSharedStringTable
-
Create a temp file to storage the index
- IndexSharedStringTable(Path) - 类 的构造器org.ttzero.excel.reader.IndexSharedStringTable
-
Constructor a IndexSharedStringTable with a exists index file
- init() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
初始化表头信息,如果未指定
Columns则默认反射
T及其父类的所有字段,
并采集所有标记有
ExcelColumn注解的字段和方法(这里限制无参数且仅有一个返回值的方法),
Column顺序由
colIndex决定,如果没有
colIndex则按字段和方法在
Java Bean中的定义顺序而定。
- init() - 类 中的方法org.ttzero.excel.entity.SharedStrings
-
Create a temp file to storage all text cells
- init() - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
读取模板头信息并复杂到当前工作表
- init(Path) - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
初始化,初始化过程将进行内容检查,和创建全局属性(样式,字符共享区)以及工作表但不会实际读取工作表
- init(SharedStrings, Styles) - 类 中的方法org.ttzero.excel.reader.XMLRow
-
- init(SharedStrings, Styles, int) - 类 中的方法org.ttzero.excel.reader.XMLRow
-
已过时。
- initWriter(Path) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- initWriter(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- INLINESTR - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- innerShadow - 类 中的变量org.ttzero.excel.drawing.Effect
-
- INPUT_STREAM - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- insert(Column[], int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
-
- insertSheet(int, Sheet) - 类 中的方法org.ttzero.excel.entity.Workbook
-
- int2Col(int) - 类 中的静态方法org.ttzero.excel.entity.Sheet
-
列下标转为Excel列标识,Excel列标识由大写字母A-Z组合,Z后为AA如此循环,最大下标XFD
数字 | Excel列
-------+---------
1 | A
10 | J
26 | Z
27 | AA
28 | AB
53 | BA
16_384 | XFD
- intVal - 类 中的变量org.ttzero.excel.reader.Cell
-
Integer value contain short
- is(Class<?>) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- isAllowDirectOutput(Class<?>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
-
检查数据类型是否可简单导出,简单导出的类型是相对于实体而言,它们一定是Java内置类型且被其它实体组合使用
- isAutoSize() - 类 中的方法org.ttzero.excel.entity.Sheet
-
是否全局自适应列宽,此值使用autoSize()==1判断
- isAutoSize() - 类 中的方法org.ttzero.excel.entity.Workbook
-
获取当前工作薄是否为自适应宽度
- isBackground() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
-
- isBigDecimal(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isBlank() - 类 中的方法org.ttzero.excel.reader.Row
-
判断单行的所有单元格是否为空,所有单元格无值或空字符串时返回true
- isBlank(int) - 类 中的方法org.ttzero.excel.reader.Row
-
判断单元格是否为空值
- isBlank(String) - 类 中的方法org.ttzero.excel.reader.Row
-
判断单元格是否为空值
- isBlank(Cell) - 类 中的方法org.ttzero.excel.reader.Row
-
判断单元格是否为空值
- isBlank(CharSequence) - 类 中的静态方法org.ttzero.excel.util.StringUtil
-
检查字符串是否为null或空白字符
- isBold() - 类 中的方法org.ttzero.excel.entity.style.Font
-
检查是否有“粗体”样式
- isBool(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isChar(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isDate(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isDate(int) - 类 中的方法org.ttzero.excel.entity.style.Styles
-
Test the style is data format
- isDateTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isDouble(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
判断是否为双精度浮点类型
- isDoubleUnderline() - 类 中的方法org.ttzero.excel.entity.style.Font
-
检查是否有“双下划线”样式
- isEffectiveBorder() - 类 中的方法org.ttzero.excel.entity.style.Border
-
检查边框是否有效(样式不为NONE)
- isEmpty() - 类 中的方法org.ttzero.excel.reader.Row
-
判断单行无有效单元格,仅空Tag<row />时返回true
- isEmpty(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
-
检查字符串是否为空字符串,当字符串s为null或String.isEmpty则返回true
- isEOF() - 类 中的方法org.ttzero.excel.entity.RowBlock
-
是否已结束
- isExtension() - 类 中的方法org.ttzero.excel.validation.Validation
-
是否为扩展节点
- isFirstMergedCell(List<Dimension>, int, int) - 类 中的静态方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Test whether the coordinate is the first cell of the merged cell,
and use
Grid.test(int, int) to determine yes before calling this method
- isFloat(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
判断是否为单精度浮点类型
- isHidden() - 类 中的方法org.ttzero.excel.entity.Row
-
判断当前行是否隐藏
- isHidden() - 类 中的方法org.ttzero.excel.entity.Sheet
-
工作表是否隐藏
- isHidden() - 类 中的方法org.ttzero.excel.reader.Row
-
获取当前行是否隐藏,仅XMLFullRow支持
- isHidden() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
判断当前工作表是否隐藏
- isHidden() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Test Worksheet is hidden
- isHide() - 类 中的方法org.ttzero.excel.entity.Column
-
判断当前列是否“隐藏”
- isIgnoreValue() - 类 中的方法org.ttzero.excel.entity.Column
-
是否忽略数据
- isInt(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
判断是否为int, char, byte or short或包装类型
- isItalic() - 类 中的方法org.ttzero.excel.entity.style.Font
-
检查是否有“斜体”样式
- isJavaPackage(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
判断一个类是否属于java或JDK包
- isLocalDate(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isLocalDateTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isLocalTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isLong(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isNotBlank(CharSequence) - 类 中的静态方法org.ttzero.excel.util.StringUtil
-
检查字符串不为null或非空白字符
- isNotEmpty(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
-
检查字符串不为空字符串,当字符串s不为null且长度大小0则返回true
- isOdd(int) - 类 中的静态方法org.ttzero.excel.entity.e7.XMLZebraLineCellValueAndStyle
-
检查是否需要添加斑马线样式
- isScrollToVisibleArea() - 类 中的方法org.ttzero.excel.entity.Sheet
-
是否滚动到可视区,当起始行列不在A1时,如果返回true则打开Excel文件时
自动将首行首列滚动左上角第一个位置,如果返回false时打开Excel文件左上角可视区为A1
- isShare() - 类 中的方法org.ttzero.excel.entity.Column
-
获取是否将字符串放入共享区
- isShort(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isShow() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
判断当前工作表是否显示
- isShowGridLines() - 类 中的方法org.ttzero.excel.entity.Sheet
-
是否显示“网格线”
- isShowGridLines() - 接口 中的方法org.ttzero.excel.reader.FullSheet
-
工作表是否显示网络线
- isStrikeThru() - 类 中的方法org.ttzero.excel.entity.style.Font
-
检查是否有“删除线”样式
- isString(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isTime(Class<?>) - 接口 中的静态方法org.ttzero.excel.entity.IWorksheetWriter
-
- isTrusted() - 类 中的方法org.ttzero.excel.util.FileSignatures.Signature
-
可信任的,必须在白名单列出的资源格式
- isUnderline() - 类 中的方法org.ttzero.excel.entity.style.Font
-
检查是否有“下划线”样式
- isv - 类 中的变量org.ttzero.excel.reader.Cell
-
InputStream value (picture stream), auto-close after writen
- isWindows() - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Test current OS system is windows family
- italic() - 类 中的方法org.ttzero.excel.entity.style.Font
-
添加“斜体”样式
注意:字体是全局共享的所以修改属性前需要先复制字体
- ITALIC - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
-
斜体
- iterator - 类 中的变量org.ttzero.excel.entity.CSVSheet
-
csv行迭代器,配合工作表输出协议获取数据可以极大降低内存消耗
- iterator() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
-
Returns an iterator over elements of type String
- iterator - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
-
- iterator() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
-
Returns an iterator over elements of type Cache.Entry<K, V>.
- iterator() - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
-
- iterator() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
- 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中的接口
-
- l - 类 中的变量org.ttzero.excel.entity.style.HlsColor
-
Luminance
- lastColumn - 类 中的变量org.ttzero.excel.reader.Dimension
-
末尾列号 (one base)
- lastRow() - 类 中的方法org.ttzero.excel.entity.RowBlock
-
获取本批次行块中最后一个数据
- lastRow - 类 中的变量org.ttzero.excel.reader.Dimension
-
末尾行号 (one base)
- lastRowMark - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- latitude - 类 中的变量org.ttzero.excel.drawing.Camera
-
The preset placement can be altered by specifying a child rot element.
- latitude - 类 中的变量org.ttzero.excel.drawing.LightRig
-
The preset placement can be altered by specifying a child rot element.
- lc - 类 中的变量org.ttzero.excel.entity.Row
-
- lc - 类 中的变量org.ttzero.excel.reader.Row
-
- left() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
数组中剩余多少数据
- LEFT - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
-
- length - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- lessThan(V2) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
-
- lessThanOrEqual(V2) - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
-
- LightRig - org.ttzero.excel.drawing中的类
-
- LightRig() - 类 的构造器org.ttzero.excel.drawing.LightRig
-
- lightRig - 类 中的变量org.ttzero.excel.drawing.Scene3D
-
A light rig is relevant when there is a 3D bevel.
- likeByTarget(String) - 类 中的方法org.ttzero.excel.manager.RelManager
-
- limit() - 类 中的方法org.ttzero.excel.entity.RowBlock
-
本批次共装填了多少数据
- lineSeparator - 接口 中的静态变量org.ttzero.excel.manager.Const
-
"\n" in UNIX systems, "\r\n" in Windows systems.
- LinkedScanner() - 类 的构造器org.ttzero.excel.reader.Grid.LinkedScanner
-
- list - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
-
当option为3/4的时候,填充的数据保存到list中
- LIST_KEY - 类 中的静态变量org.ttzero.excel.entity.TemplateSheet
-
内置单元格类型-序列
- listCellImages(ZipFile, ZipEntry) - 类 中的方法org.ttzero.excel.reader.XMLDrawings
-
拉取WPS单元格内嵌图片
- listDeclaredFields(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared fields that contains all supper class
- listDeclaredFields(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared fields that contains all supper class
- listDeclaredFields(Class<?>, Predicate<Field>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared fields that contains all supper class
- listDeclaredFields(Class<?>, Class<?>, Predicate<Field>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared fields that contains all supper class
- listDeclaredFieldsUntilJavaPackage(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared fields that contains all supper class
- listDeclaredFieldsUntilJavaPackage(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared fields that contains all supper class
- listDeclaredFieldsUntilJavaPackage(Class<?>, Predicate<Field>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared fields that contains all supper class
- listDeclaredMethods(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared methods that contains all supper class
- listDeclaredMethods(Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared methods that contains all supper class
- listDeclaredMethods(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared methods that contains all supper class
- listDeclaredMethods(Class<?>, Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared methods that contains all supper class
- ListMapSheet<T> - org.ttzero.excel.entity中的类
-
ListMapSheet是ListSheet的一个子集,因为取值方式完全不同所以将其独立,
未指定表头信息时ListMapSheet将导出全字段这是与ListSheet完全不同的设定
- ListMapSheet() - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
- ListMapSheet(String) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
实例化工作表并指定工作表名称
- ListMapSheet(Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
实例化工作表并指定表头信息
- ListMapSheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
实例化工作表并指定工作表名称和表头信息
- ListMapSheet(String, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
- ListMapSheet(List<Map<String, T>>) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
实例化工作表并添加导出数据
- ListMapSheet(String, List<Map<String, T>>) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
实例化工作表并指定工作表名和添加导出数据
- ListMapSheet(List<Map<String, T>>, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
实例化工作表并添加导出数据和表头信息
- ListMapSheet(String, List<Map<String, T>>, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
实例化指定名称工作表并添加导出数据和表头信息
- ListMapSheet(List<Map<String, T>>, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
- ListMapSheet(String, List<Map<String, T>>, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.ListMapSheet
-
- listPictures() - 接口 中的方法org.ttzero.excel.reader.Drawings
-
列出所有工作表包含的图片
- listPictures(Sheet) - 接口 中的方法org.ttzero.excel.reader.Drawings
-
列出指定工作表包含的图片
- listPictures() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
获取Excel包含的所有图片,
Drawings.Picture对象包含工作表的单元格行列信息,最重要的是包含
localPath属性,
它是图片的临时路径可以通过此路径复制图片
- listPictures() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
获取当前工作表包含的所有图片
- listPictures() - 类 中的方法org.ttzero.excel.reader.XMLDrawings
-
列出所有工作表包含的图片
- listPictures() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
List all pictures in workbook
- listReadMethods(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared read methods that contains all supper class
- listReadMethods(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared read methods that contains all supper class
- listReadMethods(Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared read methods that contains all supper class
- listReadMethods(Class<?>, Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared read methods that contains all supper class
- ListSheet<T> - org.ttzero.excel.entity中的类
-
对象数组工作表,内部使用List<T>做数据源,所以它是应用最广泛的一种工作表。
- ListSheet() - 类 的构造器org.ttzero.excel.entity.ListSheet
-
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
- ListSheet(String) - 类 的构造器org.ttzero.excel.entity.ListSheet
-
实例化工作表并指定工作表名称
- ListSheet(Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
-
实例化工作表并指定表头信息
- ListSheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
-
实例化工作表并指定工作表名称和表头信息
- ListSheet(String, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
-
- ListSheet(List<T>) - 类 的构造器org.ttzero.excel.entity.ListSheet
-
实例化工作表并指定初始数据
- ListSheet(String, List<T>) - 类 的构造器org.ttzero.excel.entity.ListSheet
-
实例化工作表并指定工作表名称和初始数据
- ListSheet(List<T>, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
-
实例化工作表并指定初始数据和表头
- ListSheet(String, List<T>, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
-
实例化工作表并指定工作表名称、初始数据和表头
- ListSheet(List<T>, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
-
- ListSheet(String, List<T>, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.ListSheet
-
- ListSheet.EntryColumn - org.ttzero.excel.entity中的类
-
ListSheet独有的列对象,除了
Column包含的信息外,它还保存当列对应的字段和方法,
后续会通过这两个属性进行反射获取对象中的值,优先通过get方法获取,如果找不到get方法则直接
使用
Field获取值
- ListValidation<T> - org.ttzero.excel.validation中的类
-
序列验证,限定单元格的值只能在序列中选择
- ListValidation() - 类 的构造器org.ttzero.excel.validation.ListValidation
-
- listWriteMethods(Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared write methods that contains all supper class
- listWriteMethods(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared write methods that contains all supper class
- listWriteMethods(Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared methods that contains all supper class
- listWriteMethods(Class<?>, Class<?>, Predicate<Method>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared methods that contains all supper class
- load(InputStream) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
Load the style file from disk
- load(InputStream) - 类 中的静态方法org.ttzero.excel.entity.style.Theme
-
- load() - 类 中的方法org.ttzero.excel.reader.SharedStrings
-
Load the sharedString.xml file and instance word cache
- load() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
加载工作表,读取工作表之前必须先使用此方法加载,使用Reader的场景已默认加载无需手动加载
- load() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
加载sheet.xml并解析头信息,如果已加载则直接跳到标记位
- LOCAL_DATE_TIME - 类 中的静态变量org.ttzero.excel.util.DateUtil
-
通用日期格式化 yyyy-MM-dd HH:mm:ss
- localPath - 类 中的变量org.ttzero.excel.entity.Picture
-
图片临时路径
- localPath - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
-
图片的临时路径
- LOGGER - 类 中的变量org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
LOGGER
- LOGGER - 类 中的变量org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
LOGGER
- LOGGER - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
LOGGER
- LOGGER - 类 中的变量org.ttzero.excel.entity.Sheet
-
LOGGER
- LOGGER - 类 中的静态变量org.ttzero.excel.reader.ExcelReader
-
LOGGER
- LOGGER - 类 中的变量org.ttzero.excel.reader.Row
-
- LOGGER - 类 中的变量org.ttzero.excel.reader.XMLDrawings
-
LOGGER
- LONG - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- longitude - 类 中的变量org.ttzero.excel.drawing.Camera
-
The preset placement can be altered by specifying a child rot element.
- longitude - 类 中的变量org.ttzero.excel.drawing.LightRig
-
The preset placement can be altered by specifying a child rot element.
- longVal - 类 中的变量org.ttzero.excel.reader.Cell
-
Long value
- lowFirstKey(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
-
首字母小写,转化是强制的它并不会检查空串,外部最好不要使用
- pack(int[]) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- padding - 类 中的变量org.ttzero.excel.entity.Picture
-
When property is twoCellAnchor padding saves
Padding top | right | bottom | left
oneCellAnchor saves
Padding top | width | height | left
- padding - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
-
Padding top | right | bottom | left
- paging() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
分页处理,如果达到分页条件时会复制一个新的工作表插入到当前位置之后
- paging() - 类 中的方法org.ttzero.excel.entity.Sheet
-
分批拉取数据
- Panes - org.ttzero.excel.entity中的类
-
Panes
- Panes() - 类 的构造器org.ttzero.excel.entity.Panes
-
- Panes(int, int) - 类 的构造器org.ttzero.excel.entity.Panes
-
- ParamProcessor - org.ttzero.excel.processor中的接口
-
- parse(String) - 类 中的静态方法org.ttzero.excel.entity.style.Border
-
The setting order is top -> right -> bottom -> left, the
attribute order is style-name + color, if the orientation setting
is not complete, the unset orientation has no border.
- parse(String) - 类 中的静态方法org.ttzero.excel.entity.style.Fill
-
fgColor bgColor patternType
color patternType : fgColor patternType
- parse(String) - 类 中的静态方法org.ttzero.excel.entity.style.Font
-
解析字符串为字体
italic_bold_underline_size_family_color or italic bold underline size family color
eq: italic_bold_12_宋体 // 斜体 加粗 12号字 宋体
eq: bold underline 12 'Times New Roman' red // 加粗 12号字 Times New Roman字体 红字
- parse() - 类 中的方法org.ttzero.excel.reader.XMLDrawings
-
解析图片
- parseBOF() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- parseCells() - 类 中的方法org.ttzero.excel.reader.XMLRow
-
Loop parse cell
- parseCellValue(Cell) - 类 中的方法org.ttzero.excel.reader.XMLRow
-
Parse cell value
- parseClass(Class<?>) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
解析对象的方法和字段,方便后续取数
- parseColor(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
Parse color tag
- parseComments(InputStream, InputStream) - 类 中的静态方法org.ttzero.excel.entity.Comments
-
解析批注
- parsed - 类 中的变量org.ttzero.excel.reader.XMLDrawings
-
是否已解析,保证数据只被解析一次
- parseDimension(Element, Namespace) - 类 中的静态方法org.ttzero.excel.reader.XMLDrawings
-
- parseDimension() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- parseDrawings(ZipFile, ZipEntry, Path) - 类 中的方法org.ttzero.excel.reader.XMLDrawings
-
- parseFontTag(Element) - 类 中的静态方法org.ttzero.excel.entity.style.Font
-
解析xml内容创建字体
- path - 类 中的变量org.ttzero.excel.entity.CSVSheet
-
csv文件路径
- path - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
- path - 类 中的变量org.ttzero.excel.reader.Cell
-
File path (picture file)
- path - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- PatternType - org.ttzero.excel.entity.style中的枚举
-
- pf - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
占位符位置标记 pf: 当前占位符的行号 pi: 当前占位符在preNodes的下标
afr:auto-filter row
- pi - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
占位符位置标记 pf: 当前占位符的行号 pi: 当前占位符在preNodes的下标
afr:auto-filter row
- picName - 类 中的变量org.ttzero.excel.entity.Picture
-
Relative location name in drawings, not the original name of the file. eq: image1.png
- Picture - org.ttzero.excel.entity中的类
-
Picture
- Picture() - 类 的构造器org.ttzero.excel.entity.Picture
-
- Picture() - 类 的构造器org.ttzero.excel.reader.Drawings.Picture
-
- pictures - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
Store async pictures
- pictures - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
图片
- pictures - 类 中的变量org.ttzero.excel.reader.XMLDrawings
-
临时保存所有工作表包含的图片
- PLAIN - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
-
默认文本
- PNG - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- PNG - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
-
Png
- pom() - 接口 中的静态方法org.ttzero.excel.entity.IWorkbookWriter
-
获取pom配置相关信息
- position(int) - 类 中的方法org.ttzero.excel.entity.RowBlock
-
设置游标到指定位置
- position() - 类 中的方法org.ttzero.excel.entity.RowBlock
-
获取当前游标
- position() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
-
Returns this buffer's position.
- Pr(String, int) - 类 的构造器org.ttzero.excel.entity.Comments.Pr
-
- Pr(Font) - 类 的构造器org.ttzero.excel.entity.Comments.Pr
-
- PreCalc - org.ttzero.excel.reader中的类
-
Preprocessed calc node
- PreCalc(long) - 类 的构造器org.ttzero.excel.reader.PreCalc
-
- PreCell() - 类 的构造器org.ttzero.excel.entity.TemplateSheet.PreCell
-
- preCells - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
包含占位符的单元格预处理后的结果
- prefix - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
占位符前缀和后缀
- prefixMatch(String[], String) - 类 中的静态方法org.ttzero.excel.entity.TemplateSheet
-
前缀匹配,数组中的词为前缀词
- preNodes - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
-
- prepare(Sheet) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
预处理样式和占位符
- prepareCellValue(int, int, String, int, int) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
单元格字符串预处理,检测是否包含占位符以及占位符预处理
- prepareCommonData(FullSheet) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
解析公共数据
- presetCamera - 类 中的变量org.ttzero.excel.drawing.Camera
-
Preset camera
- PresetPictureEffect - org.ttzero.excel.drawing中的枚举
-
图片预设效果,实现Excel内置的28种图片样式
- prev - 类 中的变量org.ttzero.excel.entity.Column
-
多行表头中指向前一个Column
- PRINTER_SETTINGS - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- PRINTSETTING - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- processor - 类 中的变量org.ttzero.excel.entity.Column
-
输出转换器,通常用于将不可读的状态值或枚举值转换为可读的文本输出到Excel
- progressConsumer - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
A progress window
- progressConsumer - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
A progress window
- progressConsumer - 类 中的变量org.ttzero.excel.entity.Sheet
-
导出进度窗口,默认情况下RowBlock每刷新一次就会更新一次进度,也就是每32行通知一次
- property - 类 中的变量org.ttzero.excel.entity.Picture
-
Low 2-3 bites
0: twoCellAnchor
1: oneCellAnchor
Low 0-2 bits
0: Move and size with cells
1: Move but don't size with cells
2: Don't move or size with cells
- property - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
-
0: Move and size with cells
1: Move but don't size with cells
2: Don't move or size with cells
- prst - 类 中的变量org.ttzero.excel.drawing.Bevel
-
预设棱台
- push(char) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
-
Write character value into table
- push(String) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
-
Write string value into table
- push(char) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
-
Write character value into table
- push(String) - 类 中的方法org.ttzero.excel.reader.IndexSharedStringTable
-
Write string value into table
- put(String, Object) - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
-
将指定的键值对添加到属性集合中
- put(K, V) - 接口 中的方法org.ttzero.excel.reader.Cache
-
Associates the specified value with the specified key in this cache.
- put(K, V) - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
-
Associates the specified value with the specified key in this cache.
- put(Grid.Scanner.Entry) - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
-
- put(Grid.Scanner.Entry) - 接口 中的方法org.ttzero.excel.reader.Grid.Scanner
-
- putAll(Map<String, Object>) - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
-
将指定的属性集合添加到当前对象中
- putAllExtProp(Map<String, Object>) - 类 中的方法org.ttzero.excel.entity.Sheet
-
批量添加扩展参数,key存在时覆盖原值
- putCustomProperties(Map<String, Object>) - 类 中的方法org.ttzero.excel.entity.Workbook
-
添加自定义属性,自定义属性可以从"信息"->"属性"->"自定义属性"查看
注意:只支持"文本"、"数字"、"日期"以及"布尔值",其它数据类型将使用toString强转换为文本
- putCustomProperty(String, Object) - 类 中的方法org.ttzero.excel.entity.Workbook
-
添加自定义属性,自定义属性可以从"信息"->"属性"->"自定义属性"查看
注意:只支持"文本"、"数字"、"日期"以及"布尔值",其它数据类型将使用toString强转换为文本
- putExtProp(String, Object) - 类 中的方法org.ttzero.excel.entity.Sheet
-
添加扩展参数,key存在时覆盖原值
- putExtPropIfAbsent(String, Object) - 类 中的方法org.ttzero.excel.entity.Sheet
-
添加扩展参数,如果key不存在则添加,存在时忽略
- 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
-
- read(InputStream) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
-
以只读"值"的方式读取Excel字节流
- read(Path, Class<T>) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
-
Read csv format file by UTF-8 charset.
- read(Path) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
-
Read csv format file by UTF-8 charset.
- read(Path, char) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
-
Read csv format file by UTF-8 charset.
- read(Path, Class<T>, Charset) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
-
Read csv format file.
- read(Path, Charset) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
-
Read csv format file.
- read(Path, char, Charset) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
-
Read csv format file.
- readData() - 类 中的方法org.ttzero.excel.reader.SharedStrings
-
Read data from main reader
forward only
- reader - 类 中的变量org.ttzero.excel.entity.CSVSheet
-
csv Reader
- reader - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
读取模板用
- reader - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- readMethodsMap(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared read methods that contains all supper class
- readMore() - 类 中的方法org.ttzero.excel.reader.SharedStrings
-
Load string record from xml
- realloc(int) - 类 中的方法org.ttzero.excel.entity.Row
-
比较并重分配连续n个单元格,此方法会比较传入的参数n与当前单元格数量比较,
当n大于当前数量时才进行重分配
- ref - 类 中的变量org.ttzero.excel.entity.Comments.C
-
- referer - 类 中的变量org.ttzero.excel.validation.ListValidation
-
引用其它可选序列的坐标
- reflection - 类 中的变量org.ttzero.excel.drawing.Effect
-
- Reflection - org.ttzero.excel.drawing中的类
-
Creates a partial image reflection near your picture,
with a few options for angles and degree of the reflection.
- Reflection() - 类 的构造器org.ttzero.excel.drawing.Reflection
-
- ReflectUtil - org.ttzero.excel.util中的类
-
- RELATION - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
-
Relation
- Relationship - org.ttzero.excel.entity中的类
-
资源的关联关系,Excel将部分资源统一存放在一个公共区域,例如图片,图表,批注等。
- Relationship() - 类 的构造器org.ttzero.excel.entity.Relationship
-
- Relationship(String, String) - 类 的构造器org.ttzero.excel.entity.Relationship
-
- Relationship(String, String, String) - 类 的构造器org.ttzero.excel.entity.Relationship
-
- Relationship(String, String, String, String) - 类 的构造器org.ttzero.excel.entity.Relationship
-
- RELATIONSHIP - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- RELATIONSHIP - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- relManager - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
- relManager - 类 中的变量org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
- relManager - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
关系管理器(worksheet的副本)
- relManager - 类 中的变量org.ttzero.excel.entity.Sheet
-
关系管理器
- RelManager - org.ttzero.excel.manager中的类
-
引用管理器
- RelManager() - 类 的构造器org.ttzero.excel.manager.RelManager
-
- relManager - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- reMarkPath(Path, Path) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
已过时。
- reMarkPath(Path, Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
已过时。
- reMarkPath(Path, Path, String) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
-
- REMOTE_URL - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- remove(int) - 类 中的方法org.ttzero.excel.entity.Workbook
-
- remove(String) - 类 中的方法org.ttzero.excel.manager.docProps.CustomProperties
-
移除指定属性
- remove(K) - 接口 中的方法org.ttzero.excel.reader.Cache
-
Removes the mapping for a key from this cache if it is present
(optional operation).
- remove(K) - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
-
Removes the mapping for a key from this cache if it is present
(optional operation).
- remove() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
-
Remove the last item
- removeCustomProperty(String) - 类 中的方法org.ttzero.excel.entity.Workbook
-
删除自定义属性
- reopen() - 类 中的方法org.ttzero.excel.entity.RowBlock
-
重新打开行块,reopen将标记清除以达到重用的目的
- reset(Row, Cell, Object, Column) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
-
重置单元格的值和样式,Row和Cell都是内存共享的,所以每个单元格均需要重置值和样式
- reset() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
-
Resets this buffer's position to the previously-marked position.
- reset() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
重置游标以重头开始读,可以起到重复读的用处,不过此方法不是必要的,也可以直接通过reader获取对应工作表也可以
- reset() - 类 中的方法org.ttzero.excel.reader.XMLSheet.Marker
-
- reset() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Reset the
XMLSheet's row index to begging
- resetBlockData() - 类 中的方法org.ttzero.excel.entity.CSVSheet
-
重置RowBlock行块数据,使用csv行迭代器逐行读取数据并重置行块,由于csv格式并不包含任务样式
所以CSVSheet并不支持任务样式设定
- resetBlockData() - 类 中的方法org.ttzero.excel.entity.EmptySheet
-
Reset the row-block data
- resetBlockData() - 类 中的方法org.ttzero.excel.entity.ListMapSheet
-
重置RowBlock行块数据
- resetBlockData() - 类 中的方法org.ttzero.excel.entity.ListSheet
-
重置RowBlock行块数据
- resetBlockData() - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
-
重置RowBlock行块数据
- resetBlockData() - 类 中的方法org.ttzero.excel.entity.Sheet
-
- resetBlockData() - 类 中的方法org.ttzero.excel.entity.SimpleSheet
-
重置RowBlock行块数据
- resetBlockData() - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
- resetCommonProperties(Column[]) - 类 中的方法org.ttzero.excel.entity.Sheet
-
- resizeColumnWidth(File, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Resize column width
- ResultSetSheet - org.ttzero.excel.entity中的类
-
ResultSetSheet的数据源为
ResultSet一般情况下它用于存储过程,
ResultSetSheet可以将存储过程的查询结果直接转为工作表的数据,省掉将查结果转为
Java对象再转为工作表输出协议的数据结构。
- ResultSetSheet() - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
- ResultSetSheet(String) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
实例化工作表并指定工作表名称
- ResultSetSheet(Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
实例化工作表并指定表头信息
- ResultSetSheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
实例化工作表并指定工作表名称和表头信息
- ResultSetSheet(String, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
- ResultSetSheet(ResultSet) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
实例化工作表并指定数据源ResultSet
- ResultSetSheet(String, ResultSet) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
实例化工作表并指定工作表名和数据源ResultSet
- ResultSetSheet(ResultSet, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
实例化工作表并指定数据源ResultSet和表头信息
- ResultSetSheet(String, ResultSet, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
实例化工作表并指定工作表名、数据源ResultSet和表头信息
- ResultSetSheet(ResultSet, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
- ResultSetSheet(String, ResultSet, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet
-
- ResultSetSheet.SQLColumn - org.ttzero.excel.entity中的类
-
ResultSetSheet独有的列对象,除了
Column包含的信息外,它还保存当列对应的SQL类型和
ResultSet下标,有了下标后续列取值可直接根据
ri直接取值
- retain() - 类 中的方法org.ttzero.excel.util.CSVUtil.SharedRowsIterator
-
Retain current row data
- reverseHeadColumn() - 类 中的方法org.ttzero.excel.entity.Sheet
-
反转表头
- reversion(Row, Cell, Class<?>) - 类 中的方法org.ttzero.excel.processor.Converter.None
-
- reversion(Row, Cell, Class<?>) - 接口 中的方法org.ttzero.excel.processor.Converter
-
输入转换器,读取Excel时将单元格的值转为指定类型T
- revolution - 类 中的变量org.ttzero.excel.drawing.Camera
-
The preset placement can be altered by specifying a child rot element.
- revolution - 类 中的变量org.ttzero.excel.drawing.LightRig
-
The preset placement can be altered by specifying a child rot element.
- revolve - 类 中的变量org.ttzero.excel.entity.Picture
-
Revolve -360 ~ 360
- revolve - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
-
Revolve -360 ~ 360
- rgbToHls(Color) - 类 中的静态方法org.ttzero.excel.entity.style.HlsColor
-
将RGBA颜色转换为HLS颜色
- ri - 类 中的变量org.ttzero.excel.entity.ResultSetSheet.SQLColumn
-
ResultSet下标
- rig - 类 中的变量org.ttzero.excel.drawing.LightRig
-
Preset Properties
- RIGHT - 类 中的静态变量org.ttzero.excel.entity.style.Horizontals
-
- rm(Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Delete if exists file
- rm(File) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Delete if exists file
- rm_rf(Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Remove file and sub-files if it a directory
- rm_rf(File, boolean) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Remove file and sub-files if it is a directory
- rotWithShape - 类 中的变量org.ttzero.excel.drawing.Shadow
-
Specifies whether the shadow rotates with the shape if the shape is rotated
- round10(double) - 类 中的静态方法org.ttzero.excel.entity.style.Font
-
- row - 类 中的变量org.ttzero.excel.entity.Panes
-
Panes row
- row(int) - 类 中的静态方法org.ttzero.excel.entity.Panes
-
- row - 类 中的变量org.ttzero.excel.entity.Picture
-
Axis (one base)
- Row - org.ttzero.excel.entity中的类
-
行数据,每个
Row对象包含一组连续的
Cell单元格,
它的设计与在Office中看到的结构完全一样
- Row() - 类 的构造器org.ttzero.excel.entity.Row
-
- row - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
-
单元格行列值,行从1开始 列从0开始
- Row - org.ttzero.excel.reader中的类
-
- Row() - 类 的构造器org.ttzero.excel.reader.Row
-
- row - 异常错误 中的变量org.ttzero.excel.reader.TypeCastException
-
行号,从1开始
- ROW_BLOCK_SIZE - 接口 中的静态变量org.ttzero.excel.manager.Const
-
Size of row-block
- RowBlock - org.ttzero.excel.entity中的类
-
RowBlock行块由多个连续的
Row行组成,默认包含连续的
32个
Row行。
- RowBlock() - 类 的构造器org.ttzero.excel.entity.RowBlock
-
以默认大小实例化行块,默认32
- RowBlock(int) - 类 的构造器org.ttzero.excel.entity.RowBlock
-
实例化行块并指定容量
- rowBlock - 类 中的变量org.ttzero.excel.entity.Sheet
-
- rowCommit(Row, Row) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
- rowEnd(Row, Row) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
- rowHeight - 类 中的变量org.ttzero.excel.entity.Sheet
-
指定数据行高
- rowIterator - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
行数据迭代器
- RowNum - org.ttzero.excel.annotation中的注释类型
-
注入行号,可用于读取Excel时注入该行在文件中的绝对行号
注意:此行号是Excel的绝对行号,与打开Excel看到的行号完全一致,从1开始
- rowNum - 类 中的变量org.ttzero.excel.reader.Row
-
行号(从1开始)
- rows - 类 中的变量org.ttzero.excel.entity.Sheet
-
统计已写入数据行数,不包含表头
- rows - 类 中的变量org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
-
- rows() - 接口 中的方法org.ttzero.excel.reader.Sheet
-
- 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 - 类 中的变量org.ttzero.excel.entity.style.HlsColor
-
Saturation
- saveAsCSV() - 类 中的方法org.ttzero.excel.entity.Workbook
-
另存为Comma-Separated Values格式,默认使用','逗号分隔
- saveAsCSV(Charset) - 类 中的方法org.ttzero.excel.entity.Workbook
-
以指定字符集保存为Comma-Separated Values格式,默认使用','逗号分隔
- saveAsCSV(Path) - 接口 中的方法org.ttzero.excel.reader.Sheet
-
将当前工作表另存为CSV格式并保存到path文件中,默认以UTF-8字符集保存
- saveAsCSV(Path, Charset) - 接口 中的方法org.ttzero.excel.reader.Sheet
-
将当前工作表另存为CSV格式以UTF-8字符集保存保存到path文件中
- saveAsCSV(OutputStream) - 接口 中的方法org.ttzero.excel.reader.Sheet
-
将当前工作表另存为CSV格式并输出到指定字节流
- saveAsCSV(OutputStream, Charset) - 接口 中的方法org.ttzero.excel.reader.Sheet
-
将当前工作表另存为CSV格式并指定字符集然后输出到指定流
- saveAsCSV(BufferedWriter) - 接口 中的方法org.ttzero.excel.reader.Sheet
-
将当前工作表另存为CSV格式并输出到指定流
- saveAsCSVWithBom() - 类 中的方法org.ttzero.excel.entity.Workbook
-
另存为Comma-Separated Values格式并保存BOM,默认使用','逗号分隔
- saveAsCSVWithBom(Charset) - 类 中的方法org.ttzero.excel.entity.Workbook
-
以指定字符集保存为Comma-Separated Values格式并保存BOM,默认使用','逗号分隔
- SAXReaderUtil - org.ttzero.excel.util中的类
-
低版本SAXReader兼容处理
- SAXReaderUtil() - 类 的构造器org.ttzero.excel.util.SAXReaderUtil
-
- scene3D - 类 中的变量org.ttzero.excel.drawing.Effect
-
- Scene3D - org.ttzero.excel.drawing中的类
-
3D 场景属性
- Scene3D() - 类 的构造器org.ttzero.excel.drawing.Scene3D
-
- SCHEMA_MAIN - 接口 中的静态变量org.ttzero.excel.manager.Const
-
Open xml schema
- search(Column[], int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
-
- searchRowNum() - 类 中的方法org.ttzero.excel.reader.XMLRow
-
- searchSpan() - 类 中的方法org.ttzero.excel.reader.XMLRow
-
- SECOND_OF_DAY - 类 中的静态变量org.ttzero.excel.util.DateUtil
-
保存1天的秒数
- setAlpha(int) - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
-
- setAlpha(int) - 类 中的方法org.ttzero.excel.drawing.Glow
-
- setAlpha(int) - 类 中的方法org.ttzero.excel.drawing.Outline
-
- setAlpha(int) - 类 中的方法org.ttzero.excel.drawing.Reflection
-
- setAlpha(int) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setAngle(Enums.Angle) - 类 中的方法org.ttzero.excel.drawing.LightRig
-
- setAngle(Enums.Angle) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setApplication(String) - 类 中的方法org.ttzero.excel.manager.docProps.App
-
- setAppVersion(String) - 类 中的方法org.ttzero.excel.manager.docProps.App
-
Setting the app version, it must not be null
- setAutoSize(boolean) - 类 中的方法org.ttzero.excel.entity.Workbook
-
设置全局自适应列宽
- setBevelBottom(Bevel) - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- setBevelTop(Bevel) - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- setBgColor(Color) - 类 中的方法org.ttzero.excel.entity.style.Fill
-
- setBinary(byte[]) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setBlur(double) - 类 中的方法org.ttzero.excel.drawing.Reflection
-
- setBlur(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setBool(boolean) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setBorder(Border) - 类 中的方法org.ttzero.excel.entity.Column
-
设置当前列统一“边框”样式
- setBorder(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置上-下-左-右四个方位的边框样式
- setBorder(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置上-下-左-右四个方位的边框样式和颜色
- setBorderBottom(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置下边框样式
- setBorderBottom(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置下边框样式和颜色
- setBorderLeft(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置上边框样式
- setBorderLeft(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置左边框样式和颜色
- setBorderRight(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置右边框样式
- setBorderRight(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置右边框样式和颜色
- setBorderTop(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置上边框样式
- setBorderTop(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置上边框样式和颜色
- setByteBuffer(ByteBuffer) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setCalc(char[]) - 类 中的方法org.ttzero.excel.reader.PreCalc
-
- setCamera(Camera) - 类 中的方法org.ttzero.excel.drawing.Scene3D
-
- setCap(Enums.Cap) - 类 中的方法org.ttzero.excel.drawing.Outline
-
- setCategory(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setCells(Cell[]) - 类 中的方法org.ttzero.excel.reader.Row
-
- setCells(Cell[], int, int) - 类 中的方法org.ttzero.excel.reader.Row
-
- setCellStyle(int) - 类 中的方法org.ttzero.excel.entity.Column
-
设置单元格样式值,样式值由背景,边框,字体等进行“或”运算而来
- setCellValue(Row, Cell, Object, Column, Class<?>, boolean) - 类 中的方法org.ttzero.excel.entity.csv.CSVCellValueAndStyle
-
Setting cell value
- setCellValue(Row, Cell, Object, Column, Class<?>, boolean) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
-
设置单元格的值,如果有动态转换器则调用转换器
- setCellValueAndStyle(ICellValueAndStyle) - 类 中的方法org.ttzero.excel.entity.Sheet
-
设置数据转换器,用于将Java对象转为各工作表输出协议可接受的数据结构,一般会将每个单元格的值输出为
Cell对象,
它与
Sheet数据源中的Java类型完全分离,使得下游的输出协议有统一输入源。
- setChar(char) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setCharset(Charset) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
设置字符集
- setCharset(Charset) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
设置字符集
- setCharset(Charset) - 类 中的方法org.ttzero.excel.entity.CSVSheet
-
设置读取CSV使用的字符集
- setCharset(int) - 类 中的方法org.ttzero.excel.entity.style.Font
-
设置字体的字符集
注意:字体是全局共享的所以修改属性前需要先复制字体
- setClass(Class<?>) - 类 中的方法org.ttzero.excel.entity.ListSheet
-
指定泛型T的实际类型,不指定时默认由反射或数组中第一个对象类型而定
- setClass(Class<?>) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
mapping
- setClassOnce(Class<?>) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
mapping and instance
- setClazz(Class<?>) - 类 中的方法org.ttzero.excel.entity.Column
-
设置列数据类型,数据影响单元格对齐,默认字符串左对齐、数字右对齐、日期居中
- setCmpd(Enums.CompoundType) - 类 中的方法org.ttzero.excel.drawing.Outline
-
- setCode(String) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
-
- setCol(int) - 类 中的方法org.ttzero.excel.entity.Panes
-
- setColIndex(int) - 类 中的方法org.ttzero.excel.entity.Column
-
设置列下标,下标从0开始对应Excel的A列,这里设置的下标是绝对位置,
如果表头下标不连续那么导出的时候列也是不连续的
- setColor(Color) - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
-
- setColor(Color) - 类 中的方法org.ttzero.excel.drawing.Glow
-
- setColor(Color) - 类 中的方法org.ttzero.excel.drawing.Outline
-
- setColor(Color) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setColor(Color) - 类 中的方法org.ttzero.excel.entity.style.Font
-
设置字体颜色
注意:字体是全局共享的所以修改属性前需要先复制字体
- setColumns(Column...) - 类 中的方法org.ttzero.excel.entity.Sheet
-
设置表头,无数据时依然会导出该表头
- setColumns(List<Column>) - 类 中的方法org.ttzero.excel.entity.Sheet
-
设置表头,无数据时依然会导出该表头
- setCompany(String) - 类 中的方法org.ttzero.excel.entity.Workbook
-
设置公司名,建议控制在64个字符以内
- setCompany(String) - 类 中的方法org.ttzero.excel.manager.docProps.App
-
- setContentType(String) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Type
-
- setContourColor(Color) - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- setContourWidth(double) - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- setConverter(Converter<?>) - 类 中的方法org.ttzero.excel.entity.Column
-
设置转换器,导出的时候将状态值或枚举值转为文本,导入的时候将文本转为状态或枚举值
- setCore(Core) - 类 中的方法org.ttzero.excel.entity.Workbook
-
设置文档属性,包含主题,关键词,分类等信息
- setCreated(Date) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setCreator(String) - 类 中的方法org.ttzero.excel.entity.Workbook
-
设置作者
设置作者后可以通过查看文件属性来查看作者
- setCreator(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setDash(Enums.DashPattern) - 类 中的方法org.ttzero.excel.drawing.Outline
-
- setData(List<T>) - 类 中的方法org.ttzero.excel.entity.ListSheet
-
- setData(BiFunction<Integer, T, List<T>>) - 类 中的方法org.ttzero.excel.entity.ListSheet
-
- setData(Object) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
绑定数据到默认命名空间,默认命名空间为null
- setData(String, Object) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
绑定数据到指定命名空间上
- setData(BiFunction<Integer, Object, List<?>>) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
绑定一个Supplier到默认命名空间,适用于未知长度或数量最大的数组
- setData(String, BiFunction<Integer, Object, List<?>>) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
绑定一个Supplier到指定命名空间,适用于未知长度或数量最大的数组
- setDate(int) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setDateTime(double) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setDecimal(BigDecimal) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setDelimiter(char) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
Settings delimiter char
- setDelimiter(char) - 类 中的方法org.ttzero.excel.entity.CSVSheet
-
Settings delimiter char
- setDescription(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setDiagonal(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置左上右下和左下右上的边框样式
- setDiagonal(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置左上右下和左下右上的边框样式和颜色
- setDiagonalDown(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置左上到右下的边框样式
- setDiagonalDown(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置左上到右下边框样式和颜色
- setDiagonalUp(BorderStyle) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置左下到右上的边框样式
- setDiagonalUp(BorderStyle, Color) - 类 中的方法org.ttzero.excel.entity.style.Border
-
设置左下到右上边框样式和颜色
- setDirection(int) - 类 中的方法org.ttzero.excel.drawing.Reflection
-
- setDirection(int) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setDist(double) - 类 中的方法org.ttzero.excel.drawing.Glow
-
- setDist(double) - 类 中的方法org.ttzero.excel.drawing.Reflection
-
- setDist(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setDouble(double) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setDrawings(Drawings) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- setEffect(Effect) - 类 中的方法org.ttzero.excel.entity.Column
-
设置当前列全局图片效果,只有当columnType为Media时生效
- setExtension(String) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Default
-
- setExtrusionColor(Color) - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- setExtrusionHeight(double) - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- setFamily(int) - 类 中的方法org.ttzero.excel.entity.style.Font
-
设置字体家族
注意:字体是全局共享的所以修改属性前需要先复制字体
- setFgColor(Color) - 类 中的方法org.ttzero.excel.entity.style.Fill
-
- setFill(Fill) - 类 中的方法org.ttzero.excel.drawing.Effect
-
- setFill(Fill) - 类 中的方法org.ttzero.excel.entity.Column
-
设置当前列统一“填充”样式
- setFont(Font) - 类 中的方法org.ttzero.excel.entity.Column
-
设置当前列统一“字体”样式
- setFormula(String) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setFov(double) - 类 中的方法org.ttzero.excel.drawing.Camera
-
- setGeometry(Enums.ShapeType) - 类 中的方法org.ttzero.excel.drawing.Effect
-
- setGeometryAdjustValueList(List<Tuple2<String, String>>) - 类 中的方法org.ttzero.excel.drawing.Effect
-
- setGlow(Glow) - 类 中的方法org.ttzero.excel.drawing.Effect
-
- setHeader(List<String>) - 类 中的方法org.ttzero.excel.entity.EmptySheet
-
- setHeader(String...) - 类 中的方法org.ttzero.excel.entity.EmptySheet
-
- setHeader(List<String>) - 类 中的方法org.ttzero.excel.entity.SimpleSheet
-
- setHeader(String...) - 类 中的方法org.ttzero.excel.entity.SimpleSheet
-
- setHeader(HeaderRow) - 类 中的方法org.ttzero.excel.reader.Row
-
设置表头
- setHeaderColumnReadOption(int) - 接口 中的方法org.ttzero.excel.reader.Sheet
-
设置表头读取属性,将行数据转对象时由于Excel中的值与Java对象中定义的不同会使双方不匹配,设置读取属性可丰富读取能力,
多个属性可叠加
HeaderRow.FORCE_IMPORT: 强制导入,即使没有(ExcelColumn注解
HeaderRow.IGNORE_CASE: 忽略大小写匹配
HeaderRow.CAMEL_CASE: 驼峰风格匹配
reader.sheet(0).setHeaderColumnReadOption(HeaderRow.FORCE_IMPORT | HeaderRow.IGNORE_CASE)
- setHeaderColumnReadOption(int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Setting header columns preprocessing properties
- setHeaderComment(Comment) - 类 中的方法org.ttzero.excel.entity.Column
-
设置表头批注
- setHeaderHeight(double) - 类 中的方法org.ttzero.excel.entity.Column
-
设置行高,最终的行高取所有列最大值,当行高设置为0时效果与隐藏相同
- setHeaderRowHeight(double) - 类 中的方法org.ttzero.excel.entity.Sheet
-
- 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
-
设置行高
- setHidden(boolean) - 类 中的方法org.ttzero.excel.entity.Row
-
设置当前行显示或隐藏
- setHorizontal(int) - 类 中的方法org.ttzero.excel.entity.Column
-
设置当前列统一“水平对齐”样式
- setHyperlink(String) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setHyperlinksChanged(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
-
- setId(String) - 类 中的方法org.ttzero.excel.entity.Relationship
-
- setId(int) - 类 中的方法org.ttzero.excel.entity.Sheet
-
设置工作表ID,请不要在外部随意修改,否则打开文件异常
- setId(int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Setting id of worksheet
- setIndex(int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- setInnerShadow(Shadow) - 类 中的方法org.ttzero.excel.drawing.Effect
-
- setInputStream(InputStream) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setInt(int) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setJoinType(Enums.JoinType) - 类 中的方法org.ttzero.excel.drawing.Outline
-
- setKeywords(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setKx(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setKy(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setLastModifiedBy(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setLatitude(double) - 类 中的方法org.ttzero.excel.drawing.Camera
-
- setLatitude(double) - 类 中的方法org.ttzero.excel.drawing.LightRig
-
- setLightRig(LightRig) - 类 中的方法org.ttzero.excel.drawing.Scene3D
-
- setLinksUpToDate(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
-
- setLong(long) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setLongitude(double) - 类 中的方法org.ttzero.excel.drawing.Camera
-
- setLongitude(double) - 类 中的方法org.ttzero.excel.drawing.LightRig
-
- setMaterial(Enums.Material) - 类 中的方法org.ttzero.excel.drawing.Shape3D
-
- setMiterLimit(double) - 类 中的方法org.ttzero.excel.drawing.Outline
-
- setModified(Date) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setName(String) - 类 中的方法org.ttzero.excel.entity.Column
-
设置表头列名
- setName(String) - 类 中的方法org.ttzero.excel.entity.Sheet
-
设置工作表表名,使用Office打开文件时它将显示在底部的Tab栏
注意:内部不会检查重名,所以请在外部保证在一个工作薄下所有工作表名唯一,否则打开文件异常
- setName(String) - 类 中的方法org.ttzero.excel.entity.style.Font
-
设置字体名
注意:字体是全局共享的所以修改属性前需要先复制字体
- setName(String) - 类 中的方法org.ttzero.excel.entity.Workbook
-
设置工作薄名称,如果writeTo方法指定的Path或File为文件夹时该名称将作为最终文件名
- setName(String) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Setting the worksheet name
- setNullValue(Row, Cell, Column) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
-
写null值到单元格
- setNumFmt(String) - 类 中的方法org.ttzero.excel.entity.Column
-
设置当前列统一“格式化”样式
- setNumFmt(NumFmt) - 类 中的方法org.ttzero.excel.entity.Column
-
设置当前列统一“格式化”样式
- setOptions(int) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- setOutline(Outline) - 类 中的方法org.ttzero.excel.drawing.Effect
-
- setOutlineLevel(Integer) - 类 中的方法org.ttzero.excel.entity.Row
-
设置行层级
- setPadding(int) - 类 中的方法org.ttzero.excel.entity.Picture
-
Padding
- setPaddingBottom(int) - 类 中的方法org.ttzero.excel.entity.Picture
-
Padding Bottom
- setPaddingLeft(int) - 类 中的方法org.ttzero.excel.entity.Picture
-
Padding Left
- setPaddingRight(int) - 类 中的方法org.ttzero.excel.entity.Picture
-
Padding Right
- setPaddingTop(int) - 类 中的方法org.ttzero.excel.entity.Picture
-
Padding Top
- setPartName(String) - 类 中的方法org.ttzero.excel.entity.e7.ContentType.Override
-
- setPath(Path) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setPath(String) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Setting the worksheet xml path
- setPatternType(PatternType) - 类 中的方法org.ttzero.excel.entity.style.Fill
-
- setPrefix(String) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
设置占位符前缀,默认前缀为$ģ
- setPresetCamera(Enums.PresetCamera) - 类 中的方法org.ttzero.excel.drawing.Camera
-
- setProcessor(ConversionProcessor) - 类 中的方法org.ttzero.excel.entity.Column
-
设置输出转换器,通常用于动态转换状态值或枚举值为文本
- setPrst(Enums.PresetBevel) - 类 中的方法org.ttzero.excel.drawing.Bevel
-
- setReflection(Reflection) - 类 中的方法org.ttzero.excel.drawing.Effect
-
- setResultSet(ResultSet) - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
-
设置数据源ResultSet
- setRevision(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setRevolution(double) - 类 中的方法org.ttzero.excel.drawing.Camera
-
- setRevolution(double) - 类 中的方法org.ttzero.excel.drawing.LightRig
-
- setRig(Enums.Rig) - 类 中的方法org.ttzero.excel.drawing.LightRig
-
- setRotWithShape(int) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setRow(int) - 类 中的方法org.ttzero.excel.entity.Panes
-
- setRowHeight(double) - 类 中的方法org.ttzero.excel.entity.Sheet
-
设置数据行高,未指定或负数时默认行高为13.5
- setScaleCrop(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
-
- setScene3D(Scene3D) - 类 中的方法org.ttzero.excel.drawing.Effect
-
- setScheme(String) - 类 中的方法org.ttzero.excel.entity.style.Font
-
设置此字体所属的字体方案,有三种可能的取值"none","major"和"minor"
注意:字体是全局共享的所以修改属性前需要先复制字体
- setShade(int) - 类 中的方法org.ttzero.excel.drawing.Fill.SolidFill
-
- setShadow(Shadow) - 类 中的方法org.ttzero.excel.drawing.Effect
-
- setShape3D(Shape3D) - 类 中的方法org.ttzero.excel.drawing.Effect
-
- setShare(boolean) - 类 中的方法org.ttzero.excel.entity.Column
-
设置共享字符串标记,当此标记为true时单元格的字符串将独立保存在共享区
- setSharedDoc(boolean) - 类 中的方法org.ttzero.excel.manager.docProps.App
-
- setSharedStrings(SharedStrings) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Setting the Shared String Table
- setSheetWriter(IWorksheetWriter) - 类 中的方法org.ttzero.excel.entity.Sheet
-
- 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
-
- setStartCoordinate(String) - 类 中的方法org.ttzero.excel.entity.Sheet
-
指定起始坐标
- setStartCoordinate(String, boolean) - 类 中的方法org.ttzero.excel.entity.Sheet
-
指定起始坐标
- setStartCoordinate(int) - 类 中的方法org.ttzero.excel.entity.Sheet
-
指定起始行,行号必须大于0
- setStartCoordinate(int, boolean) - 类 中的方法org.ttzero.excel.entity.Sheet
-
指定起始行,行号必须大于0
- setStartCoordinate(int, int) - 类 中的方法org.ttzero.excel.entity.Sheet
-
指定起始行号和列号,行号必须大于0
- setStartCoordinate(int, int, boolean) - 类 中的方法org.ttzero.excel.entity.Sheet
-
指定起始行号和列号,行号必须大于0
默认情况下左上角一定是A1,如果scrollToVisibleArea=true则打开文件时StartRowIndex
将会显示在窗口的第一行
- setStartRowIndex(int) - 类 中的方法org.ttzero.excel.entity.Sheet
-
- setStartRowIndex(int, boolean) - 类 中的方法org.ttzero.excel.entity.Sheet
-
- setStatement(PreparedStatement) - 类 中的方法org.ttzero.excel.entity.StatementSheet
-
设置数据源PreparedStatement
- setString(String) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setStyle(int) - 类 中的方法org.ttzero.excel.entity.style.Font
-
- setStyleDesign(T, Cell, Column, StyleProcessor<T>) - 类 中的方法org.ttzero.excel.entity.csv.CSVCellValueAndStyle
-
Setting all cell style of the specified row
- setStyleDesign(T, Cell, Column, StyleProcessor<T>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
-
行级样式转换器,它的优先级最高
- setStyleProcessor(StyleProcessor) - 类 中的方法org.ttzero.excel.entity.Column
-
设置动态样式转换器,通常用于高亮显示单元格起提醒作用
- setStyleProcessor(StyleProcessor<T>) - 类 中的方法org.ttzero.excel.entity.ListSheet
-
设置行级动态样式处理器,作用于整行优先级高于单元格动态样式处理器
- setStyleProcessor(StyleProcessor<ResultSet>) - 类 中的方法org.ttzero.excel.entity.ResultSetSheet
-
设置行级动态样式处理器,作用于整行优先级高于单元格动态样式处理器
- setStyles(Styles) - 类 中的方法org.ttzero.excel.entity.Workbook
-
- setStyles(Styles) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- setSubject(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setSuffix(String) - 类 中的方法org.ttzero.excel.entity.TemplateSheet
-
设置占位符后缀,默认后缀为ĥ
- setSx(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setSy(double) - 类 中的方法org.ttzero.excel.drawing.Shadow
-
- setT(char) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setTarget(String) - 类 中的方法org.ttzero.excel.entity.Relationship
-
- setTargetMode(String) - 类 中的方法org.ttzero.excel.entity.Relationship
-
- setTime(double) - 类 中的方法org.ttzero.excel.reader.Cell
-
- setTitle(String) - 类 中的方法org.ttzero.excel.entity.Comment
-
- setTitle(String, Font) - 类 中的方法org.ttzero.excel.entity.Comment
-
- setTitle(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setTitleFont(Font) - 类 中的方法org.ttzero.excel.entity.Comment
-
- setTitlePards(List<String>) - 类 中的方法org.ttzero.excel.manager.docProps.App
-
- setType(String) - 类 中的方法org.ttzero.excel.entity.Relationship
-
- setValue(String) - 类 中的方法org.ttzero.excel.entity.Comment
-
- setValue(String, Font) - 类 中的方法org.ttzero.excel.entity.Comment
-
- setValueFont(Font) - 类 中的方法org.ttzero.excel.entity.Comment
-
- setVersion(String) - 类 中的方法org.ttzero.excel.manager.docProps.Core
-
- setVertical(int) - 类 中的方法org.ttzero.excel.entity.Column
-
设置当前列统一“垂直对齐”样式
- setWatermark(Watermark) - 类 中的方法org.ttzero.excel.entity.Sheet
-
设置水印,优先级高于Workbook中的全局水印
- setWaterMark(Watermark) - 类 中的方法org.ttzero.excel.entity.Sheet
-
已过时。
- setWatermark(Watermark) - 类 中的方法org.ttzero.excel.entity.Workbook
-
- setWaterMark(Watermark) - 类 中的方法org.ttzero.excel.entity.Workbook
-
- setWidth(double) - 类 中的方法org.ttzero.excel.drawing.Bevel
-
- setWidth(double) - 类 中的方法org.ttzero.excel.drawing.Outline
-
- setWidth(double) - 类 中的方法org.ttzero.excel.entity.Column
-
设置列宽,当该列同时标记为“自适应列宽”时最终的列宽取两者中的较小值,当列宽设置为0时效果与隐藏相同
- setWidth(Double) - 类 中的方法org.ttzero.excel.entity.Comment
-
- setWorkbook(Workbook) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
- setWorkbook(Workbook) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
Setting workbook
- setWorkbook(Workbook) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
-
设置工作薄
- setWorkbook(Workbook) - 类 中的方法org.ttzero.excel.entity.Sheet
-
- setWorkbookWriter(IWorkbookWriter) - 类 中的方法org.ttzero.excel.entity.Workbook
-
设置自定义工作薄输出协议
- setWorksheet(Sheet) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- setWorksheet(Sheet) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Rest worksheet
- setWorksheet(Sheet) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
-
设置工作表
- setWrapText(boolean) - 类 中的方法org.ttzero.excel.entity.Column
-
设置“自动折行”
折行触发条件:一是当长度超过列宽时折行,二是包含回车符时折行
- setZebraLine(Fill) - 类 中的方法org.ttzero.excel.entity.Sheet
-
设置斑马线填充样式,为了不影响正常阅读建议使用浅色,默认无斑马线
- setZebraLine(Fill) - 类 中的方法org.ttzero.excel.entity.Workbook
-
设置斑马线背景,斑马线是由相同间隔的背景色造成的视觉效果,有助于从视觉上区分每行数据,
但刺眼的背景色可能造成相反的效果,设置之前最好在Office中提前预览效果
- setZipEntry(ZipEntry) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Setting the worksheet zip entry
- setZipFile(ZipFile) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
Setting the source zip file
- setZoom(int) - 类 中的方法org.ttzero.excel.drawing.Camera
-
- shade - 类 中的变量org.ttzero.excel.drawing.Fill.SolidFill
-
- shadow - 类 中的变量org.ttzero.excel.drawing.Effect
-
- Shadow - org.ttzero.excel.drawing中的类
-
Adds shading at various possible angles to create an effect of depth.
- Shadow() - 类 的构造器org.ttzero.excel.drawing.Shadow
-
- shape3D - 类 中的变量org.ttzero.excel.drawing.Effect
-
- Shape3D - org.ttzero.excel.drawing中的类
-
- Shape3D() - 类 的构造器org.ttzero.excel.drawing.Shape3D
-
- SHARED_STRING - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- sharedCalc - 类 中的变量org.ttzero.excel.reader.Row
-
- sharedIterator() - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
-
Read csv format file.
- SharedRowsIterator() - 类 的构造器org.ttzero.excel.util.CSVUtil.SharedRowsIterator
-
- sharedStream() - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
-
Read csv format file.
- sharedStream(char) - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
-
Read csv format file.
- SHAREDSTRING - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- SharedStrings - org.ttzero.excel.entity中的类
-
A workbook collects the strings of all text cells in a global list,
the Shared String Table.
- SharedStrings() - 类 的构造器org.ttzero.excel.entity.SharedStrings
-
- SharedStrings - org.ttzero.excel.reader中的类
-
Read sharedString data
This record contains a list of all strings used anywhere in the workbook.
- SharedStrings(String[]) - 类 的构造器org.ttzero.excel.reader.SharedStrings
-
Constructs a SharedStrings containing the elements of the
specified data array
- SharedStrings(InputStream, int, int) - 类 的构造器org.ttzero.excel.reader.SharedStrings
-
- SharedStrings(IndexSharedStringTable, int, int) - 类 的构造器org.ttzero.excel.reader.SharedStrings
-
- SharedStringTable - org.ttzero.excel.entity中的类
-
- SharedStringTable() - 类 的构造器org.ttzero.excel.entity.SharedStringTable
-
Create a temp file to storage shared strings
- SharedStringTable(Path) - 类 的构造器org.ttzero.excel.entity.SharedStringTable
-
Constructor a SharedStringTable with a exists file
- sheet - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- sheet - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- Sheet - org.ttzero.excel.entity中的类
-
工作表Worksheet是Excel最重要的组件,在Excel看见的所有内容都是由Worksheet工作表呈现。
- Sheet() - 类 的构造器org.ttzero.excel.entity.Sheet
-
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
- Sheet(String) - 类 的构造器org.ttzero.excel.entity.Sheet
-
实例化工作表并指定工作表名称
- Sheet(Column...) - 类 的构造器org.ttzero.excel.entity.Sheet
-
实例化工作表并指定表头信息
- Sheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.Sheet
-
实例化工作表并指定工作表名称和表头信息
- Sheet(String, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.Sheet
-
- SHEET - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- SHEET - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- sheet - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
-
- sheet(int) - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
获取指定位置的工作表,此方法默认load工作表所以外部无需再次调用load方法
- sheet(String) - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
获取指定名称的工作表,此方法默认load工作表所以外部无需再次调用load方法
- Sheet - org.ttzero.excel.reader中的接口
-
用于读的工作表,为了性能本工具将读和写分开设计它们具有完全不同的方法,
读取数据时可以通过
Sheet.header(int)方法指定表头位置,多行表头时可以指定一个起始行和结束行
来匹配,它将以
行1:行2...行n拼按的形式做为Key
- sheetDataReady - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- sheetFactory() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
通过OPTION创建相应工作表
- sheets - 类 中的变量org.ttzero.excel.reader.ExcelReader
-
- sheets() - 类 中的方法org.ttzero.excel.reader.ExcelReader
-
返回一个工作表的流,它将按顺序解析当前excel包含所有工作表(含隐藏工作表),
此方法默认load工作表所以外部无需再次调用load方法
- sheetWriter - 类 中的变量org.ttzero.excel.entity.Sheet
-
工作表输出协议
- SHIFTJIS - 类 中的静态变量org.ttzero.excel.entity.style.Charset
-
128 日文字符集
- shotName - 枚举 中的变量org.ttzero.excel.drawing.Enums.Angle
-
- shotName - 枚举 中的变量org.ttzero.excel.drawing.Enums.Cap
-
- shotName - 枚举 中的变量org.ttzero.excel.drawing.Enums.CompoundType
-
- shouldClean - 类 中的变量org.ttzero.excel.entity.CSVSheet
-
是否需要清理临时资源,实例化时如果传入InputStream或Reader时会先将数据保存到临时文件
然后创建迭代器逐行读取数据,这个过程产生的临时文件会在关闭工作表时被一起清理
- shouldClose - 类 中的变量org.ttzero.excel.entity.Sheet
-
标记是否需要关闭,自动分页情况下最后一个worksheet页需要关闭资源,因为所有的数据都是从最原始
的工作表获取,所以只有写完数据之后才能关闭。
- shouldDelete - 类 中的变量org.ttzero.excel.entity.SharedStringTable
-
Delete the temp file if close buffer
- show() - 类 中的方法org.ttzero.excel.entity.Column
-
标记当前列可见(默认可见)
- showErrorMessage - 类 中的变量org.ttzero.excel.validation.Validation
-
显示提示信息
- showGridLines - 类 中的变量org.ttzero.excel.entity.Sheet
-
是否显示"网格线",默认显示
- showGridLines() - 类 中的方法org.ttzero.excel.entity.Sheet
-
设置显示“网格线”
- showInputMessage - 类 中的变量org.ttzero.excel.validation.Validation
-
显示下拉框
- si - 类 中的变量org.ttzero.excel.reader.Cell
-
Shared calc id
- Signature(String, String) - 类 的构造器org.ttzero.excel.util.FileSignatures.Signature
-
- Signature(String, String, int, int) - 类 的构造器org.ttzero.excel.util.FileSignatures.Signature
-
- SimpleSheet<T> - org.ttzero.excel.entity中的类
-
简单工作表,它的简单之处在于只需要指定单元格的值即可输出,不需要再定义对象也不受@ExcelColumn注解影响
例如Arrays.asList(1, 2, 3)则会将数字1,2,3输出到第一行的A,B,C三列。
- SimpleSheet() - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
- SimpleSheet(String) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
实例化工作表并指定工作表名称
- SimpleSheet(Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
实例化工作表并指定表头信息
- SimpleSheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
实例化工作表并指定工作表名称和表头信息
- SimpleSheet(String, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
- SimpleSheet(List<T>) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
实例化工作表并指定初始数据
- SimpleSheet(String, List<T>) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
实例化工作表并指定工作表名称和初始数据
- SimpleSheet(List<T>, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
实例化工作表并指定初始数据和表头
- SimpleSheet(String, List<T>, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
实例化工作表并指定工作表名称、初始数据和表头
- SimpleSheet(List<T>, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
- SimpleSheet(String, List<T>, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.SimpleSheet
-
- simpleTestLength(String) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- size - 类 中的变量org.ttzero.excel.drawing.Reflection
-
Specifies shadow size (0-100)
- size - 类 中的变量org.ttzero.excel.drawing.Shadow
-
Specifies shadow size (1-200)
The effect of size is equivalent to sx+sy,
for example, size=100 is equivalent to sx=100 and sy=100
NOTE: sx and sy have higher priority than size
- size - 类 中的变量org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
- size() - 类 中的方法org.ttzero.excel.entity.EmptySheet
-
Returns total rows in this worksheet
- size - 类 中的变量org.ttzero.excel.entity.Picture
-
Size
- size() - 类 中的方法org.ttzero.excel.entity.SharedStringTable
-
Returns the cache size
- size() - 类 中的方法org.ttzero.excel.entity.Sheet
-
- size() - 类 中的方法org.ttzero.excel.entity.style.Styles
-
Returns the number of styles
- size - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
-
当option为3/4的时候,size表示已拉取数据大小
- size() - 类 中的方法org.ttzero.excel.manager.RelManager
-
- size() - 接口 中的方法org.ttzero.excel.reader.Cache
-
Returns the number of key-value mappings in this cache.
- size() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
-
Returns the number of key-value mappings in this cache.
- size() - 类 中的方法org.ttzero.excel.reader.Grid.FastGrid
-
- size() - 类 中的方法org.ttzero.excel.reader.Grid.FractureGrid
-
- size() - 类 中的方法org.ttzero.excel.reader.Grid.IndexGrid
-
- size() - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
-
- size() - 接口 中的方法org.ttzero.excel.reader.Grid.Scanner
-
- size() - 接口 中的方法org.ttzero.excel.reader.Grid
-
Returns count of merged cells
- size() - 类 中的方法org.ttzero.excel.reader.SharedStrings
-
- skip(long) - 类 中的方法org.ttzero.excel.entity.SharedStringTable
-
Jump to the specified position, the actual moving position
will be increased by 4, the header contains an integer value.
- softEdges - 类 中的变量org.ttzero.excel.drawing.Effect
-
Soft Edges (0-100)
Fades the existing edge of your image to the degree you specify.
- SolidFill() - 类 的构造器org.ttzero.excel.drawing.Fill.SolidFill
-
- sortColumns(Column[]) - 类 中的方法org.ttzero.excel.entity.Sheet
-
列排序,首先会根据用户指定的colIndex进行一次排序,未指定colIndex的列排在最后,
然后将尾部没有colIndex的列插入到数组前方不连续的空白位,如果有重复的colIndex则按
列在当前数组中的顺序依次排序
示例:现有A:1,B,C:4,D,E五列,其中A的colIndex=1,C的colIndex=4
第一轮按colIndex排序后结果为 => A:1,C:4,B,D,E
第二轮将尾部没有colIndex的BDE列插入到前方空白位,A在第1列它前方可以插入B,
A:1和C:4之间有2,3两个空白位,将DE分别插入到2,3位,现在结果为 => B:0,A:1,D:2,E:3,C:4
- SQLColumn(String, int, Class<?>) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet.SQLColumn
-
- SQLColumn(Column) - 类 的构造器org.ttzero.excel.entity.ResultSetSheet.SQLColumn
-
- sqlType - 类 中的变量org.ttzero.excel.entity.ResultSetSheet.SQLColumn
-
- sqref - 类 中的变量org.ttzero.excel.validation.Validation
-
作用范围
- srcUrl - 类 中的变量org.ttzero.excel.reader.Drawings.Picture
-
如果是网络图片,则此属性保留网络图片的原始链接
- sRow - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- sst - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- SST - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- sst - 类 中的变量org.ttzero.excel.reader.Row
-
The Shared String Table
- sst - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
The Shared String Table
- start - 类 中的变量org.ttzero.excel.entity.ListSheet
-
控制读取开始和结束下标
- startCoordinate - 类 中的变量org.ttzero.excel.entity.Sheet
-
指定起始行列,高48位保存Row,低16位保存Col(zero base)
- startHeaderRow - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- startRow - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- startRow(int, int, Double) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write begin of row
- startRow(Row) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
写行的起始属性
- startRow - 类 中的变量org.ttzero.excel.reader.XMLRow
-
- startRow - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- StatementSheet - org.ttzero.excel.entity中的类
-
StatementSheet的数据源为
ResultSet,它也是
ResultSetSheet的子类,
用于将数据库的数据导出到Excel,它并不限制数据库类型,只需实现jdbc协议即可,使用
StatementSheet
可以避免将查询结果转为Java实体。
- StatementSheet() - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表,未指定工作表名称时默认以'Sheet'+id命名
- StatementSheet(String) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表并指定工作表名称
- StatementSheet(Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表并指定表头信息
- StatementSheet(String, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表并指定工作表名称和表头信息
- StatementSheet(String, Watermark, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
- StatementSheet(Connection, String) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表
- StatementSheet(String, Connection, String) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表并指定工作表名
- StatementSheet(Connection, String, ParamProcessor) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表并指定工作表名
- StatementSheet(String, Connection, String, ParamProcessor) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表并指定工作表名
- StatementSheet(Connection, String, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表并指定工作表名
- StatementSheet(String, Connection, String, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表并指定工作表名
- StatementSheet(Connection, String, ParamProcessor, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表并指定工作表名
- StatementSheet(String, Connection, String, ParamProcessor, Column...) - 类 的构造器org.ttzero.excel.entity.StatementSheet
-
实例化工作表并指定工作表名
- Storable - org.ttzero.excel.entity中的接口
-
持久化公共接口,默认落盘处理
- stream(Class<T>) - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
-
Read csv format file.
- stream() - 类 中的方法org.ttzero.excel.util.CSVUtil.Reader
-
Read csv format file.
- STRIKE - 类 中的静态变量org.ttzero.excel.entity.style.Font.Style
-
删除线
- strikeThru() - 类 中的方法org.ttzero.excel.entity.style.Font
-
添加“删除线”样式
注意:字体是全局共享的所以修改属性前需要先复制字体
- stringSize(int) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
-
- stringSize(long) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
-
- StringUtil - org.ttzero.excel.util中的类
-
字符串工具类,提供一些简单的静态方法
- stringV1() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
-
- stringV2() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
-
- stringVal - 类 中的变量org.ttzero.excel.reader.Cell
-
String value
- stringWidth(String, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
计算文本在单元格的宽度,参考
SwingUtilities2.stringWidth(javax.swing.JComponent, java.awt.FontMetrics, java.lang.String)
Java的
FontMetrics计算中文字符有个问题,对于绝大多数英文字体计算出来的中文字符宽度都不准,
在英文字体中显示的中文字体可能会默认显示"宋体",默认字体与地区和操作系统相关这里只取简体中文的临近值约为字体大小,
英文字符计算比较复杂每种字体显示的宽度差异很大,有较窄的字符
'i','l',':'也有较宽的字符
'X','E','G',’%',‘@’,
对于英文字符统一使用
FontMetrics计算。
- style - 类 中的变量org.ttzero.excel.entity.Comment
-
Styles
- style - 类 中的变量org.ttzero.excel.entity.Comments.C
-
- 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中的注释类型
-
动态样式处理器
动态样式是指根据行数据为每个单元格或整行设置不同样式,这个功能可以极大丰富文件的可读性和多样性.
- styleIndex - 类 中的变量org.ttzero.excel.reader.Col
-
样式索引
- styleMap - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
样式映射,缓存源样式索引映射到目标样式索引
- styleProcessor - 类 中的变量org.ttzero.excel.entity.Column
-
动态样式转换器,可根据单元格的值动态设置单元格或整行样式,通常用于高亮显示某些需要重视的行或单元格
- styleProcessor - 类 中的变量org.ttzero.excel.entity.ListSheet
-
行级动态样式处理器
- StyleProcessor<T> - org.ttzero.excel.processor中的接口
-
动态样式处理器,根据行数据动态修改样式,可以非常简单的实现高亮效果,
对于预警类型的导出尤为实用。
- StyleProcessor.None - org.ttzero.excel.processor中的类
-
无动态样式,默认
- styles - 类 中的变量org.ttzero.excel.entity.Column
-
全局样式对象
- styles - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
全局样式,为工作表的一个指针
- Styles - org.ttzero.excel.entity.style中的类
-
- styles - 类 中的变量org.ttzero.excel.reader.ExcelReader
-
全局的样式管理器
- styles - 类 中的变量org.ttzero.excel.reader.Row
-
The global styles
- styles - 类 中的变量org.ttzero.excel.reader.XMLSheet
-
- SubBorder(BorderStyle, Color) - 类 的构造器org.ttzero.excel.entity.style.Border.SubBorder
-
- subColumnSize() - 类 中的方法org.ttzero.excel.entity.Column
-
获取表头行数,单表头返回1,多表头时返回表头行数
- subElement(char[], int, int) - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- suffix - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
占位符前缀和后缀
- supplier - 类 中的变量org.ttzero.excel.entity.TemplateSheet.ValueWrapper
-
- supplier - 类 中的变量org.ttzero.excel.reader.RowSetIterator
-
- swap(String[], int, int) - 类 中的静态方法org.ttzero.excel.util.StringUtil
-
交换数组中的值,交换是强制的它并不会检查下标的范围,外部最好不要使用
- sx - 类 中的变量org.ttzero.excel.drawing.Shadow
-
Specifies the horizontal scaling factor (as a percentage).
- sy - 类 中的变量org.ttzero.excel.drawing.Shadow
-
Specifies the vertical scaling factor (as a percentage).
- SYMBOL - 类 中的静态变量org.ttzero.excel.entity.style.Charset
-
2 符号字符集
- t - 类 中的变量org.ttzero.excel.entity.Comments.R
-
- t - 类 中的变量org.ttzero.excel.reader.Cell
-
Value type
n=numeric
s=string
b=boolean
f=function string
r=inlineStr
l=long
d=double
- t - 类 中的变量org.ttzero.excel.reader.HeaderRow
-
- tableSizeFor(int) - 类 中的静态方法org.ttzero.excel.reader.SharedStrings
-
Returns a power of two size for the given target capacity.
- tag - 类 中的变量org.ttzero.excel.entity.style.Theme.ClrScheme
-
- tail - 类 中的变量org.ttzero.excel.entity.Column
-
多行表头中指向最后一个Column
- tClazz - 类 中的变量org.ttzero.excel.entity.ListSheet
-
泛型<T>的实际类型
- tempDir - 类 中的变量org.ttzero.excel.reader.ExcelReader
-
临时文件路径,读文件过程中产生的临时文件
- templatePath - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
模板路径
- TemplateSheet - org.ttzero.excel.entity中的类
-
模板工作表,它支持指定一个已有的Excel文件作为模板导出,TemplateSheet将复制模板工作表的样式并替换占位符,
同时TemplateSheet也可以和其它Worksheet混用,这意味着可以添加多个模板工作表和普通工作表。
- TemplateSheet(Path) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表,默认以第一个工作表做为模板
- TemplateSheet(String, Path) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表,默认以第一个工作表做为模板
- TemplateSheet(Path, int) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表并指定模板工作表索引,如果指定索引超过模板Excel中包含的工作表数量则抛异常
- TemplateSheet(String, Path, int) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表并指定模板工作表索引,如果指定索引超过模板Excel中包含的工作表数量则抛异常
- TemplateSheet(Path, String) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表并指定模板工作表名,如果指定源工作表不存在则抛异常
- TemplateSheet(String, Path, String) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表并指定模板工作表名,如果指定源工作表不存在则抛异常
- TemplateSheet(InputStream) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表,默认以第一个工作表做为模板
- TemplateSheet(String, InputStream) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表,默认以第一个工作表做为模板
- TemplateSheet(InputStream, int) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表并指定模板工作表索引,如果指定索引超过模板Excel中包含的工作表数量则抛异常
- TemplateSheet(InputStream, String) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表并指定模板工作表名,如果指定源工作表不存在则抛异常
- TemplateSheet(String, InputStream, int) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表并指定模板工作表索引,如果指定索引超过模板Excel中包含的工作表数量则抛异常
- TemplateSheet(String, InputStream, String) - 类 的构造器org.ttzero.excel.entity.TemplateSheet
-
实例化模板工作表并指定模板工作表名,如果指定源工作表不存在则抛异常
- TemplateSheet.CommitRowSetIterator - org.ttzero.excel.entity中的类
-
- TemplateSheet.Node - org.ttzero.excel.entity中的类
-
单元格预处理节点
- TemplateSheet.PreCell - org.ttzero.excel.entity中的类
-
预处理单元格
- TemplateSheet.ValueWrapper - org.ttzero.excel.entity中的类
-
填充对象
- templateStream - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
模板流
- test(int, int) - 类 中的方法org.ttzero.excel.reader.Grid.FastGrid
-
- test(int, int) - 类 中的方法org.ttzero.excel.reader.Grid.FractureGrid
-
- test(int, int) - 类 中的方法org.ttzero.excel.reader.Grid.IndexGrid
-
- test(int, int) - 接口 中的方法org.ttzero.excel.reader.Grid
-
- test(Path) - 类 中的静态方法org.ttzero.excel.util.FileSignatures
-
简单测试资源签名
- test(ByteBuffer) - 类 中的静态方法org.ttzero.excel.util.FileSignatures
-
简单测试资源签名
- testCodeIsDate(String) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
- testNumberType(char[], int, int) - 类 中的静态方法org.ttzero.excel.reader.Row
-
- testValueType(Object) - 类 中的静态方法org.ttzero.excel.manager.docProps.CustomProperties
-
检查属性值的类型
- TextLengthValidation - org.ttzero.excel.validation中的类
-
文本长度验证
- TextLengthValidation() - 类 的构造器org.ttzero.excel.validation.TextLengthValidation
-
- THAI - 类 中的静态变量org.ttzero.excel.entity.style.Charset
-
222 泰国字符集
- Theme - org.ttzero.excel.entity.style中的类
-
Theme style
NOTE: Only read the theme color current
- Theme() - 类 的构造器org.ttzero.excel.entity.style.Theme
-
- THEME - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- THEME - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- Theme.ClrScheme - org.ttzero.excel.entity.style中的类
-
- themeColors - 类 中的静态变量org.ttzero.excel.entity.style.ColorIndex
-
Defined 12 base theme color
- tiff(ByteBuffer) - 类 中的静态方法org.ttzero.excel.util.FileSignatures
-
- TIME - 类 中的静态变量org.ttzero.excel.reader.Cell
-
- TIME_FORMAT - 类 中的静态变量org.ttzero.excel.entity.style.NumFmt
-
Format as yyyy-mm-dd hh:mm:ss
- timeToString(long) - 类 中的静态方法org.ttzero.excel.util.StringUtil
-
毫秒时间转字符串,通常用于格式化某段代码的耗时, 如:1h:3s or 4m:1s
- TimeValidation - org.ttzero.excel.validation中的类
-
时间验证,限定起始和结束时间范围
- TimeValidation() - 类 的构造器org.ttzero.excel.validation.TimeValidation
-
- title - 类 中的变量org.ttzero.excel.entity.Comment
-
标题,加粗显示
- titleFont - 类 中的变量org.ttzero.excel.entity.Comment
-
指定批注字体
- to(Class<T>) - 类 中的方法org.ttzero.excel.reader.Row
-
将行数据转为指定对象<T>,待转换的对象必须包含无参的构建函数且待接收的字段使用
ExcelColumn注解,
如果未指定表头时则以当前行为表头此时
to方法会返回一个
null对象,外部需要过滤非
null对象否则会抛NPE异常。
- to - 异常错误 中的变量org.ttzero.excel.reader.TypeCastException
-
目标转换类型
- to - 类 中的变量org.ttzero.excel.reader.XMLRow
-
- toARGB(Color) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
-
to argb string
- toARGB(int) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
-
- toArray() - 类 中的方法org.ttzero.excel.entity.Column
-
多表头时将链表转为数组
- toAwtFont() - 类 中的方法org.ttzero.excel.entity.style.Font
-
- toCamelCase(String) - 类 中的静态方法org.ttzero.excel.util.StringUtil
-
将字符串转为驼峰风格,仅支持将下划线'_'风格转驼峰风格,内部不检查参数是否为null请谨慎使用
转换前 | 转换后
------------+------------
GOODS_NAME | goodsName
NAME | name
goods__name | goodsName
_goods__name| _goodsName
- toCellIndex(char[], int, int) - 类 中的静态方法org.ttzero.excel.reader.Row
-
Convert to column index
- toChars(int) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
-
- toChars(long) - 类 中的静态方法org.ttzero.excel.util.ExtBufferedWriter
-
- toCol - 类 中的变量org.ttzero.excel.entity.Picture
-
Axis (one base)
- toColor(String) - 类 中的静态方法org.ttzero.excel.entity.style.Styles
-
Converts a String to an integer and returns the
specified opaque Color.
- toColumnLetter() - 异常错误 中的方法org.ttzero.excel.reader.TypeCastException
-
- toCoordinate(int, int) - 类 中的静态方法org.ttzero.excel.entity.Sheet
-
将行列坐标转换为 Excel 样式的单元格地址
- toDate(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
Excel07时间转为java.util.Date
- toDate(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
Excel07时间转为java.util.Date
- toDate(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
时间字符串转时间,最少需要包含yyyy-MM-dd
- toDateString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将日期date格式化为yyyy-MM-dd
- toDateTimeString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将日期date格式化为yyyy-MM-dd HH:mm:ss
- toDateTimeValue(Timestamp) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将Timestamp转为距1900-1-1相差的值,精准到秒
- toDateTimeValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将Date转为距1900-1-1相差的值,精准到秒
- toDateTimeValue(LocalDateTime) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将LocalDateTime转为距1900-1-1相差的值,精准到秒
- toDateValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将Date转为距1900-1-1相差的天数,精准到天
- toDateValue(LocalDate) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将LocalDate转为距1900-1-1相差的天数,精准到天
- today() - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
获取当日yyyy-MM-dd字符串
- toDom(Element) - 类 中的方法org.ttzero.excel.entity.style.Border
-
- toDom(Element) - 类 中的方法org.ttzero.excel.entity.style.Fill
-
- toDom(Element) - 类 中的方法org.ttzero.excel.entity.style.Font
-
输出为dom树
- toDom(Element) - 类 中的方法org.ttzero.excel.entity.style.NumFmt
-
- toLocalDate(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
Excel07时间转为java.time.LocalDate
- toLocalDateTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
Excel07时间转为java.time.LocalDateTime
- toLocalTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
Excel07时间转为java.time.LocalTime
- toLocalTime(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
时间字符串转时间,字符串格式必须为HH:mm:ss
- toLong(char[], int, int) - 类 中的静态方法org.ttzero.excel.reader.XMLRow
-
- toMap() - 类 中的方法org.ttzero.excel.reader.Row
-
- toMarkdownString() - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- too(Class<T>) - 类 中的方法org.ttzero.excel.reader.Row
-
- TooManyColumnsException - org.ttzero.excel.entity中的异常错误
-
列超过限制时抛此异常,xlsx文件中的最大列数为16_384
- TooManyColumnsException() - 异常错误 的构造器org.ttzero.excel.entity.TooManyColumnsException
-
- TooManyColumnsException(int, int) - 异常错误 的构造器org.ttzero.excel.entity.TooManyColumnsException
-
- TooManyColumnsException(String) - 异常错误 的构造器org.ttzero.excel.entity.TooManyColumnsException
-
- TOP - 类 中的静态变量org.ttzero.excel.entity.style.Verticals
-
- TopNS - org.ttzero.excel.manager中的注释类型
-
Top namespace
- toR(String, boolean, Font) - 类 中的方法org.ttzero.excel.entity.Comments
-
- toReferer() - 类 中的方法org.ttzero.excel.reader.Dimension
-
转为引用字符串
- toRGB(Color) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
-
to rgb string
- toRGB(int) - 类 中的静态方法org.ttzero.excel.entity.style.ColorIndex
-
- toRow - 类 中的变量org.ttzero.excel.entity.Picture
-
Axis (one base)
- toString() - 类 中的方法org.ttzero.excel.entity.Comments.C
-
- toString() - 类 中的方法org.ttzero.excel.entity.Comments.Pr
-
- toString() - 类 中的方法org.ttzero.excel.entity.Comments.R
-
- toString() - 类 中的方法org.ttzero.excel.entity.style.Border
-
- toString() - 类 中的方法org.ttzero.excel.entity.style.BuildInColor
-
- toString() - 类 中的方法org.ttzero.excel.entity.style.Fill
-
- toString() - 类 中的方法org.ttzero.excel.entity.style.Font
-
- toString() - 类 中的方法org.ttzero.excel.entity.style.NumFmt
-
- toString() - 类 中的方法org.ttzero.excel.entity.style.Theme.ClrScheme
-
- toString() - 类 中的方法org.ttzero.excel.entity.TemplateSheet.Node
-
- toString() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
-
- toString() - 类 中的方法org.ttzero.excel.reader.AppInfo
-
- toString() - 类 中的方法org.ttzero.excel.reader.Col
-
- toString() - 类 中的方法org.ttzero.excel.reader.Dimension
-
- toString() - 类 中的方法org.ttzero.excel.reader.Drawings.Picture
-
- toString() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache.E
-
- toString() - 类 中的方法org.ttzero.excel.reader.FixSizeLRUCache
-
- toString() - 类 中的方法org.ttzero.excel.reader.Grid.FastGrid
-
- toString() - 类 中的方法org.ttzero.excel.reader.Grid.FractureGrid
-
- toString() - 类 中的方法org.ttzero.excel.reader.Grid.IndexGrid
-
- toString() - 类 中的方法org.ttzero.excel.reader.Grid.LinkedScanner
-
- toString() - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- toString() - 类 中的方法org.ttzero.excel.reader.PreCalc
-
- toString() - 类 中的方法org.ttzero.excel.reader.Row
-
- toString() - 类 中的方法org.ttzero.excel.reader.SharedStrings
-
- toString() - 类 中的方法org.ttzero.excel.reader.XMLSheet
-
- toString() - 类 中的方法org.ttzero.excel.util.FileSignatures.Signature
-
- toString() - 类 中的方法org.ttzero.excel.validation.Validation
-
- totalRows - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- toTime(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
Excel07时间转为java.sql.Time
- toTime(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
时间字符串转时间,字符串格式必须为HH:mm:ss
- toTimeChars(LocalTime) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将给定的 LocalTime 对象转换为指定格式的字符数组
注意:内部使用,外部勿用
- toTimestamp(double) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
Excel07时间转为java.sql.Timestamp
- toTimestamp(int) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
Excel07时间转为java.sql.Timestamp
- toTimestamp(String) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
时间字符串转时间,最少需要包含yyyy-MM-dd
- toTimeString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将日期date格式化为HH:mm:ss
- toTimeValue(Timestamp) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
取Timestamp的时分秒转时分秒在一天的比值second-of-day
- toTimeValue(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
取Date的时分秒转为时分秒在一天的比值second-of-day
- toTimeValue(Time) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将java.sql.Time转为时分秒在一天的比值second-of-day
- toTimeValue(LocalTime) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将java.sql.Time转为时分秒在一天的比值second-of-day
- toTString(Date) - 类 中的静态方法org.ttzero.excel.util.DateUtil
-
将日期date格式化为yyyy-MM-dd'T'HH:mm:ss'Z'
- toWritablePicture(Drawings.Picture) - 类 中的静态方法org.ttzero.excel.entity.TemplateSheet
-
将图片转为导出格式
- toZipPath(String) - 类 中的静态方法org.ttzero.excel.reader.ExcelReader
-
将string转换为zip允许的路径,将相对路径的前缀去掉
- Tuple2<V1,V2> - org.ttzero.excel.manager.docProps中的类
-
- Tuple2(V1, V2) - 类 的构造器org.ttzero.excel.manager.docProps.Tuple2
-
- Tuple2Validation<V1,V2> - org.ttzero.excel.validation中的类
-
范围验证,限定起始和结束值范围
- Tuple2Validation() - 类 的构造器org.ttzero.excel.validation.Tuple2Validation
-
- TURKISH - 类 中的静态变量org.ttzero.excel.entity.style.Charset
-
162 土耳其字符集
- Type() - 类 的构造器org.ttzero.excel.entity.e7.ContentType.Type
-
- type - 类 中的变量org.ttzero.excel.entity.SimpleSheet
-
0: empty 1: List 2: Array 3: Super(not a type)
- TypeCastException - org.ttzero.excel.reader中的异常错误
-
读取时类型转换异常
- TypeCastException(int, int, CellType, Class<?>) - 异常错误 的构造器org.ttzero.excel.reader.TypeCastException
-
- TypeCastException(int, int, CellType, Class<?>, String) - 异常错误 的构造器org.ttzero.excel.reader.TypeCastException
-
- TypeCastException(int, int, CellType, Class<?>, String, Throwable) - 异常错误 的构造器org.ttzero.excel.reader.TypeCastException
-
- TypeCastException(int, int, CellType, Class<?>, Throwable) - 异常错误 的构造器org.ttzero.excel.reader.TypeCastException
-
- tz - 类 中的静态变量org.ttzero.excel.util.DateUtil
-
时区,默认随系统,外部可根据实际的数据时区修改此值
- v - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
-
m: 合并范围 正数为行合并 负数为列合并
v: 数据验证范围
- v1 - 类 中的变量org.ttzero.excel.manager.docProps.Tuple2
-
- v1() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
-
- v1 - 类 中的变量org.ttzero.excel.validation.Tuple2Validation
-
- v2 - 类 中的变量org.ttzero.excel.manager.docProps.Tuple2
-
- v2() - 类 中的方法org.ttzero.excel.manager.docProps.Tuple2
-
- v2 - 类 中的变量org.ttzero.excel.validation.Tuple2Validation
-
- val - 类 中的变量org.ttzero.excel.entity.TemplateSheet.Node
-
原始文本或占位符
- validation - 类 中的变量org.ttzero.excel.entity.TemplateSheet.PreCell
-
数据验证
- Validation - org.ttzero.excel.validation中的类
-
数据验证
- Validation() - 类 的构造器org.ttzero.excel.validation.Validation
-
- Validation.Operator - org.ttzero.excel.validation中的枚举
-
- validationFormula() - 类 中的方法org.ttzero.excel.validation.ListValidation
-
- validationFormula() - 类 中的方法org.ttzero.excel.validation.Tuple2Validation
-
- validationFormula() - 类 中的方法org.ttzero.excel.validation.Validation
-
校验内容
- value - 类 中的变量org.ttzero.excel.entity.Comment
-
内容
- valueFont - 类 中的变量org.ttzero.excel.entity.Comment
-
指定批注字体
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Angle
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Cap
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.CompoundType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.DashPattern
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.JoinType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Material
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.PresetBevel
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.PresetCamera
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Rig
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.ShapeType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.drawing.PresetPictureEffect
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.entity.style.BorderStyle
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 类 中的静态方法org.ttzero.excel.entity.style.Font.Style
-
- valueOf(int) - 类 中的静态方法org.ttzero.excel.entity.style.NumFmt
-
Built-In number format
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.entity.style.PatternType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.manager.ExcelType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.reader.CellType
-
返回带有指定名称的该类型的枚举常量。
- valueOf(String) - 枚举 中的静态方法org.ttzero.excel.validation.Validation.Operator
-
返回带有指定名称的该类型的枚举常量。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Angle
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Cap
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.CompoundType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.DashPattern
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.JoinType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Material
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.PresetBevel
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.PresetCamera
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.Rig
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.Enums.ShapeType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.drawing.PresetPictureEffect
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.entity.style.BorderStyle
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.entity.style.PatternType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.manager.ExcelType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.reader.CellType
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- values() - 枚举 中的静态方法org.ttzero.excel.validation.Validation.Operator
-
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
- ValueWrapper() - 类 的构造器org.ttzero.excel.entity.TemplateSheet.ValueWrapper
-
- Verticals - org.ttzero.excel.entity.style中的类
-
垂直对齐,在样式中位于第4,5位
- Verticals() - 类 的构造器org.ttzero.excel.entity.style.Verticals
-
- vml(Path) - 类 中的方法org.ttzero.excel.entity.Comments
-
- VML - 接口 中的静态变量org.ttzero.excel.manager.Const.Suffix
-
VML
- VMLDRAWING - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- VMLDRAWING - 接口 中的静态变量org.ttzero.excel.manager.Const.Relationship
-
- watermark - 类 中的变量org.ttzero.excel.entity.Sheet
-
水印
- Watermark - org.ttzero.excel.entity中的类
-
水印,Excel并没有水印功能,本工具的水印功能是使用Excel的背景实现,打印的时候该背景会被忽略。
- Watermark(String) - 类 的构造器org.ttzero.excel.entity.Watermark
-
使用一段文本创建水印
- Watermark(Path) - 类 的构造器org.ttzero.excel.entity.Watermark
-
使用本地图片创建水印
- Watermark(InputStream) - 类 的构造器org.ttzero.excel.entity.Watermark
-
使用图片流创建水印,可以下载远程图片创建水印
- whitelist - 类 中的静态变量org.ttzero.excel.util.FileSignatures
-
白名单配置列表
- WholeValidation - org.ttzero.excel.validation中的类
-
整数验证
- WholeValidation() - 类 的构造器org.ttzero.excel.validation.WholeValidation
-
- width - 类 中的变量org.ttzero.excel.drawing.Bevel
-
height: 指定棱台的高度,或者它所应用的形状上方有多远。
- width - 类 中的变量org.ttzero.excel.drawing.Outline
-
Specifies line width
- width - 类 中的变量org.ttzero.excel.entity.Column
-
列宽,表头行高
- width - 类 中的变量org.ttzero.excel.entity.Comment
-
指定批注框显示的宽和高
- width - 类 中的变量org.ttzero.excel.entity.Comments.C
-
- width - 类 中的变量org.ttzero.excel.entity.Sheet
-
默认列宽
- width - 类 中的变量org.ttzero.excel.reader.Col
-
列宽
- width - 类 中的变量org.ttzero.excel.reader.Dimension
-
宽 = 末尾列-起始列+1
高 = 末尾行-起始行+1
- width - 类 中的变量org.ttzero.excel.util.FileSignatures.Signature
-
- with(Row...) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- with(int, Row...) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- with(List<Dimension>, Row...) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- with(List<Dimension>, int, Row...) - 类 中的方法org.ttzero.excel.reader.HeaderRow
-
- with(char[], int, int) - 类 中的方法org.ttzero.excel.reader.XMLRow
-
- withBom - 类 中的变量org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
- withBom - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- withPreNodes(TemplateSheet.PreCell[], Map<String, TemplateSheet.ValueWrapper>) - 类 中的方法org.ttzero.excel.entity.TemplateSheet.CommitRowSetIterator
-
- workbook - 类 中的变量org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
- workbook - 类 中的变量org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
- workbook - 类 中的变量org.ttzero.excel.entity.Sheet
-
工作薄
- Workbook - org.ttzero.excel.entity中的类
-
一个
Workbook工作薄实例即表示一个Excel文件,它包含一个或多个
Sheet工作表,
Workbook收集全局属性,如文档属性、样式,字符串共享区等。
- Workbook() - 类 的构造器org.ttzero.excel.entity.Workbook
-
创建一个未命名工作薄
如果writeTo方法指定的File或Path为文件夹时,未命名工作薄将会以'新建文件'作为文件名
- Workbook(String) - 类 的构造器org.ttzero.excel.entity.Workbook
-
创建一个工作薄并指定名称
- Workbook(String, String) - 类 的构造器org.ttzero.excel.entity.Workbook
-
创建一个工作薄并指定名称和作者
- WORKBOOK - 接口 中的静态变量org.ttzero.excel.manager.Const.ContentType
-
- workSheetPath - 类 中的变量org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- write(Path, String) - 类 中的方法org.ttzero.excel.manager.RelManager
-
- write(boolean) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Writes a boolean value, will be convert to boolean string upper case
- write(int) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Writes a int value, will be convert to int string
- write(long) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Writes a long value, will be convert to long string
- write(float) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Writes a single-precision floating-point value, will be convert to single-precision string
- write(double) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Writes a double-precision floating-point value, will be convert to double-precision string
- write(String) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Compression and escape char sequence
- line-break, double-quote or commas should be quoted
- write(char[]) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Compression and escape char sequence
- line-break, double-quote or commas should be quoted
- write(char[], int, int) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Compression and escape char sequence
- line-break, double-quote or commas should be quoted
- write(long) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
-
Write long value
- write(float) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
-
Write single-precision floating-point value
- write(double) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
-
Write double-precision floating-point value
- writeAfter(int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write at after worksheet body
- writeApp(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
- writeAsDefault() - 类 中的方法org.ttzero.excel.entity.Column
-
指定当前列以“值”类型导出
- writeAsExcel - 类 中的变量org.ttzero.excel.entity.TemplateSheet
-
以Excel格式输出
- writeAsHyperlink() - 类 中的方法org.ttzero.excel.entity.Column
-
指定当前列以“超链接”类型导出
- writeAsMedia() - 类 中的方法org.ttzero.excel.entity.Column
-
指定当前列以“媒体”类型导出
- writeAsMedia(Row, Cell, String, Column, Class<?>) - 接口 中的方法org.ttzero.excel.entity.ICellValueAndStyle
-
将字符串转为Media类型,仅当以Media类型导出时才会被执行,
支持Base64图片和图片url,
- writeBefore() - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
Write worksheet header data
- writeBefore() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write worksheet header data
- writeBevel(Bevel, char) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
- writeBinary(byte[], int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write binary file
- writeBinary(ByteBuffer, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write binary file
- writeBool(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
写布尔值
- writeCell(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
写单元格
- writeChar(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
写字符
- writeChar(char) - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Writes a single character
- writeCol(String, int, int, int, int, boolean) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- writeCols(int, String) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write the default column info, The specified column width will be overwritten in these method.
- writeCore(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
- writeCustomProperties(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
写自定义属性
- writeDeclaration() - 类 中的方法org.ttzero.excel.util.ExtXMLWriter
-
This will write the declaration to the given Writer.
- writeDimension() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write the dimension of sheet, default value is A1
- writeEffects(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLDrawingsWriter
-
- writeEmpty() - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Writes a empty column.
- writeExtList(List<Validation>) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
添加扩展节点
- writeFile(Path, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write file value
- writeGlobalAttribute(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
- writeHeaderRow() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write the header row
- writeInt(int) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
-
Write integer value
- writeMergeCells() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Append merged cells if exists
- writeMethodsMap(Class<?>, Class<?>) - 类 中的静态方法org.ttzero.excel.util.ReflectUtil
-
List all declared write methods that contains all supper class
- writeNull(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
写空值
- writeNumeric(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
写数字
- writePicture(Picture) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- writePicture(Picture) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
-
添加图片
- writePictureDirect(int, String, int, int, FileSignatures.Signature) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
- writeProperties(Element, Border.SubBorder) - 类 中的方法org.ttzero.excel.entity.style.Border
-
- writer - 类 中的变量org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
- writeRemoteMedia(String, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write remote media value
- writeRootNode() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write the <worksheet> node
- writeRow(Row) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorksheetWriter
-
Write a row data
- writeRow(Row) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write a row data
- writeRowBlock(RowBlock) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write a row-block
- writeRowBlockFireProgress(RowBlock) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write a row-block and fire progress event
- writeSheetFormat() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write the sheet format
- writeSheetViews() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write the sheet views such as FreezeEnum, Default selection cell.
- writeStream(InputStream, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write stream value
- writeString(Cell, int, int) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
写字符串
- writeTo(Path) - 类 中的方法org.ttzero.excel.entity.Comments
-
- writeTo(OutputStream) - 类 中的方法org.ttzero.excel.entity.csv.CSVWorkbookWriter
-
Write to OutputStream
- writeTo(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(Path, Supplier<RowBlock>) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write a row block
- writeTo(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
Write a row block
- writeTo(OutputStream) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
-
将工作薄写到指定流
- writeTo(File) - 接口 中的方法org.ttzero.excel.entity.IWorkbookWriter
-
将工作薄写到指定位置
- writeTo(Path, Supplier<RowBlock>) - 接口 中的方法org.ttzero.excel.entity.IWorksheetWriter
-
数据输出到指定位置
- writeTo(Path) - 类 中的方法org.ttzero.excel.entity.SharedStrings
-
- writeTo(Path) - 类 中的方法org.ttzero.excel.entity.Sheet
-
落盘,将工作表写到指定路径
- writeTo(Path) - 类 中的方法org.ttzero.excel.entity.StatementSheet
-
落盘,将工作表写到指定路径
- writeTo(Path) - 接口 中的方法org.ttzero.excel.entity.Storable
-
写入指定路径,传入的参数可以是一个文件也可以是文件夹,需要在实现类具体处理
- writeTo(Path) - 类 中的方法org.ttzero.excel.entity.style.Styles
-
Write style to disk
- writeTo(Path) - 类 中的方法org.ttzero.excel.entity.Workbook
-
- 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
-
- writeTo(Path) - 类 中的方法org.ttzero.excel.manager.docProps.XmlEntity
-
- writeTo(List<?>, Path) - 类 中的静态方法org.ttzero.excel.util.CSVUtil
-
Save vector object as csv format file
- writeToDisk(Document, Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Write the
Document to a specify
Path
with xml format
- writeToDiskNoFormat(Document, Path) - 类 中的静态方法org.ttzero.excel.util.FileUtil
-
Write the
Document to a specify
Path
- writeUTF8(char[], int, int) - 类 中的方法org.ttzero.excel.util.ExtBufferedWriter
-
Write utf-8 string
- writeWaterMark() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
已过时。
- writeWatermark() - 类 中的方法org.ttzero.excel.entity.e7.XMLWorksheetWriter
-
添加水印
- writeWithBom() - 类 中的方法org.ttzero.excel.util.CSVUtil.Writer
-
Write csv bytes with BOM
Note: This property must be set before writing, otherwise it will be ignored
- writeWorkbook(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-
将工作簿写入到指定路径
- writeWorksheets(Path) - 类 中的方法org.ttzero.excel.entity.e7.XMLWorkbookWriter
-