- IExcelDataHandler - org.jeecgframework.poi.handler.inter中的接口
-
Excel 导入导出 数据处理接口
- IExcelExportServer - org.jeecgframework.poi.handler.inter中的接口
-
导出数据接口
- 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
- ImportFileServiceI - org.jeecgframework.poi.excel.imports.base中的接口
-
- 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
-
- indexExcelEntity(ExportParams) - 类 中的方法org.jeecgframework.poi.excel.export.ExcelBatchExportServer
-
添加Index列
- indexExcelEntity(ExportParams) - 类 中的方法org.jeecgframework.poi.excel.export.ExcelExportServer
-
- init(ExportParams, Class<?>) - 类 中的方法org.jeecgframework.poi.excel.export.ExcelBatchExportServer
-
- init(ExportParams, List<ExcelExportEntity>) - 类 中的方法org.jeecgframework.poi.excel.export.ExcelBatchExportServer
-
初始化数据
- initSubExportEntity(List<ExcelExportEntity>) - 类 中的方法org.jeecgframework.poi.excel.entity.params.ExcelExportEntity
-
获取被合并的子列
- innerEval(String, Map<String, Object>) - 类 中的静态方法org.jeecgframework.poi.util.PoiElUtil
-
解析字符串,支持 le,fd,fn,!
- insertDataToSheet(Workbook, ExportParams, List<ExcelExportEntity>, Collection<? extends Map<?, ?>>, Sheet) - 类 中的方法org.jeecgframework.poi.excel.export.ExcelBatchExportServer
-
- insertDataToSheet(Workbook, ExportParams, List<ExcelExportEntity>, Collection<? extends Map<?, ?>>, Sheet) - 类 中的方法org.jeecgframework.poi.excel.export.ExcelExportServer
-
添加数据到sheet
- 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
-
判断是不是集合的实现类
- isColspan() - 类 中的方法org.jeecgframework.poi.excel.entity.params.ExcelExportEntity
-
- isColumnHidden() - 类 中的方法org.jeecgframework.poi.excel.entity.params.ExcelExportEntity
-
- 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校验
- isFixedTitle() - 类 中的方法org.jeecgframework.poi.excel.entity.ExportParams
-
- isIgnoreHeader(String) - 类 中的方法org.jeecgframework.poi.excel.entity.ImportParams
-
根据表头显示的文字 判断是否忽略该表头
- 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基础类
- isMergeColumn() - 类 中的方法org.jeecgframework.poi.excel.entity.params.ExcelExportEntity
-
是否为合并父列
- isMergedRegion(int, int) - 类 中的方法org.jeecgframework.poi.excel.html.helper.MergedRegionHelper
-
是不是合并区域
- isMergedRegion(Sheet, int, int) - 类 中的静态方法org.jeecgframework.poi.util.ExcelUtil
-
判断指定的单元格是否是合并单元格
- isMergedRegion(Sheet, int, int) - 类 中的静态方法org.jeecgframework.poi.util.PoiCellUtil
-
判断指定的单元格是否是合并单元格
- isMergedRow(Sheet, int, int) - 类 中的静态方法org.jeecgframework.poi.util.ExcelUtil
-
判断合并了行
- 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
-
手机校验
- isMultiReplace() - 类 中的方法org.jeecgframework.poi.excel.entity.params.ExcelBaseEntity
-
- 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操作中
- isNumber(String) - 类 中的静态方法org.jeecgframework.poi.util.PoiPublicUtil
-
判断是否是数值类型
- isReadonly() - 类 中的方法org.jeecgframework.poi.excel.entity.ExportParams
-
- isScanAllsheet() - 类 中的方法org.jeecgframework.poi.excel.entity.TemplateExportParams
-
- isStatistics() - 类 中的方法org.jeecgframework.poi.excel.entity.params.ExcelExportEntity
-
- isSubColumn() - 类 中的方法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
-
- IWriter<T> - org.jeecgframework.poi.handler.inter中的接口
-
大数据写出服务接口