跳过导航链接
A B C D E F G H I M P R S T V W 

A

afterSetColumnTitles() - 接口 中的方法top.lshaci.framework.excel.service.ExportService
设置列标题后的操作
afterSetColumnWidth() - 接口 中的方法top.lshaci.framework.excel.service.ExportService
设置列宽后的操作
afterSetRowContent() - 接口 中的方法top.lshaci.framework.excel.service.ExportService
设置行数据后的操作
afterSetSheetTitle() - 接口 中的方法top.lshaci.framework.excel.service.ExportService
设置Sheet标题后的操作

B

build(ExportSheet) - 类 中的静态方法top.lshaci.framework.excel.entity.ExportSheetParam
根据实体类上的@ExportSheet注解和需要导出的数据总条数创建Sheet的参数

C

cellMerge(Row, CellStyle, String, int, int, int, int) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
设置单元格合并
CellStyleBuilder - top.lshaci.framework.excel.builder中的接口
单元格样式构建者
1.0.6: 将样式创建方法的入参ExportSheetParam修改为fontName 1.0.8: 将createFont, setCenter, setBorder方法提取到接口中
cls - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
导出对象类
collectionTitleParam - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
集合列信息, 用于获取集合字段数据
columnFilter() - 接口 中的方法top.lshaci.framework.excel.service.ExportService
获取列标题过滤器
columnTitleCell(Row, int, String) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
设置列标题单元格信息
columnTitleStyle(Workbook, String) - 接口 中的方法top.lshaci.framework.excel.builder.CellStyleBuilder
创建列标题单元格样式
columnTitleStyle(Workbook, String) - 类 中的方法top.lshaci.framework.excel.builder.impl.DefaultCellStyleBuilder
 
columnTitleStyle - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
列标题样式
compareTo(ExportTitleParam) - 类 中的方法top.lshaci.framework.excel.entity.ExportTitleParam
 
compareTo(ImportTitleParam) - 类 中的方法top.lshaci.framework.excel.entity.ImportTitleParam
 
contentParams - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
用于生成内容的参数
contentStyle(Workbook, String) - 接口 中的方法top.lshaci.framework.excel.builder.CellStyleBuilder
创建内容单元格样式
contentStyle(Workbook, String) - 类 中的方法top.lshaci.framework.excel.builder.impl.DefaultCellStyleBuilder
 
contentStyle - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
内容单元格样式
create(Class<?>, List<?>, ExportSheetParam) - 接口 中的方法top.lshaci.framework.excel.service.ExportService
创建Excel工作簿Workbook
create(Class<?>, List<?>, ExportSheetParam) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
 
createFont(Workbook, IndexedColors, short, Boolean, String) - 接口 中的方法top.lshaci.framework.excel.builder.CellStyleBuilder
创建字体
crn - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
当前行号current row number

D

datas - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
需要导出的数据
DefaultCellStyleBuilder - top.lshaci.framework.excel.builder.impl中的类
默认的单元格样式构建者
1.0.6: 将样式创建方法的入参ExportSheetParam修改为fontName 1.0.8: 将createFont, setCenter, setBorder方法提取到接口中
DefaultCellStyleBuilder() - 类 的构造器top.lshaci.framework.excel.builder.impl.DefaultCellStyleBuilder
 
DefaultExportService - top.lshaci.framework.excel.service.impl中的类
Excel 导出业务实现 1.0.8: 行高处理
DefaultExportService() - 类 的构造器top.lshaci.framework.excel.service.impl.DefaultExportService
 
DefaultImportService - top.lshaci.framework.excel.service.impl中的类
导入Excel业务类
DefaultImportService(Class<?>, Workbook, ImportSheetParam) - 类 的构造器top.lshaci.framework.excel.service.impl.DefaultImportService
根据导入实体类型、Excel工作簿、Excel工作表参数创建导入业务对象
DefaultIndexBuilder - top.lshaci.framework.excel.builder.impl中的类
默认的序号构建者
DefaultIndexBuilder() - 类 的构造器top.lshaci.framework.excel.builder.impl.DefaultIndexBuilder
 

E

