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

A

AbstractExcelReader<T> - org.hswebframework.expands.office.excel.support中的类
抽象读取器,实现基本的读取功能,将excel解析为一行一行的数据并调用包装其进行包装 Created by 浩 on 2015-12-07 0007.
AbstractExcelReader() - 类 的构造器org.hswebframework.expands.office.excel.support.AbstractExcelReader
 
AbstractExcelReaderCallBack - org.hswebframework.expands.office.excel.config中的类
抽象回掉,实现手动结束读取的功能 Created by 浩 on 2015-12-07 0007.
AbstractExcelReaderCallBack() - 类 的构造器org.hswebframework.expands.office.excel.config.AbstractExcelReaderCallBack
 
AbstractWrapper<T> - org.hswebframework.expands.office.excel.wrapper中的类
Created by 浩 on 2015-12-07 0007.
AbstractWrapper() - 类 的构造器org.hswebframework.expands.office.excel.wrapper.AbstractWrapper
 
addAll(List<Object>) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
addData(Object) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
addHeader(String, String) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
addHeader(Header) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
addMerge(int, int, int, int) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
addMerge(ExcelWriterConfig.Merge) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
api - 类 中的变量org.hswebframework.expands.office.excel.support.AbstractExcelReader
 

B

BeanWrapper<T> - org.hswebframework.expands.office.excel.wrapper中的类
Created by 浩 on 2015-12-07 0007.
BeanWrapper() - 类 的构造器org.hswebframework.expands.office.excel.wrapper.BeanWrapper
 
BeanWrapper(Class<T>) - 类 的构造器org.hswebframework.expands.office.excel.wrapper.BeanWrapper
 
BeanWrapper(Class<T>, Map<String, String>) - 类 的构造器org.hswebframework.expands.office.excel.wrapper.BeanWrapper
 
Border(short, short) - 类 的构造器org.hswebframework.expands.office.excel.config.CustomCellStyle.Border
 
buildData() - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.CommonExcelWriterCallBack
 

C

cell2Object(Cell) - 类 中的方法org.hswebframework.expands.office.excel.api.poi.POIExcelApi
将单元格数据转为java对象
CellContent() - 类 的构造器org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
CellHelper - org.hswebframework.expands.office.excel.support.template.expression中的接口
在模板导出时,表达式通过调用此接口来渲染单元格 Created by 浩 on 2015-12-16 0016.
changeType(Object, Class<?>) - 类 中的方法org.hswebframework.expands.office.excel.wrapper.BeanWrapper
 
CommonCellHelper - org.hswebframework.expands.office.excel.support.template.expression中的类
默认的模板单元格渲染辅助器 Created by 浩 on 2015-12-17 0017.
CommonCellHelper() - 类 的构造器org.hswebframework.expands.office.excel.support.template.expression.CommonCellHelper
 
CommonExcelReader<T> - org.hswebframework.expands.office.excel.support中的类
通用的excel读取器,使用指定的包装器,将excel数据包装为对象,因此必须指定一个包装器。
CommonExcelReader() - 类 的构造器org.hswebframework.expands.office.excel.support.CommonExcelReader
 
CommonExcelWriter - org.hswebframework.expands.office.excel.support中的类
Created by 浩 on 2015-12-07 0007.
CommonExcelWriter() - 类 的构造器org.hswebframework.expands.office.excel.support.CommonExcelWriter
 
CommonExcelWriterCallBack - org.hswebframework.expands.office.excel.api.poi.callback中的类
Created by 浩 on 2015-12-16 0016.
CommonExcelWriterCallBack(ExcelWriterConfig) - 类 的构造器org.hswebframework.expands.office.excel.api.poi.callback.CommonExcelWriterCallBack
 
compareTo(Header) - 类 中的方法org.hswebframework.expands.office.excel.config.Header
 
CustomCellStyle - org.hswebframework.expands.office.excel.config中的类
自定义单元格样式 Created by 浩 on 2015-12-07 0007.
CustomCellStyle() - 类 的构造器org.hswebframework.expands.office.excel.config.CustomCellStyle
 
CustomCellStyle.Border - org.hswebframework.expands.office.excel.config中的类
 
CustomColumnStyle - org.hswebframework.expands.office.excel.config中的类
自定义列样式 Created by 浩 on 2015-12-07 0007.
CustomColumnStyle() - 类 的构造器org.hswebframework.expands.office.excel.config.CustomColumnStyle
 
CustomColumnStyle(int) - 类 的构造器org.hswebframework.expands.office.excel.config.CustomColumnStyle
 
CustomRowStyle - org.hswebframework.expands.office.excel.config中的类
自定义行样式 Created by 浩 on 2015-12-07 0007.
CustomRowStyle() - 类 的构造器org.hswebframework.expands.office.excel.config.CustomRowStyle
 
CustomRowStyle(double) - 类 的构造器org.hswebframework.expands.office.excel.config.CustomRowStyle
 

