Skip navigation links
A C D E F G I P R S T V W 

A

addCell(Excel, Row, T, Field, int) - Method in class cn.zxinrun.excel.util.ExcelUtils
添加单元格数据到指定行和列。
addStatisticsRow() - Method in class cn.zxinrun.excel.util.ExcelUtils
创建统计行并添加到当前工作表的末尾。

C

clazz - Variable in class cn.zxinrun.excel.util.ExcelUtils
实体对象
cn.zxinrun.excel.adapter - package cn.zxinrun.excel.adapter
 
cn.zxinrun.excel.annotation - package cn.zxinrun.excel.annotation
 
cn.zxinrun.excel.enums - package cn.zxinrun.excel.enums
 
cn.zxinrun.excel.util - package cn.zxinrun.excel.util
 
ColumnTypeEnum - Enum in cn.zxinrun.excel.enums
导出字段类型
convertByExp(String, String, String) - Static method in class cn.zxinrun.excel.util.ExcelUtils
根据表达式将属性值转换为对应的显示值。
createCell(Excel, Row, int) - Method in class cn.zxinrun.excel.util.ExcelUtils
创建单元格并设置表头样式。
createSheet(int, int) - Method in class cn.zxinrun.excel.util.ExcelUtils
创建工作表 在需要多个 sheet 时(sheetNo 大于 1),并且当前是第 2 个及以后的 sheet(index 大于 0) 为工作簿创建一个新工作表,设置表头标题,并将该 sheet 命名为 sheetName+index 这样可以实现多 sheet 导出时,每个 sheet 都有独立的标题和名称。
createTitle() - Method in class cn.zxinrun.excel.util.ExcelUtils
创建 Excel 的标题行(第一行)。
createWorkbook() - Method in class cn.zxinrun.excel.util.ExcelUtils
创建一个工作簿

D

dataFormatHandlerAdapter(Object, Excel) - Method in class cn.zxinrun.excel.util.ExcelUtils
使用自定义数据处理器格式化单元格数据。

E

Excel - Annotation Type in cn.zxinrun.excel.annotation
自定义导出Excel数据注解
ExcelHandlerAdapter - Interface in cn.zxinrun.excel.adapter
Excel数据格式处理适配器
Excels - Annotation Type in cn.zxinrun.excel.annotation
Excel注解集
ExcelUtils<T> - Class in cn.zxinrun.excel.util
Excel工具类
ExcelUtils(Class<T>) - Constructor for class cn.zxinrun.excel.util.ExcelUtils
构造方法,初始化工具类
exportExcel(HttpServletResponse, List<T>, String) - Method in class cn.zxinrun.excel.util.ExcelUtils
导出数据到 Excel 文件。
exportExcel(HttpServletResponse, List<T>, String, String) - Method in class cn.zxinrun.excel.util.ExcelUtils
导出数据到 Excel 文件,并设置标题。
exportExcel(HttpServletResponse) - Method in class cn.zxinrun.excel.util.ExcelUtils
将当前工作簿内容写入 HTTP 响应流,实现 Excel 文件导出。

F

fillExcelData(int, Row) - Method in class cn.zxinrun.excel.util.ExcelUtils
填充 Excel 数据到当前 Sheet。
format(Object, String[]) - Method in interface cn.zxinrun.excel.adapter.ExcelHandlerAdapter
格式化
FORMULA_REGEX_STR - Static variable in class cn.zxinrun.excel.util.ExcelUtils
 
FORMULA_STR - Static variable in class cn.zxinrun.excel.util.ExcelUtils
 

G

getCellValue(Row, int) - Method in class cn.zxinrun.excel.util.ExcelUtils
获取指定行和列的单元格值,并根据单元格类型进行转换。
getDrawingPatriarch(Sheet) - Static method in class cn.zxinrun.excel.util.ExcelUtils
获取或创建指定 Sheet 的画布对象(Drawing)。
getFields() - Method in class cn.zxinrun.excel.util.ExcelUtils
获取类中所有带有 @Excel 或 @Excels 注解的字段信息。
getImageType(byte[]) - Method in class cn.zxinrun.excel.util.ExcelUtils
根据图片字节内容判断图片类型,返回 POI 对应的图片类型常量。
getRowHeight() - Method in class cn.zxinrun.excel.util.ExcelUtils
根据注解获取最大行高

I

importExcel(InputStream) - Method in class cn.zxinrun.excel.util.ExcelUtils
将 Excel 数据导入为对象列表。
importExcel(InputStream, int) - Method in class cn.zxinrun.excel.util.ExcelUtils
将 Excel 数据导入为对象列表。
importExcel(String, InputStream, int) - Method in class cn.zxinrun.excel.util.ExcelUtils
将 Excel 数据导入为对象列表。
importTemplateExcel(HttpServletResponse, String) - Method in class cn.zxinrun.excel.util.ExcelUtils
对list数据源将其里面的数据导入到excel表单
importTemplateExcel(HttpServletResponse, String, String) - Method in class cn.zxinrun.excel.util.ExcelUtils
对list数据源将其里面的数据导入到excel表单
init(List<T>, String, String, TypeEnum) - Method in class cn.zxinrun.excel.util.ExcelUtils
初始化 Excel 工具类,设置数据源、工作表名称、标题和导出类型。

P

parseDateToStr(String, Object) - Method in class cn.zxinrun.excel.util.ExcelUtils
根据指定格式将不同类型的日期对象格式化为字符串。

R

reverseByExp(String, String, String) - Static method in class cn.zxinrun.excel.util.ExcelUtils
根据表达式将显示值反向转换为属性值。

S

setCellVo(Object, Excel, Cell) - Method in class cn.zxinrun.excel.util.ExcelUtils
设置单元格的值和样式。
setDataCell(Cell, Excel) - Method in class cn.zxinrun.excel.util.ExcelUtils
设置单元格的样式。
setDataValidation(Excel, Row, int) - Method in class cn.zxinrun.excel.util.ExcelUtils
设置单元格的数据校验和列宽。
setPromptOrValidation(Sheet, String[], String, int, int, int, int) - Method in class cn.zxinrun.excel.util.ExcelUtils
为指定的 Excel 区域设置单元格下拉框或提示框数据校验。
sheetSize - Static variable in class cn.zxinrun.excel.util.ExcelUtils
Excel sheet最大行数,默认65536

T

TypeEnum - Enum in cn.zxinrun.excel.enums
使用模式

V

value() - Method in enum cn.zxinrun.excel.enums.ColumnTypeEnum
获取值
value() - Method in enum cn.zxinrun.excel.enums.TypeEnum
获取值
valueOf(String) - Static method in enum cn.zxinrun.excel.enums.ColumnTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cn.zxinrun.excel.enums.TypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.zxinrun.excel.enums.ColumnTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cn.zxinrun.excel.enums.TypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeSheet() - Method in class cn.zxinrun.excel.util.ExcelUtils
写入数据到 Excel 工作表。
A C D E F G I P R S T V W 
Skip navigation links

Copyright © 2025. All rights reserved.