ExcelEntity - top.lshaci.framework.excel.annotation中的注释类型
将一个对象标记Excel导出的关联对象
ExcelExportUtils - top.lshaci.framework.excel.utils中的类
Excel 导出工具
1.0.6:添加自定义导出业务实现
ExcelExportUtils() - 类 的构造器top.lshaci.framework.excel.utils.ExcelExportUtils
 
ExcelHandleErrorInfo - top.lshaci.framework.excel.enums中的枚举
ExcelHandleError
ExcelHandleException - top.lshaci.framework.excel.exception中的异常错误
Framework excel handler exception
ExcelHandleException(ExcelHandleErrorInfo, Object...) - 异常错误 的构造器top.lshaci.framework.excel.exception.ExcelHandleException
根据异常码和异常信息创建一个Excel处理异常
ExcelImportUtils - top.lshaci.framework.excel.utils中的类
Excel 导入工具
ExcelImportUtils() - 类 的构造器top.lshaci.framework.excel.utils.ExcelImportUtils
 
ExcelType - top.lshaci.framework.excel.enums中的枚举
Excel类型
export(Class<E>, List<E>, ExportSheetParam, ExportService) - 类 中的静态方法top.lshaci.framework.excel.handle.ExportHandler
根据导出实体类信息和数据条数导出Excel WorkBook
export(Class<E>, List<E>, OutputStream) - 类 中的静态方法top.lshaci.framework.excel.utils.ExcelExportUtils
根据导出实体类信息和数据条数导出Excel WorkBook
export(Class<E>, List<E>, OutputStream, ExportService) - 类 中的静态方法top.lshaci.framework.excel.utils.ExcelExportUtils
根据导出实体类信息和数据条数导出Excel WorkBook
export(Class<E>, List<E>, OutputStream, ExportSheetParam) - 类 中的静态方法top.lshaci.framework.excel.utils.ExcelExportUtils
根据导出实体类信息和数据条数导出Excel WorkBook
export(Class<E>, List<E>, OutputStream, ExportSheetParam, ExportService) - 类 中的静态方法top.lshaci.framework.excel.utils.ExcelExportUtils
根据导出实体类信息和数据条数导出Excel WorkBook
ExportHandleErrorInfo - top.lshaci.framework.excel.enums中的枚举
导出Excel时的错误信息
ExportHandleException - top.lshaci.framework.excel.exception中的异常错误
导出操作异常信息
ExportHandleException(ExportHandleErrorInfo, Object...) - 异常错误 的构造器top.lshaci.framework.excel.exception.ExportHandleException
根据异常码和异常信息创建一个Excel导出异常
ExportHandler - top.lshaci.framework.excel.handle中的类
Excel导出处理器
1.0.6:添加参数exportService 1.0.8:使用Optional替换if else
ExportHandler() - 类 的构造器top.lshaci.framework.excel.handle.ExportHandler
 
ExportService - top.lshaci.framework.excel.service中的接口
Excel 导出业务接口
ExportSheet - top.lshaci.framework.excel.annotation中的注释类型
定义导出Excel单个Sheet的信息
ExportSheetParam - top.lshaci.framework.excel.entity中的类
导出Excel中Sheet的参数
ExportSheetParam() - 类 的构造器top.lshaci.framework.excel.entity.ExportSheetParam
 
ExportTitle - top.lshaci.framework.excel.annotation中的注释类型
将一个字段或者公共方法标记为需要导出的列 1.0.8: 将行高的默认值修改为-1
ExportTitleParam - top.lshaci.framework.excel.entity中的类
导出列定义的相关参数 1.0.8: 将行高的默认值修改为-1
ExportTitleParam(Method) - 类 的构造器top.lshaci.framework.excel.entity.ExportTitleParam
根据导出的方法创建序号列信息
ExportTitleParam(Field, Class<?>) - 类 的构造器top.lshaci.framework.excel.entity.ExportTitleParam
根据导出的字段创建列信息
ExportValueHelper - top.lshaci.framework.excel.helper中的类
获取单元格值的工具类
ExportValueHelper() - 类 的构造器top.lshaci.framework.excel.helper.ExportValueHelper
 

F

fetch(ExportTitleParam, Object) - 类 中的静态方法top.lshaci.framework.excel.helper.ExportValueHelper
根据列参数信息和行数据获取对应单元格的值
fetch() - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultImportService
获取解析后的数据集合
fetchTitleParams(Class<?>) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
根据实体类型获取需要导出的列参数集合
fillData() - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
填充表格数据