D

data - 类 中的变量org.hswebframework.expands.office.excel.support.template.TemplateExcelWriter4POI
导出数据
DOCXStringReader - org.hswebframework.expands.office.word.support.template中的类
Created by zhouhao on 16-4-10.
DOCXStringReader() - 类 的构造器org.hswebframework.expands.office.word.support.template.DOCXStringReader
 
DOCXTemplateReader - org.hswebframework.expands.office.word.support.template中的类
Created by zhouhao on 16-4-10.
DOCXTemplateReader(InputStream, InputStream) - 类 的构造器org.hswebframework.expands.office.word.support.template.DOCXTemplateReader
 
DOCXTemplateReader.ExpressInfo - org.hswebframework.expands.office.word.support.template中的类
 
DOCXTemplateWriter - org.hswebframework.expands.office.word.support.template中的类
基于POI docx的文档模板写出 Created by 浩 on 2015-12-18 0018.
DOCXTemplateWriter(OutputStream, ExpressionRunner) - 类 的构造器org.hswebframework.expands.office.word.support.template.DOCXTemplateWriter
带参数的构造方法,参数不能为null
done() - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.POIExcelWriterProcessor
 
done(Object) - 类 中的方法org.hswebframework.expands.office.excel.config.AbstractExcelReaderCallBack
 
done(Object) - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack
 
done() - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterProcessor
完成写出,对excel操作完毕之后,调用此方法写出
done(Object) - 类 中的方法org.hswebframework.expands.office.excel.support.template.TemplateExcelWriter4POI
 
done(Object) - 接口 中的方法org.hswebframework.expands.office.word.config.WordReaderCallBack
当一个文档全部读取完成时,调用此方法,并传入文档的实例
done(Object) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXStringReader
 
done(Object) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateWriter
 

E

equals(Object) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
ExcelApi - org.hswebframework.expands.office.excel中的接口
excel操作的API接口 Created by 浩 on 2015-12-07 0007.
ExcelIO - org.hswebframework.expands.office.excel中的类
Excel读写操作类 Created by 浩 on 2015-12-07 0007.
ExcelIO() - 类 的构造器org.hswebframework.expands.office.excel.ExcelIO
 
ExcelIO.OnRow<T> - org.hswebframework.expands.office.excel中的接口
 
ExcelReader<T> - org.hswebframework.expands.office.excel中的接口
Excel读取器接口,用于将excel文件读取为java对象 Created by 浩 on 2015-12-07 0007.
ExcelReaderCallBack - org.hswebframework.expands.office.excel.config中的接口
excel读取回掉 Created by 浩 on 2015-12-07 0007.
ExcelReaderCallBack.CellContent - org.hswebframework.expands.office.excel.config中的类
单元格内容
ExcelReaderWrapper<T> - org.hswebframework.expands.office.excel中的接口
excel读取结果包装器,用于将一行数据包装为一个java对象 Created by 浩 on 2015-12-07 0007.
ExcelWriter - org.hswebframework.expands.office.excel中的接口
Created by 浩 on 2015-12-07 0007.
ExcelWriterCallBack - org.hswebframework.expands.office.excel.config中的接口
excel写出回掉,api在进行excel写出时,通过调用回掉来进行表格渲染 Created by 浩 on 2015-12-07 0007.
ExcelWriterConfig - org.hswebframework.expands.office.excel.config中的类
Created by 浩 on 2015-12-07 0007.
ExcelWriterConfig() - 类 的构造器org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
ExcelWriterConfig.Merge - org.hswebframework.expands.office.excel.config中的类
合并信息
ExcelWriterProcessor - org.hswebframework.expands.office.excel.config中的接口
excel写出处理器,通过此接口对一个创建excel表格数据 Created by 浩 on 2015-12-16 0016.
ExpressInfo() - 类 的构造器org.hswebframework.expands.office.word.support.template.DOCXTemplateReader.ExpressInfo
 
ExpressInfo() - 类 的构造器org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
Expression() - 类 的构造器org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader.Expression
 
ExpressionRunner - org.hswebframework.expands.office.excel.support.template.expression中的接口
表达式执行器 Created by 浩 on 2015-12-16 0016.
ExpressionRunner - org.hswebframework.expands.office.word.support.template.expression中的接口
word 模板表达式运行器 Created by 浩 on 2015-12-18 0018.

F

ForEach - org.hswebframework.expands.office.excel.support.template.expression.keyword中的类
Created by 浩 on 2015-12-16 0016.
ForEach() - 类 的构造器org.hswebframework.expands.office.excel.support.template.expression.keyword.ForEach
 
fromString(String) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.keyword.ForEach
 

G

getAlignment() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getApi() - 类 中的方法org.hswebframework.expands.office.excel.support.CommonExcelWriter
 
getAs() - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.keyword.ForEach
 
