A B C D E F G H I L M N O P R S T U V W
A
- AbstractExcelExportStyler - org.jeecgframework.poi.excel.export.styler 中的 类
- 抽象接口提供两个公共方法
- AbstractExcelExportStyler() -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 的构造方法
-
- addEntityToMap(String, Field, ExcelImportEntity, Class<?>, List<Method>, Map<String, ExcelImportEntity>) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
- 把这个注解解析放到类型对象中
- addStatisticsRow(CellStyle, Sheet) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
- 创建统计行
B
- BaseVerifyHandler - org.jeecgframework.poi.excel.imports.verifys 中的 类
- 基础校验工具类
- BaseVerifyHandler() -
类 org.jeecgframework.poi.excel.imports.verifys.BaseVerifyHandler 的构造方法
-
C
- CellValueHelper - org.jeecgframework.poi.excel.html.helper 中的 类
- Cell值帮助类
- CellValueHelper(Workbook, int) -
类 org.jeecgframework.poi.excel.html.helper.CellValueHelper 的构造方法
-
- CellValueServer - org.jeecgframework.poi.excel.imports 中的 类
- Cell 取值服务
判断类型处理数据 1.判断Excel中的类型 2.根据replace替换值 3.handler处理数据 4.判断返回类型转化数据返回
- CellValueServer() -
类 org.jeecgframework.poi.excel.imports.CellValueServer 的构造方法
-
- CellValueType - org.jeecgframework.poi.excel.entity.enmus 中的 枚举
- Cell 值得类型
- characters(char[], int, int) -
类 org.jeecgframework.poi.excel.imports.sax.SheetHandler 中的方法
-
- compareTo(ExcelExportEntity) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- CONST -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- createCells(Drawing, int, Object, List<ExcelExportEntity>, Sheet, Workbook, short) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
- 创建 最主要的 Cells
- createExcleByTemplate(TemplateExportParams, Class<?>, Collection<?>, Map<String, Object>) -
类 org.jeecgframework.poi.excel.export.template.ExcelExportOfTemplateUtil 中的方法
-
- createExcleByTemplate(TemplateExportParams, Map<Integer, Map<String, Object>>) -
类 org.jeecgframework.poi.excel.export.template.ExcelExportOfTemplateUtil 中的方法
-
- createHeaderRow(ExportParams, Sheet, Workbook, int) -
类 org.jeecgframework.poi.excel.export.ExcelExportServer 中的方法
- 创建 表头改变
- createImageCell(Drawing, ExcelExportEntity, Row, int, String, Object) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
- 图片类型的Cell
- createListCells(Drawing, int, int, Object, List<ExcelExportEntity>, Sheet, Workbook) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
- 创建List之后的各个Cells
- createListCells(int, int, Object, List<ExcelExportEntity>, XWPFTable) -
类 org.jeecgframework.poi.word.parse.excel.ExcelEntityParse 中的方法
- 创建List之后的各个Cells
- createObject(Class<?>, String) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 彻底创建一个对象
- createPicture(String, int, int, int) -
类 org.jeecgframework.poi.word.entity.MyXWPFDocument 中的方法
-
- createPicture(XWPFRun, String, int, int, int) -
类 org.jeecgframework.poi.word.entity.MyXWPFDocument 中的方法
-
- createSheet(Workbook, ExportParams, Class<?>, Collection<?>) -
类 org.jeecgframework.poi.excel.export.ExcelExportServer 中的方法
-
- createSheetForMap(Workbook, ExportParams, List<ExcelExportEntity>, Collection<? extends Map<?, ?>>) -
类 org.jeecgframework.poi.excel.export.ExcelExportServer 中的方法
-
- createStringCell(Row, int, String, CellStyle, ExcelExportEntity) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
- 创建文本类型的Cell
- createStyles(Workbook) -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 中的方法
-
D
- Data -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的静态变量
-
- dataHanlder -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的变量
-
- deleteColumn(Sheet, int) -
类 org.jeecgframework.poi.util.PoiSheetUtility 中的静态方法
- Given a sheet, this method deletes a column from a sheet and moves
all the columns to the right of it to the left one cell.
- doubleToString(Double) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- double to String 防止科学计数法
E
- EMPTY -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- END_STR -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- endElement(String, String, String) -
类 org.jeecgframework.poi.excel.imports.sax.SheetHandler 中的方法
-
- equals(Object) -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 中的方法
-
- eval(String, Map<String, Object>) -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态方法
- 解析字符串,支持 le,fd,fn,!
- ExcelBaseEntity - org.jeecgframework.poi.excel.entity.params 中的 类
- Excel 导入导出基础对象类
- ExcelBaseEntity() -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 的构造方法
-
- ExcelBaseParams - org.jeecgframework.poi.excel.entity 中的 类
- 基础参数
- ExcelBaseParams() -
类 org.jeecgframework.poi.excel.entity.ExcelBaseParams 的构造方法
-
- ExcelCache - org.jeecgframework.poi.cache 中的 类
- Excel类型的缓存
- ExcelCache() -
类 org.jeecgframework.poi.cache.ExcelCache 的构造方法
-
- ExcelCollectionParams - org.jeecgframework.poi.excel.entity.params 中的 类
- Excel 对于的 Collection
- ExcelCollectionParams() -
类 org.jeecgframework.poi.excel.entity.params.ExcelCollectionParams 的构造方法
-
- ExcelDataHandlerDefaultImpl - org.jeecgframework.poi.handler.impl 中的 类
- 数据处理默认实现,返回空
- ExcelDataHandlerDefaultImpl() -
类 org.jeecgframework.poi.handler.impl.ExcelDataHandlerDefaultImpl 的构造方法
-
- ExcelEntityParse - org.jeecgframework.poi.word.parse.excel 中的 类
- 解析实体类对象 复用注解
- ExcelEntityParse() -
类 org.jeecgframework.poi.word.parse.excel.ExcelEntityParse 的构造方法
-
- ExcelExportBase - org.jeecgframework.poi.excel.export.base 中的 类
- 提供POI基础操作服务
- ExcelExportBase() -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 的构造方法
-
- ExcelExportEntity - org.jeecgframework.poi.excel.entity.params 中的 类
- excel 导出工具类,对cell类型做映射
- ExcelExportEntity() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 的构造方法
-
- ExcelExportEntity(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 的构造方法
-
- ExcelExportEntity(String, Object) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 的构造方法
-
- ExcelExportEntity(String, Object, int) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 的构造方法
-
- ExcelExportEnum - org.jeecgframework.poi.exception.excel.enums 中的 枚举
- 导出异常类型枚举
- ExcelExportException - org.jeecgframework.poi.exception.excel 中的 异常
- 导出异常
- ExcelExportException() -
异常 org.jeecgframework.poi.exception.excel.ExcelExportException 的构造方法
-
- ExcelExportException(ExcelExportEnum) -
异常 org.jeecgframework.poi.exception.excel.ExcelExportException 的构造方法
-
- ExcelExportException(ExcelExportEnum, Throwable) -
异常 org.jeecgframework.poi.exception.excel.ExcelExportException 的构造方法
-
- ExcelExportException(String) -
异常 org.jeecgframework.poi.exception.excel.ExcelExportException 的构造方法
-
- ExcelExportException(String, ExcelExportEnum) -
异常 org.jeecgframework.poi.exception.excel.ExcelExportException 的构造方法
-
- ExcelExportOfTemplateUtil - org.jeecgframework.poi.excel.export.template 中的 类
- Excel 导出根据模板导出
- ExcelExportOfTemplateUtil() -
类 org.jeecgframework.poi.excel.export.template.ExcelExportOfTemplateUtil 的构造方法
-
- ExcelExportServer - org.jeecgframework.poi.excel.export 中的 类
- Excel导出服务
- ExcelExportServer() -
类 org.jeecgframework.poi.excel.export.ExcelExportServer 的构造方法
-
- ExcelExportStylerBorderImpl - org.jeecgframework.poi.excel.export.styler 中的 类
- 带有边框的Excel样式
- ExcelExportStylerBorderImpl(Workbook) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerBorderImpl 的构造方法
-
- ExcelExportStylerColorImpl - org.jeecgframework.poi.excel.export.styler 中的 类
- 带有样式的导出服务
- ExcelExportStylerColorImpl(Workbook) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerColorImpl 的构造方法
-
- ExcelExportStylerDefaultImpl - org.jeecgframework.poi.excel.export.styler 中的 类
- 样式的默认实现
- ExcelExportStylerDefaultImpl(Workbook) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerDefaultImpl 的构造方法
-
- ExcelExportUtil - org.jeecgframework.poi.excel 中的 类
- excel 导出工具类
- ExcelForEachParams - org.jeecgframework.poi.excel.entity.params 中的 类
- 模板for each是的参数
- ExcelForEachParams() -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 的构造方法
-
- ExcelForEachParams(String, CellStyle, short) -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 的构造方法
-
- ExcelImportEntity - org.jeecgframework.poi.excel.entity.params 中的 类
- excel 导入工具类,对cell类型做映射
- ExcelImportEntity() -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 的构造方法
-
- ExcelImportEnum - org.jeecgframework.poi.exception.excel.enums 中的 枚举
- 导出异常类型枚举
- ExcelImportException - org.jeecgframework.poi.exception.excel 中的 异常
- 导入异常
- ExcelImportException() -
异常 org.jeecgframework.poi.exception.excel.ExcelImportException 的构造方法
-
- ExcelImportException(ExcelImportEnum) -
异常 org.jeecgframework.poi.exception.excel.ExcelImportException 的构造方法
-
- ExcelImportException(ExcelImportEnum, Throwable) -
异常 org.jeecgframework.poi.exception.excel.ExcelImportException 的构造方法
-
- ExcelImportException(String) -
异常 org.jeecgframework.poi.exception.excel.ExcelImportException 的构造方法
-
- ExcelImportException(String, ExcelImportEnum) -
异常 org.jeecgframework.poi.exception.excel.ExcelImportException 的构造方法
-
- ExcelImportResult<T> - org.jeecgframework.poi.excel.entity.result 中的 类
- 导入返回类
- ExcelImportResult() -
类 org.jeecgframework.poi.excel.entity.result.ExcelImportResult 的构造方法
-
- ExcelImportResult(List<T>, boolean, Workbook) -
类 org.jeecgframework.poi.excel.entity.result.ExcelImportResult 的构造方法
-
- ExcelImportServer - org.jeecgframework.poi.excel.imports 中的 类
- Excel 导入服务
- ExcelImportServer() -
类 org.jeecgframework.poi.excel.imports.ExcelImportServer 的构造方法
-
- ExcelImportUtil - org.jeecgframework.poi.excel 中的 类
- Excel 导入工具
- ExcelListEntity - org.jeecgframework.poi.word.entity.params 中的 类
- Excel 导出对象
- ExcelListEntity() -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 的构造方法
-
- ExcelListEntity(List<?>, Class<?>) -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 的构造方法
-
- ExcelListEntity(List<?>, Class<?>, IExcelDataHandler) -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 的构造方法
-
- ExcelListEntity(List<?>, Class<?>, IExcelDataHandler, int) -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 的构造方法
-
- ExcelListEntity(List<?>, Class<?>, int) -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 的构造方法
-
- ExcelMapParse - org.jeecgframework.poi.word.parse.excel 中的 类
- 处理和生成Map 类型的数据变成表格
- ExcelMapParse() -
类 org.jeecgframework.poi.word.parse.excel.ExcelMapParse 的构造方法
-
- ExcelStyleType - org.jeecgframework.poi.excel.entity.enmus 中的 枚举
- 插件提供的几个默认样式
- ExcelToHtmlParams - org.jeecgframework.poi.excel.entity 中的 类
- Excel到HTML的参数
- ExcelToHtmlParams(Workbook, boolean, int, String) -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 的构造方法
-
- ExcelToHtmlServer - org.jeecgframework.poi.excel.html 中的 类
- Excel转换成Html 服务
- ExcelToHtmlServer(ExcelToHtmlParams) -
类 org.jeecgframework.poi.excel.html.ExcelToHtmlServer 的构造方法
-
- ExcelToHtmlUtil - org.jeecgframework.poi.excel 中的 类
- Excel 变成界面
- ExcelType - org.jeecgframework.poi.excel.entity.enmus 中的 枚举
- Excel Type
- ExcelVerifyEntity - org.jeecgframework.poi.excel.entity.params 中的 类
- Excel 校验对象
- ExcelVerifyEntity() -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 的构造方法
-
- ExcelVerifyHanlderResult - org.jeecgframework.poi.excel.entity.result 中的 类
- Excel导入处理返回结果
- ExcelVerifyHanlderResult() -
类 org.jeecgframework.poi.excel.entity.result.ExcelVerifyHanlderResult 的构造方法
-
- ExcelVerifyHanlderResult(boolean) -
类 org.jeecgframework.poi.excel.entity.result.ExcelVerifyHanlderResult 的构造方法
-
- ExcelVerifyHanlderResult(boolean, String) -
类 org.jeecgframework.poi.excel.entity.result.ExcelVerifyHanlderResult 的构造方法
-
- ExportBase - org.jeecgframework.poi.excel.export.base 中的 类
- 导出基础处理,不设计POI,只设计对象,保证复用性
- ExportBase() -
类 org.jeecgframework.poi.excel.export.base.ExportBase 的构造方法
-
- exportExcel(ExportParams, Class<?>, Collection<?>) -
类 org.jeecgframework.poi.excel.ExcelExportUtil 中的静态方法
-
- exportExcel(ExportParams, List<ExcelExportEntity>, Collection<? extends Map<?, ?>>) -
类 org.jeecgframework.poi.excel.ExcelExportUtil 中的静态方法
- 根据Map创建对应的Excel
- exportExcel(List<Map<String, Object>>, String) -
类 org.jeecgframework.poi.excel.ExcelExportUtil 中的静态方法
- 一个excel 创建多个sheet
- exportExcel(TemplateExportParams, Class<?>, Collection<?>, Map<String, Object>) -
类 org.jeecgframework.poi.excel.ExcelExportUtil 中的静态方法
- 导出文件通过模板解析,不推荐这个了,推荐全部通过模板来执行处理
- exportExcel(TemplateExportParams, Map<String, Object>) -
类 org.jeecgframework.poi.excel.ExcelExportUtil 中的静态方法
- 导出文件通过模板解析只有模板,没有集合
- exportExcel(Map<Integer, Map<String, Object>>, TemplateExportParams) -
类 org.jeecgframework.poi.excel.ExcelExportUtil 中的静态方法
- 导出文件通过模板解析只有模板,没有集合
每个sheet对应一个map,导出到处,key是sheet的NUM
- exportHandler(Object, String, Object) -
类 org.jeecgframework.poi.handler.impl.ExcelDataHandlerDefaultImpl 中的方法
-
- exportHandler(Object, String, Object) -
接口 org.jeecgframework.poi.handler.inter.IExcelDataHandler 中的方法
- 导出处理方法
- ExportParams - org.jeecgframework.poi.excel.entity 中的 类
- Excel 导出参数
- ExportParams() -
类 org.jeecgframework.poi.excel.entity.ExportParams 的构造方法
-
- ExportParams(String, String) -
类 org.jeecgframework.poi.excel.entity.ExportParams 的构造方法
-
- ExportParams(String, String, ExcelType) -
类 org.jeecgframework.poi.excel.entity.ExportParams 的构造方法
-
- ExportParams(String, String, String) -
类 org.jeecgframework.poi.excel.entity.ExportParams 的构造方法
-
- exportWord07(String, Map<String, Object>) -
类 org.jeecgframework.poi.word.WordExportUtil 中的静态方法
- 解析Word2007版本
- exportWord07(XWPFDocument, Map<String, Object>) -
类 org.jeecgframework.poi.word.WordExportUtil 中的静态方法
- 解析Word2007版本
F
- forClass(Class<?>) -
类 org.jeecgframework.poi.util.PoiReflectorUtil 中的静态方法
-
- FOREACH -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- FOREACH_AND_SHIFT -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- FOREACH_NOT_CREATE -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- FORMAT_DATE -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- FORMAT_NUMBER -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- formatDate(Object, String) -
类 org.jeecgframework.poi.util.PoiFunctionUtil 中的静态方法
- 格式化时间
- formatNumber(Object, String) -
类 org.jeecgframework.poi.util.PoiFunctionUtil 中的静态方法
- 格式化数字
- fromCache(Class<?>) -
类 org.jeecgframework.poi.util.PoiReflectorUtil 中的静态方法
-
G
- GET -
接口 org.jeecgframework.poi.excel.entity.vo.PoiBaseConstants 中的静态变量
- 字段属性对应方法
- getAllExcelField(String[], String, Field[], List<ExcelExportEntity>, Class<?>, List<Method>) -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的方法
- 获取需要导出的全部字段
- getAllExcelField(String, Field[], Map<String, ExcelImportEntity>, List<ExcelCollectionParams>, Class<?>, List<Method>) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
- 获取需要导出的全部字段
- getCellOrder(String, String) -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的方法
- 获取这个字段的顺序
- getCellStyle() -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- getCellType() -
类 org.jeecgframework.poi.excel.entity.sax.SaxReadCellEntity 中的方法
-
- getCellValue(ExcelExportEntity, Object) -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的方法
- 获取填如这个cell的值,提供一些附加功能
- getClassFields(Class<?>) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 获取class的 包括父类的
- getClassType() -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- getClazz() -
枚举 org.jeecgframework.poi.excel.entity.enmus.ExcelStyleType 中的方法
-
- getClazz() -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 中的方法
-
- getCollectionName() -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- getColor() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getColspan() -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- getConstValue() -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- getData() -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的方法
-
- getDatabaseFormat() -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- getDataHanlder() -
类 org.jeecgframework.poi.excel.entity.ExcelBaseParams 中的方法
-
- getDataSheetNum() -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- getEndRow() -
类 org.jeecgframework.poi.excel.entity.params.MergeEntity 中的方法
-
- getExcelExportStyler() -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
-
- getExcelField(String, Field, ExcelImportEntity, Excel, Class<?>) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
-
- getExcelFieldList(String, Field[], Class<?>, Map<String, ExcelImportEntity>, List<Method>) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
-
- getExcelName() -
类 org.jeecgframework.poi.excel.entity.params.ExcelCollectionParams 中的方法
-
- getExcelName(String, String) -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的方法
- 判断在这个单元格显示的名称
- getExcelName(String, String) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
- 判断在这个单元格显示的名称
- getExcelParams() -
类 org.jeecgframework.poi.excel.entity.params.ExcelCollectionParams 中的方法
-
- getExclusions() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getExportImageType() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- getFieldBySomeMethod(List<Method>, Object) -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的方法
- 多个反射获取值
- getFieldBySomeMethod(List<Method>, Object) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
-
- getFieldList() -
类 org.jeecgframework.poi.util.PoiReflectorUtil 中的方法
-
- getFieldWidth(List<ExcelExportEntity>) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
- 获取导出报表的字段总长度
- getFile(String) -
类 org.jeecgframework.poi.cache.manager.POICacheManager 中的静态方法
-
- getFileExtendName(byte[]) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
-
- getFormat() -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- getFreezeCol() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getGetMethod(String) -
类 org.jeecgframework.poi.util.PoiReflectorUtil 中的方法
-
- getGetMethods() -
类 org.jeecgframework.poi.util.PoiReflectorUtil 中的方法
-
- getHeaderColor() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getHeaderStyle(short) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerBorderImpl 中的方法
-
- getHeaderStyle(short) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerColorImpl 中的方法
-
- getHeaderStyle(short) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerDefaultImpl 中的方法
-
- getHeaderStyle(short) -
接口 org.jeecgframework.poi.excel.export.styler.IExcelExportStyler 中的方法
- 列表头样式
- getHeadingRows() -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- getHeadingStartRow() -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- getHeadRows() -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- getHeadRows() -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 中的方法
-
- getHeight() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- getHeight() -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- getHeight() -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的方法
-
- getHtml(ExcelToHtmlParams) -
类 org.jeecgframework.poi.cache.HtmlCache 中的静态方法
-
- getHtmlValue(Cell) -
类 org.jeecgframework.poi.excel.html.helper.CellValueHelper 中的方法
-
- getHyperlink(CreationHelper, Object, String, Object) -
类 org.jeecgframework.poi.handler.impl.ExcelDataHandlerDefaultImpl 中的方法
-
- getHyperlink(CreationHelper, Object, String, Object) -
接口 org.jeecgframework.poi.handler.inter.IExcelDataHandler 中的方法
- 获取这个字段的 ,07版本需要,03版本不需要
- getImageType(byte[]) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
- 获取图片类型,设置图片插入类型
- getImportVerify(Field) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
- 获取导入校验参数
- getIndexName() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getIsAndType(WordImageEntity) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 返回流和图片类型
- getKey() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- getKeyIndex() -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- getLastOfInvalidRow() -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- getList() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- getList() -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- getList() -
类 org.jeecgframework.poi.excel.entity.result.ExcelImportResult 中的方法
-
- getList() -
接口 org.jeecgframework.poi.excel.imports.sax.parse.ISaxRowRead 中的方法
- 获取返回数据
- getList() -
类 org.jeecgframework.poi.excel.imports.sax.parse.SaxRowRead 中的方法
-
- getList() -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 中的方法
-
- getListCellValue(ExcelExportEntity, Object) -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的方法
- 获取集合的值
- getMaxLength() -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- getMergeRely() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- getMethod() -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- getMethods() -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- getMinLength() -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- getMsg() -
类 org.jeecgframework.poi.excel.entity.result.ExcelVerifyHanlderResult 中的方法
-
- getMsg() -
枚举 org.jeecgframework.poi.exception.excel.enums.ExcelExportEnum 中的方法
-
- getMsg() -
枚举 org.jeecgframework.poi.exception.excel.enums.ExcelImportEnum 中的方法
-
- getMsg() -
枚举 org.jeecgframework.poi.exception.word.enmus.WordExportEnum 中的方法
-
- getName() -
枚举 org.jeecgframework.poi.excel.entity.enmus.ExcelStyleType 中的方法
-
- getName() -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- getName() -
类 org.jeecgframework.poi.excel.entity.params.ExcelCollectionParams 中的方法
-
- getName() -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- getName() -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 中的方法
-
- getNeedHandlerFields() -
类 org.jeecgframework.poi.handler.impl.ExcelDataHandlerDefaultImpl 中的方法
-
- getNeedHandlerFields() -
接口 org.jeecgframework.poi.handler.inter.IExcelDataHandler 中的方法
- 获取需要处理的字段,导入和导出统一处理了, 减少书写的字段
- getNeedVerifyFields() -
接口 org.jeecgframework.poi.handler.inter.IExcelVerifyHandler 中的方法
- 获取需要处理的字段,导入和导出统一处理了, 减少书写的字段
- getOneObjectSize(Object, List<ExcelExportEntity>) -
类 org.jeecgframework.poi.excel.export.template.ExcelExportOfTemplateUtil 中的方法
- 获取单个对象的高度,主要是处理一堆多的情况
- getOrderNum() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- getParamsValue(String, Object) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 获取参数值
- getPath() -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 中的方法
-
- getRealValue(String, Map<String, Object>) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 解析数据
- getRegex() -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- getRegexTip() -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- getRelyList() -
类 org.jeecgframework.poi.excel.entity.params.MergeEntity 中的方法
-
- getReplace() -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- getRowAndColSpan(int, int) -
类 org.jeecgframework.poi.excel.html.helper.MergedRegionHelper 中的方法
- 获取合并区域
- getRowHeight(List<ExcelExportEntity>) -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的方法
- 根据注解获取行高
- getRowspan() -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- getSaveExcelUrl(ImportParams, Class<?>) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
- 获取保存的Excel 的真实路径
- getSaveType() -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- getSaveUrl() -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- getSaveUrl() -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- getSecondTitle() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getSecondTitleHeight() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getSetMethod(String) -
类 org.jeecgframework.poi.util.PoiReflectorUtil 中的方法
-
- getSheetName() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getSheetName() -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- getSheetNum() -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 中的方法
-
- getSheetNum() -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- getSheetNum() -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- getSheetPictrues03(HSSFSheet, HSSFWorkbook) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 获取Excel2003图片
- getSheetPictrues07(XSSFSheet, XSSFWorkbook) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 获取Excel2007图片
- getStartRow() -
类 org.jeecgframework.poi.excel.entity.params.MergeEntity 中的方法
-
- getStartRows() -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- getStartSheetIndex() -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- getStyle() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getStyle() -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- getStyles(boolean, ExcelExportEntity) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
- 获取样式
- getStyles(boolean, ExcelExportEntity) -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 中的方法
-
- getStyles(boolean, ExcelExportEntity) -
接口 org.jeecgframework.poi.excel.export.styler.IExcelExportStyler 中的方法
- 获取样式方法
- getSuffix() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- getSuffix() -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- getTarget() -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 中的方法
-
- getTemplateUrl() -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- getTempParams() -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- getText() -
类 org.jeecgframework.poi.excel.entity.params.MergeEntity 中的方法
-
- getTitle() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getTitleHeight() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getTitleRows() -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- getTitleStyle(short) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerBorderImpl 中的方法
-
- getTitleStyle(short) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerColorImpl 中的方法
-
- getTitleStyle(short) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerDefaultImpl 中的方法
-
- getTitleStyle(short) -
接口 org.jeecgframework.poi.excel.export.styler.IExcelExportStyler 中的方法
- 标题样式
- getType() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- getType() -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- getType() -
类 org.jeecgframework.poi.excel.entity.params.ExcelCollectionParams 中的方法
-
- getType() -
异常 org.jeecgframework.poi.exception.excel.ExcelExportException 中的方法
-
- getType() -
异常 org.jeecgframework.poi.exception.excel.ExcelImportException 中的方法
-
- getType() -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 中的方法
-
- getType() -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的方法
-
- getUrl() -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的方法
-
- getValue() -
类 org.jeecgframework.poi.excel.entity.sax.SaxReadCellEntity 中的方法
-
- getValue(IExcelDataHandler, Object, Cell, Map<String, ExcelImportEntity>, String) -
类 org.jeecgframework.poi.excel.imports.CellValueServer 中的方法
- 获取cell的值
- getValue(IExcelDataHandler, Object, SaxReadCellEntity, Map<String, ExcelImportEntity>, String) -
类 org.jeecgframework.poi.excel.imports.CellValueServer 中的方法
- 获取cell值
- getValue(Object, String) -
类 org.jeecgframework.poi.util.PoiReflectorUtil 中的方法
- 获取field 值
- getValue() -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 中的方法
-
- getValueDoWhile(Object, String[], int) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 通过遍历过去对象值
- getVerify() -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- getVerifyHanlder() -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- getWb() -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 中的方法
-
- getWebRootPath(String) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
-
- getWidth() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- getWidth() -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的方法
-
- getWorkbook(String, Integer[], boolean) -
类 org.jeecgframework.poi.cache.ExcelCache 中的静态方法
-
- getWorkbook() -
类 org.jeecgframework.poi.excel.entity.result.ExcelImportResult 中的方法
-
- getXWPFDocumen(String) -
类 org.jeecgframework.poi.cache.WordCache 中的静态方法
-
H
- hanlder(T) -
接口 org.jeecgframework.poi.handler.inter.IExcelReadRowHanlder 中的方法
- 处理解析对象
- hashCode() -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 中的方法
- 保持一个参数一个对象的hashCode
- HtmlCache - org.jeecgframework.poi.cache 中的 类
- Excel 转变成为Html 的缓存
- HtmlCache() -
类 org.jeecgframework.poi.cache.HtmlCache 的构造方法
-
I
- IExcelDataHandler - org.jeecgframework.poi.handler.inter 中的 接口
- Excel 导入导出 数据处理接口
- IExcelExportStyler - org.jeecgframework.poi.excel.export.styler 中的 接口
- Excel导出样式接口
- IExcelReadRowHanlder<T> - org.jeecgframework.poi.handler.inter 中的 接口
- 接口自定义处理类
- IExcelVerifyHandler - org.jeecgframework.poi.handler.inter 中的 接口
- 导入校验接口
- IF_DELETE -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- ImportBaseService - org.jeecgframework.poi.excel.imports.base 中的 类
- 导入基础和,普通方法和Sax共用
- ImportBaseService() -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 的构造方法
-
- importExcel(File, Class<?>, ImportParams) -
类 org.jeecgframework.poi.excel.ExcelImportUtil 中的静态方法
- Excel 导入 数据源本地文件,不返回校验结果 导入 字 段类型 Integer,Long,Double,Date,String,Boolean
- importExcel(InputStream, Class<?>, ImportParams) -
类 org.jeecgframework.poi.excel.ExcelImportUtil 中的静态方法
- Excel 导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean
- importExcelByIs(InputStream, Class<?>, ImportParams) -
类 org.jeecgframework.poi.excel.imports.ExcelImportServer 中的方法
- Excel 导入 field 字段类型 Integer,Long,Double,Date,String,Boolean
- importExcelBySax(InputStream, Class<?>, ImportParams) -
类 org.jeecgframework.poi.excel.ExcelImportUtil 中的静态方法
- Excel 通过SAX解析方法,适合大数据导入,不支持图片
导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean
- importExcelBySax(InputStream, Class<?>, ImportParams, IExcelReadRowHanlder) -
类 org.jeecgframework.poi.excel.ExcelImportUtil 中的静态方法
- Excel 通过SAX解析方法,适合大数据导入,不支持图片
导入 数据源本地文件,不返回校验结果 导入 字 段类型 Integer,Long,Double,Date,String,Boolean
- importExcelBySax(InputStream, ISaxRowRead) -
类 org.jeecgframework.poi.excel.ExcelImportUtil 中的静态方法
- Excel 通过SAX解析方法,适合大数据导入,不支持图片
导入 数据源IO流,不返回校验结果 导入 字段类型 Integer,Long,Double,Date,String,Boolean
- importExcelVerify(InputStream, Class<?>, ImportParams) -
类 org.jeecgframework.poi.excel.ExcelImportUtil 中的静态方法
- Excel 导入 数据源IO流,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean
- importExcelVerify(File, Class<?>, ImportParams) -
类 org.jeecgframework.poi.excel.ExcelImportUtil 中的静态方法
- Excel 导入 数据源本地文件,返回校验结果 字段类型 Integer,Long,Double,Date,String,Boolean
- importHandler(Object, String, Object) -
类 org.jeecgframework.poi.handler.impl.ExcelDataHandlerDefaultImpl 中的方法
-
- importHandler(Object, String, Object) -
接口 org.jeecgframework.poi.handler.inter.IExcelDataHandler 中的方法
- 导入处理方法 当前对象,当前字段名称,当前值
- ImportParams - org.jeecgframework.poi.excel.entity 中的 类
- 导入参数设置
- ImportParams() -
类 org.jeecgframework.poi.excel.entity.ImportParams 的构造方法
-
- innerEval(String, Map<String, Object>) -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态方法
- 解析字符串,支持 le,fd,fn,!
- IS -
接口 org.jeecgframework.poi.excel.entity.vo.PoiBaseConstants 中的静态变量
- 字段属性对应方法
- IS_ADD_INDEX -
接口 org.jeecgframework.poi.excel.entity.vo.PoiBaseConstants 中的静态变量
- 是否增加属性列
- isAddIndex() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- ISaxRowRead - org.jeecgframework.poi.excel.imports.sax.parse 中的 接口
-
- isCollection(Class<?>) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 判断是不是集合的实现类
- isCompleteHTML() -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 中的方法
-
- isCreateHeadRows() -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- isEmail() -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- isEmail(String, Object) -
类 org.jeecgframework.poi.excel.imports.verifys.BaseVerifyHandler 中的静态方法
- email校验
- isHyperlink() -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- isInteger(String) -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的方法
- 判断字符串是否是整数
- isInterHandler() -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- isJavaClass(Field) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 是不是java基础类
- isMergedRegion(int, int) -
类 org.jeecgframework.poi.excel.html.helper.MergedRegionHelper 中的方法
- 是不是合并区域
- isMergeVertical() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- isMobile() -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- isMobile(String, Object) -
类 org.jeecgframework.poi.excel.imports.verifys.BaseVerifyHandler 中的静态方法
- 手机校验
- isNeedCreate(int, int) -
类 org.jeecgframework.poi.excel.html.helper.MergedRegionHelper 中的方法
- 是不是需要创建这个TD
- isNeedMerge() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- isNeedSave() -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- isNotNull() -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- isNotUserExcelUserThis(List<String>, Field, String) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
- 判断是否不要在这个excel操作中
- isScanAllsheet() -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- isStatistics() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- isSuccess() -
类 org.jeecgframework.poi.excel.entity.result.ExcelVerifyHanlderResult 中的方法
-
- isTel() -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- isTel(String, Object) -
类 org.jeecgframework.poi.excel.imports.verifys.BaseVerifyHandler 中的静态方法
- 电话校验
- isTrue(Object, String, Object) -
类 org.jeecgframework.poi.util.PoiFunctionUtil 中的静态方法
- 判断是不是成功
- isVerfiyFail() -
类 org.jeecgframework.poi.excel.entity.result.ExcelImportResult 中的方法
-
- isWrap() -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
L
- LEFT_BRACKET -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- LENGTH -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- length(Object) -
类 org.jeecgframework.poi.util.PoiFunctionUtil 中的静态方法
- 获取对象的长度
- LIST -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 中的静态变量
-
- ListParamEntity - org.jeecgframework.poi.word.entity.params 中的 类
- Excel 对象导出结构
- ListParamEntity() -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 的构造方法
-
- ListParamEntity(String, Object) -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 的构造方法
-
- ListParamEntity(String, String) -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 的构造方法
-
M
- main(String[]) -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态方法
-
- mapFor(Object...) -
类 org.jeecgframework.poi.util.PoiPublicUtil 中的静态方法
-
- maxLength(String, Object, int) -
类 org.jeecgframework.poi.excel.imports.verifys.BaseVerifyHandler 中的静态方法
- 最大长度校验
- mergeCells(Sheet, List<ExcelExportEntity>, int) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
- 合并单元格
- mergeCells(Sheet, int, Integer...) -
类 org.jeecgframework.poi.util.PoiMergeCellUtil 中的静态方法
- 纵向合并相同内容的单元格
- mergeCells(Sheet, Map<Integer, int[]>, int) -
类 org.jeecgframework.poi.util.PoiMergeCellUtil 中的静态方法
- 纵向合并相同内容的单元格
- mergeCells(Sheet, Map<Integer, int[]>, int, int) -
类 org.jeecgframework.poi.util.PoiMergeCellUtil 中的静态方法
- 纵向合并相同内容的单元格
- MergedRegionHelper - org.jeecgframework.poi.excel.html.helper 中的 类
- 合并单元格帮助类
- MergedRegionHelper(Sheet) -
类 org.jeecgframework.poi.excel.html.helper.MergedRegionHelper 的构造方法
-
- MergeEntity - org.jeecgframework.poi.excel.entity.params 中的 类
- 合并单元格使用对象
Created by jue on 14-6-11.
- MergeEntity() -
类 org.jeecgframework.poi.excel.entity.params.MergeEntity 的构造方法
-
- MergeEntity(String, int, int) -
类 org.jeecgframework.poi.excel.entity.params.MergeEntity 的构造方法
-
- minLength(String, Object, int) -
类 org.jeecgframework.poi.excel.imports.verifys.BaseVerifyHandler 中的静态方法
- 最小长度校验
- MyXWPFDocument - org.jeecgframework.poi.word.entity 中的 类
- 扩充document,修复图片插入失败问题问题
- MyXWPFDocument() -
类 org.jeecgframework.poi.word.entity.MyXWPFDocument 的构造方法
-
- MyXWPFDocument(InputStream) -
类 org.jeecgframework.poi.word.entity.MyXWPFDocument 的构造方法
-
- MyXWPFDocument(OPCPackage) -
类 org.jeecgframework.poi.word.entity.MyXWPFDocument 的构造方法
-
N
- name -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的变量
- 对应name
- needHanlderList -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的变量
-
- notNull(String, Object) -
类 org.jeecgframework.poi.excel.imports.verifys.BaseVerifyHandler 中的静态方法
- 非空校验
- NULL -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- NUMBER_SYMBOL -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
O
- org.jeecgframework.poi - 软件包 org.jeecgframework.poi
-
- org.jeecgframework.poi.cache - 软件包 org.jeecgframework.poi.cache
-
- org.jeecgframework.poi.cache.manager - 软件包 org.jeecgframework.poi.cache.manager
-
- org.jeecgframework.poi.excel - 软件包 org.jeecgframework.poi.excel
-
- org.jeecgframework.poi.excel.entity - 软件包 org.jeecgframework.poi.excel.entity
-
- org.jeecgframework.poi.excel.entity.enmus - 软件包 org.jeecgframework.poi.excel.entity.enmus
-
- org.jeecgframework.poi.excel.entity.params - 软件包 org.jeecgframework.poi.excel.entity.params
-
- org.jeecgframework.poi.excel.entity.result - 软件包 org.jeecgframework.poi.excel.entity.result
-
- org.jeecgframework.poi.excel.entity.sax - 软件包 org.jeecgframework.poi.excel.entity.sax
-
- org.jeecgframework.poi.excel.entity.vo - 软件包 org.jeecgframework.poi.excel.entity.vo
-
- org.jeecgframework.poi.excel.export - 软件包 org.jeecgframework.poi.excel.export
-
- org.jeecgframework.poi.excel.export.base - 软件包 org.jeecgframework.poi.excel.export.base
-
- org.jeecgframework.poi.excel.export.styler - 软件包 org.jeecgframework.poi.excel.export.styler
-
- org.jeecgframework.poi.excel.export.template - 软件包 org.jeecgframework.poi.excel.export.template
-
- org.jeecgframework.poi.excel.html - 软件包 org.jeecgframework.poi.excel.html
-
- org.jeecgframework.poi.excel.html.helper - 软件包 org.jeecgframework.poi.excel.html.helper
-
- org.jeecgframework.poi.excel.imports - 软件包 org.jeecgframework.poi.excel.imports
- 导入类
- org.jeecgframework.poi.excel.imports.base - 软件包 org.jeecgframework.poi.excel.imports.base
-
- org.jeecgframework.poi.excel.imports.sax - 软件包 org.jeecgframework.poi.excel.imports.sax
-
- org.jeecgframework.poi.excel.imports.sax.parse - 软件包 org.jeecgframework.poi.excel.imports.sax.parse
-
- org.jeecgframework.poi.excel.imports.verifys - 软件包 org.jeecgframework.poi.excel.imports.verifys
-
- org.jeecgframework.poi.exception.excel - 软件包 org.jeecgframework.poi.exception.excel
-
- org.jeecgframework.poi.exception.excel.enums - 软件包 org.jeecgframework.poi.exception.excel.enums
-
- org.jeecgframework.poi.exception.word - 软件包 org.jeecgframework.poi.exception.word
-
- org.jeecgframework.poi.exception.word.enmus - 软件包 org.jeecgframework.poi.exception.word.enmus
-
- org.jeecgframework.poi.handler - 软件包 org.jeecgframework.poi.handler
- 数据处理中心,对导入导出进行数据处理
- org.jeecgframework.poi.handler.impl - 软件包 org.jeecgframework.poi.handler.impl
- 对接口的抽象的默认实现,避免用户实现过多方法
- org.jeecgframework.poi.handler.inter - 软件包 org.jeecgframework.poi.handler.inter
-
- org.jeecgframework.poi.util - 软件包 org.jeecgframework.poi.util
-
- org.jeecgframework.poi.word - 软件包 org.jeecgframework.poi.word
-
- org.jeecgframework.poi.word.entity - 软件包 org.jeecgframework.poi.word.entity
-
- org.jeecgframework.poi.word.entity.params - 软件包 org.jeecgframework.poi.word.entity.params
-
- org.jeecgframework.poi.word.parse - 软件包 org.jeecgframework.poi.word.parse
-
- org.jeecgframework.poi.word.parse.excel - 软件包 org.jeecgframework.poi.word.parse.excel
-
P
- parse(int, List<SaxReadCellEntity>) -
接口 org.jeecgframework.poi.excel.imports.sax.parse.ISaxRowRead 中的方法
- 解析数据
- parse(int, List<SaxReadCellEntity>) -
类 org.jeecgframework.poi.excel.imports.sax.parse.SaxRowRead 中的方法
-
- parseNextRowAndAddRow(XWPFTable, int, ExcelListEntity) -
类 org.jeecgframework.poi.word.parse.excel.ExcelEntityParse 中的方法
- 解析上一行并生成更多行
- parseNextRowAndAddRow(XWPFTable, int, List<Object>) -
类 org.jeecgframework.poi.word.parse.excel.ExcelMapParse 中的静态方法
- 解析下一行,并且生成更多的行
- parseWord(String, Map<String, Object>) -
类 org.jeecgframework.poi.word.parse.ParseWord07 中的方法
- 解析07版的Word并且进行赋值
- parseWord(XWPFDocument, Map<String, Object>) -
类 org.jeecgframework.poi.word.parse.ParseWord07 中的方法
- 解析07版的Word并且进行赋值
- ParseWord07 - org.jeecgframework.poi.word.parse 中的 类
- 解析07版的Word,替换文字,生成表格,生成图片
- ParseWord07() -
类 org.jeecgframework.poi.word.parse.ParseWord07 的构造方法
-
- PoiBaseConstants - org.jeecgframework.poi.excel.entity.vo 中的 接口
- 基础常量
Created by jue on 14-4-21.
- POICacheManager - org.jeecgframework.poi.cache.manager 中的 类
- 缓存管理
- POICacheManager() -
类 org.jeecgframework.poi.cache.manager.POICacheManager 的构造方法
-
- PoiElUtil - org.jeecgframework.poi.util 中的 类
- EasyPoi的el 表达式支持工具类
- PoiFunctionUtil - org.jeecgframework.poi.util 中的 类
- if else,length,for each,fromatNumber,formatDate
满足模板的 el 表达式支持
- PoiMergeCellUtil - org.jeecgframework.poi.util 中的 类
- 纵向合并单元格工具类
- PoiPublicUtil - org.jeecgframework.poi.util 中的 类
- EASYPOI 的公共基础类
- PoiReflectorUtil - org.jeecgframework.poi.util 中的 类
- 反射工具类,缓存读取的class信息,省的一直获取
- PoiSheetUtility - org.jeecgframework.poi.util 中的 类
- 国外高手的,不过也不好,慎用,效率不行
Helper functions to aid in the management of sheets
- PoiSheetUtility() -
类 org.jeecgframework.poi.util.PoiSheetUtility 的构造方法
-
- printPage() -
类 org.jeecgframework.poi.excel.html.ExcelToHtmlServer 中的方法
-
- printStyles(Workbook) -
类 org.jeecgframework.poi.excel.html.helper.StylerHelper 中的方法
-
R
- readExcel(InputStream, Class<?>, ImportParams, ISaxRowRead, IExcelReadRowHanlder) -
类 org.jeecgframework.poi.excel.imports.sax.SaxReadExcel 中的方法
-
- regex(String, Object, String, String) -
类 org.jeecgframework.poi.excel.imports.verifys.BaseVerifyHandler 中的静态方法
- 正则表达式校验
- RIGHT_BRACKET -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
S
- saveThisExcel(ImportParams, Class<?>, boolean, Workbook) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
-
- SaxReadCellEntity - org.jeecgframework.poi.excel.entity.sax 中的 类
- Cell 对象
- SaxReadCellEntity(CellValueType, Object) -
类 org.jeecgframework.poi.excel.entity.sax.SaxReadCellEntity 的构造方法
-
- SaxReadExcel - org.jeecgframework.poi.excel.imports.sax 中的 类
- 基于SAX Excel大数据读取,读取Excel 07版本,不支持图片读取
- SaxReadExcel() -
类 org.jeecgframework.poi.excel.imports.sax.SaxReadExcel 的构造方法
-
- SaxRowRead - org.jeecgframework.poi.excel.imports.sax.parse 中的 类
- 当行读取数据
- SaxRowRead(Class<?>, ImportParams, IExcelReadRowHanlder) -
类 org.jeecgframework.poi.excel.imports.sax.parse.SaxRowRead 的构造方法
-
- SET -
接口 org.jeecgframework.poi.excel.entity.vo.PoiBaseConstants 中的静态变量
- 字段属性对应方法
- setAddIndex(boolean) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setCellStyle(CellStyle) -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- setCellType(CellValueType) -
类 org.jeecgframework.poi.excel.entity.sax.SaxReadCellEntity 中的方法
-
- setCellWith(List<ExcelExportEntity>, Sheet) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
-
- setClassType(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- setClazz(Class<?>) -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 中的方法
-
- setCollectionName(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- setColor(short) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setColspan(int) -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- setCompleteHTML(boolean) -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 中的方法
-
- setConstValue(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- setCreateHeadRows(boolean) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setCurrentIndex(int) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
-
- setData(byte[]) -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的方法
-
- setDatabaseFormat(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- setDataHanlder(IExcelDataHandler) -
类 org.jeecgframework.poi.excel.entity.ExcelBaseParams 中的方法
-
- setDataSheetNum(int) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setEmail(boolean) -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- setEndRow(int) -
类 org.jeecgframework.poi.excel.entity.params.MergeEntity 中的方法
-
- setExcelExportStyler(IExcelExportStyler) -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的方法
-
- setExcelName(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelCollectionParams 中的方法
-
- setExcelParams(Map<String, ExcelImportEntity>) -
类 org.jeecgframework.poi.excel.entity.params.ExcelCollectionParams 中的方法
-
- setExclusions(String[]) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setExportImageType(int) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setFieldBySomeMethod(List<Method>, Object, Object) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
- 多个get 最后再set
- setFormat(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- setFreezeCol(int) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setHeaderColor(short) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setHeadingRows(int) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setHeadingStartRow(int) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setHeadRows(int) -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- setHeadRows(int) -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 中的方法
-
- setHeight(double) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setHeight(short) -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- setHeight(int) -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的方法
-
- setHyperlink(boolean) -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- setIndexName(String) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setInterHandler(boolean) -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- setKey(Object) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setKeyIndex(int) -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- setLastOfInvalidRow(int) -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- setList(List<ExcelExportEntity>) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setList(List<ExcelImportEntity>) -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- setList(List<T>) -
类 org.jeecgframework.poi.excel.entity.result.ExcelImportResult 中的方法
-
- setList(List<?>) -
类 org.jeecgframework.poi.word.entity.params.ExcelListEntity 中的方法
-
- setMapValue(Map<String, Object>, String, Object) -
类 org.jeecgframework.poi.handler.impl.ExcelDataHandlerDefaultImpl 中的方法
-
- setMapValue(Map<String, Object>, String, Object) -
接口 org.jeecgframework.poi.handler.inter.IExcelDataHandler 中的方法
- 设置Map导入,自定义 put
- setMaxLength(int) -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- setMergeRely(int[]) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setMergeVertical(boolean) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setMethod(Method) -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- setMethods(List<Method>) -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- setMinLength(int) -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- setMobile(boolean) -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- setMsg(String) -
类 org.jeecgframework.poi.excel.entity.result.ExcelVerifyHanlderResult 中的方法
-
- setMsg(String) -
枚举 org.jeecgframework.poi.exception.excel.enums.ExcelExportEnum 中的方法
-
- setMsg(String) -
枚举 org.jeecgframework.poi.exception.excel.enums.ExcelImportEnum 中的方法
-
- setMsg(String) -
枚举 org.jeecgframework.poi.exception.word.enmus.WordExportEnum 中的方法
-
- setName(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- setName(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelCollectionParams 中的方法
-
- setName(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- setName(String) -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 中的方法
-
- setNeedHandlerFields(String[]) -
类 org.jeecgframework.poi.handler.impl.ExcelDataHandlerDefaultImpl 中的方法
-
- setNeedHandlerFields(String[]) -
接口 org.jeecgframework.poi.handler.inter.IExcelDataHandler 中的方法
- 设置需要处理的属性列表
- setNeedMerge(boolean) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setNeedSave(boolean) -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- setNeedVerifyFields(String[]) -
接口 org.jeecgframework.poi.handler.inter.IExcelVerifyHandler 中的方法
- 获取需要处理的字段,导入和导出统一处理了, 减少书写的字段
- setNotNull(boolean) -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- setOrderNum(int) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setPath(String) -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 中的方法
-
- setRegex(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- setRegexTip(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- setRelyList(List<String>) -
类 org.jeecgframework.poi.excel.entity.params.MergeEntity 中的方法
-
- setReplace(String[]) -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- setRowspan(int) -
类 org.jeecgframework.poi.excel.entity.params.ExcelForEachParams 中的方法
-
- setSaveType(int) -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- setSaveUrl(String) -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- setSaveUrl(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- setScanAllsheet(boolean) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setSecondTitle(String) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setSecondTitleHeight(short) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setSheetName(String) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setSheetName(String[]) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setSheetName(String) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setSheetNum(int) -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 中的方法
-
- setSheetNum(int) -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- setSheetNum(Integer[]) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setSheetNum(Integer) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setStartRow(int) -
类 org.jeecgframework.poi.excel.entity.params.MergeEntity 中的方法
-
- setStartRows(int) -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- setStartSheetIndex(int) -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- setStatistics(boolean) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setStyle(Class<?>) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setStyle(Class<?>) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setSuccess(boolean) -
类 org.jeecgframework.poi.excel.entity.result.ExcelVerifyHanlderResult 中的方法
-
- setSuffix(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setSuffix(String) -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- setTarget(String) -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 中的方法
-
- setTel(boolean) -
类 org.jeecgframework.poi.excel.entity.params.ExcelVerifyEntity 中的方法
-
- setTemplateUrl(String) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setTempParams(String) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 中的方法
-
- setText(String) -
类 org.jeecgframework.poi.excel.entity.params.MergeEntity 中的方法
-
- setTitle(String) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setTitleHeight(short) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setTitleRows(int) -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- setType(ExcelType) -
类 org.jeecgframework.poi.excel.entity.ExportParams 中的方法
-
- setType(int) -
类 org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity 中的方法
-
- setType(Class<?>) -
类 org.jeecgframework.poi.excel.entity.params.ExcelCollectionParams 中的方法
-
- setType(ExcelExportEnum) -
异常 org.jeecgframework.poi.exception.excel.ExcelExportException 中的方法
-
- setType(ExcelImportEnum) -
异常 org.jeecgframework.poi.exception.excel.ExcelImportException 中的方法
-
- setType(String) -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 中的方法
-
- setType(String) -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的方法
-
- setUrl(String) -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的方法
-
- setValue(Object) -
类 org.jeecgframework.poi.excel.entity.sax.SaxReadCellEntity 中的方法
-
- setValue(Object, String, Object) -
类 org.jeecgframework.poi.util.PoiReflectorUtil 中的方法
- 设置field值
- setValue(Object) -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 中的方法
-
- setValues(ExcelImportEntity, Object, Object) -
类 org.jeecgframework.poi.excel.imports.base.ImportBaseService 中的方法
-
- setVerfiyFail(boolean) -
类 org.jeecgframework.poi.excel.entity.result.ExcelImportResult 中的方法
-
- setVerify(ExcelVerifyEntity) -
类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity 中的方法
-
- setVerifyHanlder(IExcelVerifyHandler) -
类 org.jeecgframework.poi.excel.entity.ImportParams 中的方法
-
- setWb(Workbook) -
类 org.jeecgframework.poi.excel.entity.ExcelToHtmlParams 中的方法
-
- setWidth(double) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- setWidth(int) -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的方法
-
- setWorkbook(Workbook) -
类 org.jeecgframework.poi.excel.entity.result.ExcelImportResult 中的方法
-
- setWrap(boolean) -
类 org.jeecgframework.poi.excel.entity.params.ExcelExportEntity 中的方法
-
- SheetHandler - org.jeecgframework.poi.excel.imports.sax 中的 类
- 回调接口
- SheetHandler(SharedStringsTable, ISaxRowRead) -
类 org.jeecgframework.poi.excel.imports.sax.SheetHandler 的构造方法
-
- SINGLE -
类 org.jeecgframework.poi.word.entity.params.ListParamEntity 中的静态变量
-
- sortAllParams(List<ExcelExportEntity>) -
类 org.jeecgframework.poi.excel.export.base.ExportBase 中的方法
- 对字段根据用户设置排序
- START_STR -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
- startElement(String, String, String, Attributes) -
类 org.jeecgframework.poi.excel.imports.sax.SheetHandler 中的方法
-
- STRING_FORMAT -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 中的静态变量
-
- stringNoneStyle -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 中的变量
-
- stringNoneStyle(Workbook, boolean) -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 中的方法
-
- stringNoneStyle(Workbook, boolean) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerBorderImpl 中的方法
-
- stringNoneStyle(Workbook, boolean) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerColorImpl 中的方法
-
- stringNoneStyle(Workbook, boolean) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerDefaultImpl 中的方法
-
- stringNoneWrapStyle -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 中的变量
-
- stringSeptailStyle -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 中的变量
-
- stringSeptailStyle(Workbook, boolean) -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 中的方法
-
- stringSeptailStyle(Workbook, boolean) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerBorderImpl 中的方法
-
- stringSeptailStyle(Workbook, boolean) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerColorImpl 中的方法
-
- stringSeptailStyle(Workbook, boolean) -
类 org.jeecgframework.poi.excel.export.styler.ExcelExportStylerDefaultImpl 中的方法
-
- stringSeptailWrapStyle -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 中的变量
-
- StylerHelper - org.jeecgframework.poi.excel.html.helper 中的 类
- 样式帮助类
- StylerHelper(Workbook, Formatter, int, int) -
类 org.jeecgframework.poi.excel.html.helper.StylerHelper 的构造方法
-
T
- TemplateExportParams - org.jeecgframework.poi.excel.entity 中的 类
- 模板导出参数设置
- TemplateExportParams() -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 的构造方法
- 默认构造器
- TemplateExportParams(String, boolean, String...) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 的构造方法
- 构造器
- TemplateExportParams(String, Integer...) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 的构造方法
- 构造器
- TemplateExportParams(String, String, Integer...) -
类 org.jeecgframework.poi.excel.entity.TemplateExportParams 的构造方法
- 单个sheet输出构造器
- toAllHtml(Workbook) -
类 org.jeecgframework.poi.excel.ExcelToHtmlUtil 中的静态方法
- 转换成为完整界面
- toAllHtml(Workbook, String) -
类 org.jeecgframework.poi.excel.ExcelToHtmlUtil 中的静态方法
- 转换成为完整界面,显示图片
- toAllHtml(Workbook, int) -
类 org.jeecgframework.poi.excel.ExcelToHtmlUtil 中的静态方法
- 转换成为完整界面
- toAllHtml(Workbook, int, String) -
类 org.jeecgframework.poi.excel.ExcelToHtmlUtil 中的静态方法
- 转换成为完整界面,显示图片
- toString() -
类 org.jeecgframework.poi.excel.entity.sax.SaxReadCellEntity 中的方法
-
- toTableHtml(Workbook) -
类 org.jeecgframework.poi.excel.ExcelToHtmlUtil 中的静态方法
- 转换成为Table
- toTableHtml(Workbook, String) -
类 org.jeecgframework.poi.excel.ExcelToHtmlUtil 中的静态方法
- 转换成为Table,显示图片
- toTableHtml(Workbook, int) -
类 org.jeecgframework.poi.excel.ExcelToHtmlUtil 中的静态方法
- 转换成为Table
- toTableHtml(Workbook, int, String) -
类 org.jeecgframework.poi.excel.ExcelToHtmlUtil 中的静态方法
- 转换成为Table,显示图片
- type -
类 org.jeecgframework.poi.excel.export.base.ExcelExportBase 中的变量
-
U
- URL -
类 org.jeecgframework.poi.word.entity.WordImageEntity 中的静态变量
-
V
- valueOf(String) -
枚举 org.jeecgframework.poi.excel.entity.enmus.CellValueType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 org.jeecgframework.poi.excel.entity.enmus.ExcelStyleType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 org.jeecgframework.poi.excel.entity.enmus.ExcelType 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 org.jeecgframework.poi.exception.excel.enums.ExcelExportEnum 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 org.jeecgframework.poi.exception.excel.enums.ExcelImportEnum 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- valueOf(String) -
枚举 org.jeecgframework.poi.exception.word.enmus.WordExportEnum 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 org.jeecgframework.poi.excel.entity.enmus.CellValueType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.jeecgframework.poi.excel.entity.enmus.ExcelStyleType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.jeecgframework.poi.excel.entity.enmus.ExcelType 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.jeecgframework.poi.exception.excel.enums.ExcelExportEnum 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.jeecgframework.poi.exception.excel.enums.ExcelImportEnum 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- values() -
枚举 org.jeecgframework.poi.exception.word.enmus.WordExportEnum 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- verifyData(Object, Object, String, ExcelVerifyEntity, IExcelVerifyHandler) -
类 org.jeecgframework.poi.excel.imports.verifys.VerifyHandlerServer 中的方法
- 校驗數據
- verifyHandler(Object, String, Object) -
接口 org.jeecgframework.poi.handler.inter.IExcelVerifyHandler 中的方法
- 导出处理方法
- VerifyHandlerServer - org.jeecgframework.poi.excel.imports.verifys 中的 类
- 校验服务
- VerifyHandlerServer() -
类 org.jeecgframework.poi.excel.imports.verifys.VerifyHandlerServer 的构造方法
-
W
- WordCache - org.jeecgframework.poi.cache 中的 类
- word 缓存中心
- WordCache() -
类 org.jeecgframework.poi.cache.WordCache 的构造方法
-
- WordExportEnum - org.jeecgframework.poi.exception.word.enmus 中的 枚举
- 导出异常枚举
- WordExportException - org.jeecgframework.poi.exception.word 中的 异常
- word导出异常
- WordExportException() -
异常 org.jeecgframework.poi.exception.word.WordExportException 的构造方法
-
- WordExportException(String) -
异常 org.jeecgframework.poi.exception.word.WordExportException 的构造方法
-
- WordExportException(WordExportEnum) -
异常 org.jeecgframework.poi.exception.word.WordExportException 的构造方法
-
- WordExportUtil - org.jeecgframework.poi.word 中的 类
- Word使用模板导出工具类
- WordImageEntity - org.jeecgframework.poi.word.entity 中的 类
- word导出,图片设置和图片信息
- WordImageEntity() -
类 org.jeecgframework.poi.word.entity.WordImageEntity 的构造方法
-
- WordImageEntity(byte[], int, int) -
类 org.jeecgframework.poi.word.entity.WordImageEntity 的构造方法
-
- WordImageEntity(String, int, int) -
类 org.jeecgframework.poi.word.entity.WordImageEntity 的构造方法
-
- workbook -
类 org.jeecgframework.poi.excel.export.styler.AbstractExcelExportStyler 中的变量
-
- WRAP -
类 org.jeecgframework.poi.util.PoiElUtil 中的静态变量
-
A B C D E F G H I L M N O P R S T U V W
Copyright © 2015. All Rights Reserved.