G

get() - 类 中的方法top.lshaci.framework.excel.builder.impl.DefaultIndexBuilder
 
get() - 接口 中的方法top.lshaci.framework.excel.builder.IndexBuilder
获取序号
get(Cell) - 类 中的静态方法top.lshaci.framework.excel.helper.ImportValueHelper
获取单元格的值
get() - 接口 中的静态方法top.lshaci.framework.excel.service.ExportService
获取默认的Excel导出业务类
getCollections(Class<?>) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
获取集合字段中需要导出的列参数集合
getEntities(Class<?>) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
获取内嵌实体中需要导出的列参数集合
getFields(Class<?>, Map<String, ExportTitleParam>) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
获取字段上定义的需要导出的列信息
getIndexNumber() - 类 中的方法top.lshaci.framework.excel.entity.ExportTitleParam
获取序号
getMethods(Class<?>, Map<String, ExportTitleParam>) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
获取公共方法上定义的需要导出的列信息
getTargetValue(Cell, ImportTitleParam) - 类 中的静态方法top.lshaci.framework.excel.helper.ImportValueHelper
根据单元格和列参数信息获取字段的值

H

handleHasCollection(Object) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
处理实体中有集合时单元格数据
handleStyle() - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
处理表格中需要使用到的样式
handleTitleParams() - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
处理需要导出列的参数信息

I

ImportHandleErrorInfo - top.lshaci.framework.excel.enums中的枚举
导入时的错误信息
ImportHandleException - top.lshaci.framework.excel.exception中的异常错误
导入操作异常信息
ImportHandleException(ImportHandleErrorInfo, Object...) - 异常错误 的构造器top.lshaci.framework.excel.exception.ImportHandleException
根据异常码和异常信息创建一个Excel导入异常
ImportHandler - top.lshaci.framework.excel.handle中的类
Excel导入处理器
ImportHandler() - 类 的构造器top.lshaci.framework.excel.handle.ImportHandler
 
ImportSheetParam - top.lshaci.framework.excel.entity中的类
导人Excel中Sheet的参数
ImportSheetParam() - 类 的构造器top.lshaci.framework.excel.entity.ImportSheetParam
 
ImportTitle - top.lshaci.framework.excel.annotation中的注释类型
将一个字段标记为需要导入的列
ImportTitleParam - top.lshaci.framework.excel.entity中的类
导入列定义的相关参数
ImportTitleParam(Field, Class<?>) - 类 的构造器top.lshaci.framework.excel.entity.ImportTitleParam
根据导入的字段创建列信息
ImportValueHelper - top.lshaci.framework.excel.helper中的类
获取单元格值的工具类
ImportValueHelper() - 类 的构造器top.lshaci.framework.excel.helper.ImportValueHelper
 
IndexBuilder - top.lshaci.framework.excel.builder中的接口
序号列顺序构建者
indexTitle(ExportSheetParam) - 类 中的静态方法top.lshaci.framework.excel.entity.ExportTitleParam
根据Sheet参数创建序号列信息
init(Class<?>, List<?>, ExportSheetParam) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
初始化传入的参数

M

maxRowHeight - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
最大的行高

P

parse(InputStream, Class<E>) - 类 中的静态方法top.lshaci.framework.excel.handle.ImportHandler
将输入流解析为指定对象类型的集合
parse(InputStream, Class<E>, ImportSheetParam) - 类 中的静态方法top.lshaci.framework.excel.handle.ImportHandler
将输入流解析为指定对象类型的集合
parse(File, Class<E>) - 类 中的静态方法top.lshaci.framework.excel.utils.ExcelImportUtils
将Excel文件解析为指定对象类型的集合
parse(File, Class<E>, ImportSheetParam) - 类 中的静态方法top.lshaci.framework.excel.utils.ExcelImportUtils
将Excel文件解析为指定对象类型的集合
parse(InputStream, Class<E>) - 类 中的静态方法top.lshaci.framework.excel.utils.ExcelImportUtils
将输入流解析为指定对象类型的集合
parse(InputStream, Class<E>, ImportSheetParam) - 类 中的静态方法top.lshaci.framework.excel.utils.ExcelImportUtils
将输入流解析为指定对象类型的集合