getBorderBottom() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getBorderLeft() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getBorderRight() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getBorderTop() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getCacheKey() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getCellProxy() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
getCellStyle(int, int, String, Object) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
获取一个单元格的自定义样式
getColFrom() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
getColor() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle.Border
 
getColTo() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
getColumn() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
getColumn() - 类 中的方法org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader.Expression
 
getColumnStyle(int, String) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
获取自定义列的样式
getData() - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.keyword.ForEach
 
getData() - 类 中的方法org.hswebframework.expands.office.excel.wrapper.MultitermSheetWrapper
 
getDatas() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
getDataType() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getDocxInstance() - 类 中的静态方法org.hswebframework.expands.office.word.api.poi.POIWordApi
 
getEndWith() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
getExpress() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
getField() - 类 中的方法org.hswebframework.expands.office.excel.config.Header
 
getField() - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateReader.ExpressInfo
 
getFontColor() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getFontName() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getFormat() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getHeaderNameMapper() - 类 中的方法org.hswebframework.expands.office.excel.wrapper.AbstractWrapper
 
getHeaders() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
getHeight() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomRowStyle
 
getHelper() - 接口 中的方法org.hswebframework.expands.office.excel.support.template.expression.ExpressionRunner
获取单元格渲染辅助器
getHelper() - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.GroovyExpressionRunner
 
getInstance() - 类 中的静态方法org.hswebframework.expands.office.excel.api.poi.POIExcelApi
 
getInstance() - 类 中的静态方法org.hswebframework.expands.office.word.api.poi.POIWordApi4Doc
 
getInstance() - 类 中的静态方法org.hswebframework.expands.office.word.api.poi.POIWordApi4Docx
 
getMergeColumns() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
getMerges() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
getParagraphText(XWPFParagraph) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXStringReader
 
getParagraphText(XWPFParagraph) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateWriter
 
getPattern() - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateReader.ExpressInfo
 
getResult() - 接口 中的方法org.hswebframework.expands.office.excel.ExcelIO.OnRow
 
getRow() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
getRow() - 类 中的方法org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader.Expression
 
getRowFrom() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
getRowStyle(int, String) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
获取自定义行样式
getRowTo() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
getRun() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
getRunText(List<XWPFRun>) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXStringReader
 
getRunText(List<XWPFRun>) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateWriter
 
getSheet() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
getSheet() - 接口 中的方法org.hswebframework.expands.office.excel.ExcelIO.OnRow
 
getSheetIndex() - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.POIExcelWriterProcessor
 
getSheetName() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
getSize() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle.Border
 
getSort() - 类 中的方法org.hswebframework.expands.office.excel.config.Header
 
getStartWith() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
getStartWith() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
getStyle() - 类 中的方法org.hswebframework.expands.office.excel.config.Header
 
getText() - 类 中的方法org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader.Expression
 
getTitle() - 类 中的方法org.hswebframework.expands.office.excel.config.Header
 
getValue() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getValue() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
getValue() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
getValueFromExpression(String) - 类 中的方法org.hswebframework.expands.office.excel.support.template.TemplateExcelWriter4POI
 
getVerticalAlignment() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
getWidth() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomColumnStyle
 
getWrapper() - 类 中的方法org.hswebframework.expands.office.excel.support.AbstractExcelReader
 
getWrapper() - 类 中的方法org.hswebframework.expands.office.excel.support.CommonExcelReader
 
GroovyExpressionRunner - org.hswebframework.expands.office.excel.support.template.expression中的类
基于Groovy引擎的表达式执行器.
GroovyExpressionRunner() - 类 的构造器org.hswebframework.expands.office.excel.support.template.expression.GroovyExpressionRunner
 
GroovyExpressionRunner - org.hswebframework.expands.office.word.support.template.expression中的类
基于Groovy的表达式运行器 原理:通过解析word中的表达式,拼接为groovy脚本,然后执行 当前版本已支持: 段落: 变量引用: ${name} 表格: 变量引用: ${name} 循环: ${for(data in list)} | ${data.name} |${data.addr} |${/for} 。
GroovyExpressionRunner() - 类 的构造器org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner
 
GroovyExpressionRunner.ExpressInfo - org.hswebframework.expands.office.word.support.template.expression中的类
表达式信息

H

HashMapWrapper - org.hswebframework.expands.office.excel.wrapper中的类
Created by 浩 on 2015-12-07 0007.
HashMapWrapper() - 类 的构造器org.hswebframework.expands.office.excel.wrapper.HashMapWrapper
 
Header - org.hswebframework.expands.office.excel.config中的类
Created by 浩 on 2015-12-07 0007.
Header() - 类 的构造器org.hswebframework.expands.office.excel.config.Header
 
Header(String, String) - 类 的构造器org.hswebframework.expands.office.excel.config.Header
 
Header(String, String, CustomCellStyle) - 类 的构造器org.hswebframework.expands.office.excel.config.Header
 
headerMapper(String) - 类 中的方法org.hswebframework.expands.office.excel.wrapper.AbstractWrapper
 
headerNameMapper - 类 中的变量org.hswebframework.expands.office.excel.wrapper.AbstractWrapper
 
helper - 类 中的变量org.hswebframework.expands.office.excel.support.template.expression.GroovyExpressionRunner
 

I

init(List<GroovyExpressionRunner.ExpressInfo>, XWPFParagraph) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.helper.ParagraphHelper
初始化一个段落
initCell(Cell, Object) - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.CommonExcelWriterCallBack
 
initCell(int, int, Cell, String, Object) - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.CommonExcelWriterCallBack
 
initCell(Object, Cell) - 接口 中的方法org.hswebframework.expands.office.excel.support.template.expression.CellHelper
初始化一个单元格
initCell(Object, Cell) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.CommonCellHelper
 
initCellValue(Cell, Object) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.CommonCellHelper
 
initHeader() - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.CommonExcelWriterCallBack
 
initParaGraph(XWPFParagraph, Object...) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.helper.ParagraphHelper
直接填充内容到段落,将忽略从1-end的所有文字样式
initRow(Row, int, String) - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.CommonExcelWriterCallBack
 
initTemplate() - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateReader
 
isCellDateFormatted(Cell) - 类 中的静态方法org.hswebframework.expands.office.excel.api.poi.POIExcelApi
 
isFirst() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
isHeader(ExcelReaderCallBack.CellContent, List<String>) - 类 中的方法org.hswebframework.expands.office.excel.support.AbstractExcelReader
判断一个单元格是否为表头,默认判断条件为:表格的第一行就是表头
isKeyWord() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
isLast() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
isShutdown() - 类 中的方法org.hswebframework.expands.office.excel.config.AbstractExcelReaderCallBack
 
isShutdown() - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack
是否已经手动结束读取,如果已经结束,将立即终止读取。
isShutdown() - 接口 中的方法org.hswebframework.expands.office.excel.ExcelReaderWrapper
是否已结束,用于判断是否已被中断操作
isShutdown() - 类 中的方法org.hswebframework.expands.office.excel.support.template.TemplateExcelWriter4POI
 
isShutdown() - 类 中的方法org.hswebframework.expands.office.excel.wrapper.AbstractWrapper
 

M

main(String[]) - 类 中的静态方法org.hswebframework.expands.office.excel.support.template.expression.keyword.ForEach
 
Merge(int, int, int, int) - 类 的构造器org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
mergeColumn(String...) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
MultitermSheetWrapper - org.hswebframework.expands.office.excel.wrapper中的类
Created by zhouhao on 16-6-24.
MultitermSheetWrapper(ExcelReaderWrapper[]) - 类 的构造器org.hswebframework.expands.office.excel.wrapper.MultitermSheetWrapper
 

N

newInstance() - 接口 中的方法org.hswebframework.expands.office.excel.ExcelReaderWrapper
获取一个需要包装的实例
newInstance(int) - 接口 中的方法org.hswebframework.expands.office.excel.ExcelReaderWrapper
 
newInstance() - 类 中的方法org.hswebframework.expands.office.excel.wrapper.BeanWrapper
 
newInstance() - 类 中的方法org.hswebframework.expands.office.excel.wrapper.HashMapWrapper
 
newInstance() - 类 中的方法org.hswebframework.expands.office.excel.wrapper.MultitermSheetWrapper
 
newInstance(int) - 类 中的方法org.hswebframework.expands.office.excel.wrapper.MultitermSheetWrapper
 
newParaGraph(XWPFParagraph, Object...) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.helper.ParagraphHelper
创建一个新段落,暂未实现此功能
nextCell() - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.POIExcelWriterProcessor
 
nextCell() - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterProcessor
创建当前行的列,将在当前行创建一个单元格对象,并返回实例,如POI的Cell
nextCell(Object, Cell) - 接口 中的方法org.hswebframework.expands.office.excel.support.template.expression.CellHelper
渲染下一个单元格,当模板进入循环时,通过调用此方法来进行循环渲染单元格
nextCell(Object, Cell) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.CommonCellHelper
 
nextCell(XWPFTableCell, Object...) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.helper.TableHelper
渲染一列单元格操作
nextFlag() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner
 
nextRow() - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.POIExcelWriterProcessor
 
nextRow() - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterProcessor
下一行操作,将创建一行并返回这一行的对象引用,如POI中的Row
nextRow(Cell) - 接口 中的方法org.hswebframework.expands.office.excel.support.template.expression.CellHelper
渲染下一行,当模板进入循环时,通过调用次方法来循环创建行
nextRow(Cell) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.CommonCellHelper
 
nextRow(XWPFTableCell) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.helper.TableHelper
换行操作

O

onCell(ExcelReaderCallBack.CellContent) - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack
读取一个单元格时回掉
onCell(ExcelReaderCallBack.CellContent) - 类 中的方法org.hswebframework.expands.office.excel.support.template.TemplateExcelWriter4POI
 