R

reset() - 类 中的方法top.lshaci.framework.excel.builder.impl.DefaultIndexBuilder
 
reset() - 接口 中的方法top.lshaci.framework.excel.builder.IndexBuilder
重置序号

S

setBorder(CellStyle) - 接口 中的方法top.lshaci.framework.excel.builder.CellStyleBuilder
设置单元格边框
setCenter(CellStyle) - 接口 中的方法top.lshaci.framework.excel.builder.CellStyleBuilder
设置水平和垂直居中
setColumnTitles() - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
设置列标题
setColumnTitles(Row, Row) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
设置第一行和第二行的标题信息
setColumnWidth() - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
设置列宽
setContentCellValue(Row, int, String, ExportTitleParam) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
设置内容单元格的值
setMergeCellBorder(CellRangeAddress, Sheet) - 接口 中的方法top.lshaci.framework.excel.builder.CellStyleBuilder
设置合并单元格边框
setMergeCellBorder(CellRangeAddress, Sheet) - 类 中的方法top.lshaci.framework.excel.builder.impl.DefaultCellStyleBuilder
 
setRowContent(Object) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
设置行内容
setRowHeight(Row) - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
设置行高
setSheetTitle() - 类 中的方法top.lshaci.framework.excel.service.impl.DefaultExportService
设置Sheet标题
setSizeAndNumber(int) - 类 中的方法top.lshaci.framework.excel.entity.ExportSheetParam
根据导出数据总条数, 设置Sheet数量和每个Sheet需要填充的数据条数
sheet(Workbook, ExportSheetParam, int) - 接口 中的方法top.lshaci.framework.excel.service.ExportService
创建表格中的sheet
sheet - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
当前的Sheet
sheetParam - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
导出Sheet的参数
sheetTitleStyle(Workbook, String) - 接口 中的方法top.lshaci.framework.excel.builder.CellStyleBuilder
创建Sheet标题单元格样式
sheetTitleStyle(Workbook, String) - 类 中的方法top.lshaci.framework.excel.builder.impl.DefaultCellStyleBuilder
 
sheetTitleStyle - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
Sheet标题样式

T

titleParams - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
用于生成列标题的参数
top.lshaci.framework.excel.annotation - 程序包 top.lshaci.framework.excel.annotation
 
top.lshaci.framework.excel.builder - 程序包 top.lshaci.framework.excel.builder
 
top.lshaci.framework.excel.builder.impl - 程序包 top.lshaci.framework.excel.builder.impl
 
top.lshaci.framework.excel.entity - 程序包 top.lshaci.framework.excel.entity
 
top.lshaci.framework.excel.enums - 程序包 top.lshaci.framework.excel.enums
 
top.lshaci.framework.excel.exception - 程序包 top.lshaci.framework.excel.exception
 
top.lshaci.framework.excel.handle - 程序包 top.lshaci.framework.excel.handle
 
top.lshaci.framework.excel.helper - 程序包 top.lshaci.framework.excel.helper
 
top.lshaci.framework.excel.service - 程序包 top.lshaci.framework.excel.service
 
top.lshaci.framework.excel.service.impl - 程序包 top.lshaci.framework.excel.service.impl
 
top.lshaci.framework.excel.utils - 程序包 top.lshaci.framework.excel.utils
 

V

valueOf(String) - 枚举 中的静态方法top.lshaci.framework.excel.enums.ExcelHandleErrorInfo
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.lshaci.framework.excel.enums.ExcelType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.lshaci.framework.excel.enums.ExportHandleErrorInfo
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.lshaci.framework.excel.enums.ImportHandleErrorInfo
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.lshaci.framework.excel.enums.ExcelHandleErrorInfo
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.lshaci.framework.excel.enums.ExcelType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.lshaci.framework.excel.enums.ExportHandleErrorInfo
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.lshaci.framework.excel.enums.ImportHandleErrorInfo
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

workbook(Class<?>) - 接口 中的方法top.lshaci.framework.excel.service.ExportService
根据导出实体类信息和数据条数创建Excel WorkBook
workbook - 类 中的变量top.lshaci.framework.excel.service.impl.DefaultExportService
Excel工作簿
A B C D E F G H I M P R S T V W 
跳过导航链接

Copyright © 2020. All rights reserved.