onParagraph(Object) - 接口 中的方法org.hswebframework.expands.office.word.config.WordReaderCallBack
当读取到一个段落时调用此方法,并传入段落实例
onParagraph(Object) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXStringReader
 
onParagraph(Object) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateWriter
 
onTable(Object) - 接口 中的方法org.hswebframework.expands.office.word.config.WordReaderCallBack
当读取到一个表格时调用此方法,并传入表格实例
onTable(Object) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXStringReader
 
onTable(Object) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateWriter
 
org.hswebframework.expands.office.excel - 程序包 org.hswebframework.expands.office.excel
 
org.hswebframework.expands.office.excel.api.poi - 程序包 org.hswebframework.expands.office.excel.api.poi
 
org.hswebframework.expands.office.excel.api.poi.callback - 程序包 org.hswebframework.expands.office.excel.api.poi.callback
 
org.hswebframework.expands.office.excel.config - 程序包 org.hswebframework.expands.office.excel.config
 
org.hswebframework.expands.office.excel.support - 程序包 org.hswebframework.expands.office.excel.support
 
org.hswebframework.expands.office.excel.support.template - 程序包 org.hswebframework.expands.office.excel.support.template
 
org.hswebframework.expands.office.excel.support.template.expression - 程序包 org.hswebframework.expands.office.excel.support.template.expression
 
org.hswebframework.expands.office.excel.support.template.expression.keyword - 程序包 org.hswebframework.expands.office.excel.support.template.expression.keyword
 
org.hswebframework.expands.office.excel.support.template.reader - 程序包 org.hswebframework.expands.office.excel.support.template.reader
 
org.hswebframework.expands.office.excel.wrapper - 程序包 org.hswebframework.expands.office.excel.wrapper
 
org.hswebframework.expands.office.word - 程序包 org.hswebframework.expands.office.word
 
org.hswebframework.expands.office.word.api.poi - 程序包 org.hswebframework.expands.office.word.api.poi
 
org.hswebframework.expands.office.word.config - 程序包 org.hswebframework.expands.office.word.config
 
org.hswebframework.expands.office.word.support.template - 程序包 org.hswebframework.expands.office.word.support.template
 
org.hswebframework.expands.office.word.support.template.expression - 程序包 org.hswebframework.expands.office.word.support.template.expression
 
org.hswebframework.expands.office.word.support.template.expression.helper - 程序包 org.hswebframework.expands.office.word.support.template.expression.helper
 
out - 类 中的变量org.hswebframework.expands.office.excel.support.template.TemplateExcelWriter4POI
导出输出流

P

ParagraphHelper - org.hswebframework.expands.office.word.support.template.expression.helper中的类
段落渲染辅助器 Created by 浩 on 2015-12-18 0018.
ParagraphHelper() - 类 的构造器org.hswebframework.expands.office.word.support.template.expression.helper.ParagraphHelper
 
parseConfig() - 类 中的方法org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader
 
parseExpression(XWPFParagraph) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner
表达式解析
parseExpression(String) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner
段落内容解析为表达式集合,此方法并不是很好,主要用于表格渲染使用 下一步将进行优化
POIExcelApi - org.hswebframework.expands.office.excel.api.poi中的类
POI的excel读取实现 Created by 浩 on 2015-12-07 0007.
POIExcelWriterProcessor - org.hswebframework.expands.office.excel.api.poi.callback中的类
POI,excel文档写出处理器 Created by 浩 on 2015-12-16 0016.
POIExcelWriterProcessor(OutputStream, Workbook, boolean) - 类 的构造器org.hswebframework.expands.office.excel.api.poi.callback.POIExcelWriterProcessor
带参数的构造方法,参数不能为空
POIWordApi - org.hswebframework.expands.office.word.api.poi中的类
Created by 浩 on 2015-12-18 0018.
POIWordApi() - 类 的构造器org.hswebframework.expands.office.word.api.poi.POIWordApi
 
POIWordApi4Doc - org.hswebframework.expands.office.word.api.poi中的类
基于POI的word 2007+版本读写操作 Created by 浩 on 2015-12-18 0018.
POIWordApi4Docx - org.hswebframework.expands.office.word.api.poi中的类
基于POI的word 2007+版本读写操作 Created by 浩 on 2015-12-18 0018.
prepareMerges() - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.CommonExcelWriterCallBack
编译需要合并的列
push(String) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
pushExpression(Cell, String) - 接口 中的方法org.hswebframework.expands.office.excel.support.template.expression.ExpressionRunner
追加一条表达式
pushExpression(Cell, String) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.GroovyExpressionRunner
 
pushExpression(String, Object) - 接口 中的方法org.hswebframework.expands.office.word.support.template.expression.ExpressionRunner
推送一个段落表达式信息.
pushExpression(String, Object, Object) - 接口 中的方法org.hswebframework.expands.office.word.support.template.expression.ExpressionRunner
推送一个表格的信息
pushExpression(String, Object) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner
 
pushExpression(String, Object, Object) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner
表格,此方法仅能渲染简单的表格,不能复制样式等信息,有待优化
putValue2Cell(Cell, Object) - 类 中的方法org.hswebframework.expands.office.excel.support.template.TemplateExcelWriter4POI
 

R

randomChar(int) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateReader
 
read(InputStream, ExcelReaderCallBack) - 类 中的方法org.hswebframework.expands.office.excel.api.poi.POIExcelApi
 
read(InputStream, ExcelReaderCallBack) - 接口 中的方法org.hswebframework.expands.office.excel.ExcelApi
基于回掉的excel读取
read(InputStream, ExcelReaderWrapper<T>) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
自定义包装器读取excel为集合
read(InputStream, Map<String, String>, Consumer<ExcelIO.OnRow<Map<String, Object>>>) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
 
read(InputStream, Consumer<ExcelIO.OnRow<Map<String, Object>>>) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
 
read(InputStream, Map<String, String>, Class<T>, Consumer<ExcelIO.OnRow<T>>) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
 
read(InputStream, ExcelReaderWrapper[]) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
读取多个sheet为多个list
read(InputStream, WordReaderCallBack) - 类 中的方法org.hswebframework.expands.office.word.api.poi.POIWordApi4Doc
 
read(InputStream, WordReaderCallBack) - 类 中的方法org.hswebframework.expands.office.word.api.poi.POIWordApi4Docx
 
read() - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateReader
 
read(InputStream, WordReaderCallBack) - 接口 中的方法org.hswebframework.expands.office.word.WordApi
基于回掉读
read2Bean(InputStream, Map<String, String>, Class<T>) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
读取excel为javaBean
read2Map(InputStream) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
读取excel为map集合
read2MulMap(InputStream) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
 
readExcel(InputStream) - 接口 中的方法org.hswebframework.expands.office.excel.ExcelReader
读取excel为java对象集合
readExcel(InputStream) - 类 中的方法org.hswebframework.expands.office.excel.support.AbstractExcelReader
 
readLine(String) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXStringReader
 
render(ExcelWriterProcessor) - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.CommonExcelWriterCallBack
 
render(ExcelWriterProcessor) - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterCallBack
传入一个写出处理器进行渲染表格 通过调用传入的处理器接口进行excel渲染
reset() - 接口 中的方法org.hswebframework.expands.office.excel.support.template.expression.ExpressionRunner
重置
reset() - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.GroovyExpressionRunner
 
reset() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.helper.ParagraphHelper
 
reset() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.helper.TableHelper
 
reset() - 接口 中的方法org.hswebframework.expands.office.word.support.template.expression.WordHelper
 
run() - 接口 中的方法org.hswebframework.expands.office.excel.support.template.expression.ExpressionRunner
执行
run() - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.GroovyExpressionRunner
 
run() - 接口 中的方法org.hswebframework.expands.office.word.support.template.expression.ExpressionRunner
执行
run() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner
 

S

setAlignment(short) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setApi(ExcelApi) - 类 中的方法org.hswebframework.expands.office.excel.support.CommonExcelWriter
 
setAs(String) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.keyword.ForEach
 
setBorderBottom(CustomCellStyle.Border) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setBorderLeft(CustomCellStyle.Border) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setBorderRight(CustomCellStyle.Border) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setBorderTop(CustomCellStyle.Border) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setCellProxy(Object) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
setColFrom(int) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
setColor(short) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle.Border
 
setColTo(int) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
setColumn(int) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
setColumn(int) - 类 中的方法org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader.Expression
 
setData(Map<String, Object>) - 接口 中的方法org.hswebframework.expands.office.excel.support.template.expression.ExpressionRunner
设置数据
setData(Map<String, Object>) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.GroovyExpressionRunner
 
setData(String) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.keyword.ForEach
 
setDatas(List<Object>) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
setDataType(String) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setEndWith(int) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
setExpress(String) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
setField(String) - 类 中的方法org.hswebframework.expands.office.excel.config.Header
 
setField(String) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateReader.ExpressInfo
 
setFirst(boolean) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
setFontColor(short) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setFontName(String) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setFormat(String) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setHeaderNameMapper(Map<String, String>) - 类 中的方法org.hswebframework.expands.office.excel.wrapper.AbstractWrapper
 
setHeaders(List<Header>) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
setHeight(double) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomRowStyle
 
setHelper(CellHelper) - 接口 中的方法org.hswebframework.expands.office.excel.support.template.expression.ExpressionRunner
设置单元格渲染辅助器
setHelper(CellHelper) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.GroovyExpressionRunner
 
setKeyWord(boolean) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
setLast(boolean) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
setMergeColumns(List<String>) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
setMerges(List<ExcelWriterConfig.Merge>) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
setPattern(Pattern) - 类 中的方法org.hswebframework.expands.office.word.support.template.DOCXTemplateReader.ExpressInfo
 
setRow(int) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
setRow(int) - 类 中的方法org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader.Expression
 
setRowFrom(int) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
setRowTo(int) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
setRun(XWPFRun) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
setSheet(int) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
setSheet(Sheet) - 接口 中的方法org.hswebframework.expands.office.excel.support.template.expression.CellHelper
设置表格
setSheet(Sheet) - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.CommonCellHelper
 
setSheetIndex(int) - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.POIExcelWriterProcessor
 
setSheetName(String) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
setSize(short) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle.Border
 
setSort(int) - 类 中的方法org.hswebframework.expands.office.excel.config.Header
 
setStartWith(int) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
 
setStartWith(int) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
setStyle(CustomCellStyle) - 类 中的方法org.hswebframework.expands.office.excel.config.Header
 
setTemplate(InputStream) - 类 中的方法org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader
 
setText(String) - 类 中的方法org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader.Expression
 
setTitle(String) - 类 中的方法org.hswebframework.expands.office.excel.config.Header
 
setType(Class<T>) - 类 中的方法org.hswebframework.expands.office.excel.wrapper.BeanWrapper
 
setup(List<String>, int) - 接口 中的方法org.hswebframework.expands.office.excel.ExcelReaderWrapper
 
setValue(Object) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setValue(Object) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
setValue(Object) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 
setVar(Map<String, Object>) - 接口 中的方法org.hswebframework.expands.office.word.support.template.expression.ExpressionRunner
设置渲染变量
setVar(Map<String, Object>) - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner
 
setVerticalAlignment(short) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle
 
setWidth(int) - 类 中的方法org.hswebframework.expands.office.excel.config.CustomColumnStyle
 
setWrapper(ExcelReaderWrapper<T>) - 类 中的方法org.hswebframework.expands.office.excel.support.CommonExcelReader
 
sheet - 类 中的变量org.hswebframework.expands.office.excel.wrapper.MultitermSheetWrapper
 
sheetDone(Object) - 类 中的方法org.hswebframework.expands.office.excel.config.AbstractExcelReaderCallBack
 
sheetDone(Object) - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack
 
sheetDone(Object) - 类 中的方法org.hswebframework.expands.office.excel.support.template.TemplateExcelWriter4POI
 
shutdown - 类 中的变量org.hswebframework.expands.office.excel.config.AbstractExcelReaderCallBack
 
shutdown() - 类 中的方法org.hswebframework.expands.office.excel.config.AbstractExcelReaderCallBack
 
shutdown() - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack
终止读取
shutdown() - 接口 中的方法org.hswebframework.expands.office.excel.ExcelIO.OnRow
 
shutdown() - 接口 中的方法org.hswebframework.expands.office.excel.ExcelReaderWrapper
中断包装,如果中途中断,将会立即结束包装
shutdown() - 类 中的方法org.hswebframework.expands.office.excel.support.template.TemplateExcelWriter4POI
 
shutdown - 类 中的变量org.hswebframework.expands.office.excel.wrapper.AbstractWrapper
 
shutdown() - 类 中的方法org.hswebframework.expands.office.excel.wrapper.AbstractWrapper
 
start() - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.POIExcelWriterProcessor
 
start(String) - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.POIExcelWriterProcessor
 
start() - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterProcessor
开始写出,只能调用一次,成功后,将返回表格对象,如POI中的Sheet
start(String) - 接口 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterProcessor
开始写出,并指定表格名字,只能调用一次,成功后,将返回表格对象,如POI中的Sheet
startBefore(int, int) - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig
在写出开始前,设置了跳过写出的行时调用。
startMerge() - 类 中的方法org.hswebframework.expands.office.excel.api.poi.callback.CommonExcelWriterCallBack
 

T

TableHelper - org.hswebframework.expands.office.word.support.template.expression.helper中的类
word表格渲染辅助器 Created by 浩 on 2015-12-18 0018.
TableHelper() - 类 的构造器org.hswebframework.expands.office.word.support.template.expression.helper.TableHelper
 
TemplateExcelReader<T> - org.hswebframework.expands.office.excel.support.template.reader中的类
Created by 浩 on 2016-02-01 0001.
TemplateExcelReader() - 类 的构造器org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader
 
TemplateExcelReader.Expression - org.hswebframework.expands.office.excel.support.template.reader中的类
 
TemplateExcelWriter4POI - org.hswebframework.expands.office.excel.support.template中的类
基于POI的模板导出 Created by 浩 on 2015-12-15 0015.
TemplateExcelWriter4POI(Object, OutputStream, ExpressionRunner) - 类 的构造器org.hswebframework.expands.office.excel.support.template.TemplateExcelWriter4POI
带参构造方法,所有参数不能为null
text2object(String, String) - 类 中的静态方法org.hswebframework.expands.office.word.support.template.DOCXTemplateReader
 
toString() - 类 中的方法org.hswebframework.expands.office.excel.config.CustomCellStyle.Border
 
toString() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelReaderCallBack.CellContent
 
toString() - 类 中的方法org.hswebframework.expands.office.excel.config.ExcelWriterConfig.Merge
 
toString() - 类 中的方法org.hswebframework.expands.office.excel.support.template.expression.keyword.ForEach
 
toString() - 类 中的方法org.hswebframework.expands.office.excel.support.template.reader.TemplateExcelReader.Expression
 
toString() - 类 中的方法org.hswebframework.expands.office.word.support.template.expression.GroovyExpressionRunner.ExpressInfo
 

W

WordApi - org.hswebframework.expands.office.word中的接口
Word文档读写API Created by 浩 on 2015-12-18 0018.
WordHelper - org.hswebframework.expands.office.word.support.template.expression中的接口
word处理帮助器接口 Created by 浩 on 2015-12-18 0018.
WordIO - org.hswebframework.expands.office.word中的类
Created by 浩 on 2015-12-18 0018.
WordIO() - 类 的构造器org.hswebframework.expands.office.word.WordIO
 
WordReaderCallBack - org.hswebframework.expands.office.word.config中的接口
word读取回掉 Created by 浩 on 2015-12-18 0018.
WordWriterCallBack - org.hswebframework.expands.office.word.config中的接口
Created by 浩 on 2015-12-18 0018.
wrapper(T, String, Object) - 接口 中的方法org.hswebframework.expands.office.excel.ExcelReaderWrapper
包装一个属性到实例里,每读取一个单元格,会传入这个单元格的信息,进行属性填充
wrapper - 类 中的变量org.hswebframework.expands.office.excel.support.CommonExcelReader
 
wrapper(T, String, Object) - 类 中的方法org.hswebframework.expands.office.excel.wrapper.BeanWrapper
 
wrapper(Map<String, Object>, String, Object) - 类 中的方法org.hswebframework.expands.office.excel.wrapper.HashMapWrapper
 
wrapper(Object, String, Object) - 类 中的方法org.hswebframework.expands.office.excel.wrapper.MultitermSheetWrapper
 
wrapperDone(T) - 接口 中的方法org.hswebframework.expands.office.excel.ExcelReaderWrapper
当填充一个对象结束时,此方法被调用。
wrapperDone(T) - 类 中的方法org.hswebframework.expands.office.excel.wrapper.AbstractWrapper
 
wrapperDone(Object) - 类 中的方法org.hswebframework.expands.office.excel.wrapper.MultitermSheetWrapper
 
wrapperRow(List<String>, List<ExcelReaderCallBack.CellContent>, int) - 类 中的方法org.hswebframework.expands.office.excel.support.AbstractExcelReader
包装一个对象
write(OutputStream, ExcelWriterCallBack, ExcelWriterCallBack...) - 类 中的方法org.hswebframework.expands.office.excel.api.poi.POIExcelApi
 
write(OutputStream, ExcelWriterCallBack, ExcelWriterCallBack...) - 接口 中的方法org.hswebframework.expands.office.excel.ExcelApi
基于回掉的excel写出
write(OutputStream, List<Header>, List<Object>) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
写出简单格式excel,第一行为表头,依次为数据
write(OutputStream, List<Header>, List<Object>, String[]) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
 
write(OutputStream, ExcelWriterConfig, ExcelWriterConfig...) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
自定义导出
write(OutputStream, ExcelWriterConfig, ExcelWriterConfig...) - 接口 中的方法org.hswebframework.expands.office.excel.ExcelWriter
 
write(OutputStream, ExcelWriterConfig, ExcelWriterConfig...) - 类 中的方法org.hswebframework.expands.office.excel.support.CommonExcelWriter
 
write(OutputStream, WordWriterCallBack) - 类 中的方法org.hswebframework.expands.office.word.api.poi.POIWordApi4Doc
 
write(OutputStream, WordWriterCallBack) - 类 中的方法org.hswebframework.expands.office.word.api.poi.POIWordApi4Docx
 
write(OutputStream, WordWriterCallBack) - 接口 中的方法org.hswebframework.expands.office.word.WordApi
基于回掉写
writeTemplate(InputStream, OutputStream, Map<String, Object>) - 类 中的静态方法org.hswebframework.expands.office.excel.ExcelIO
根据模板导出,基于POI导出
writeTemplate(InputStream, OutputStream, Map<String, Object>) - 类 中的静态方法org.hswebframework.expands.office.word.WordIO
根据模板写出一个word文档,此方法目前仅支持2007版本以上的word模板(.docx) 模板表达式使用Groovy引擎
A B C D E F G H I M N O P R S T W 
跳过导航链接

Copyright © 2018. All rights reserved.