org.jeecgframework.poi.word.parse.excel
类 ExcelEntityParse

java.lang.Object
  继承者 org.jeecgframework.poi.excel.export.base.ExportBase
      继承者 org.jeecgframework.poi.word.parse.excel.ExcelEntityParse

public class ExcelEntityParse
extends ExportBase

解析实体类对象 复用注解

作者:
JueYue

字段摘要
 
从类 org.jeecgframework.poi.excel.export.base.ExportBase 继承的字段
dataHanlder, needHanlderList
 
构造方法摘要
ExcelEntityParse()
           
 
方法摘要
 void createListCells(int index, int cellNum, Object obj, List<ExcelExportEntity> excelParams, org.apache.poi.xwpf.usermodel.XWPFTable table)
          创建List之后的各个Cells
 void parseNextRowAndAddRow(org.apache.poi.xwpf.usermodel.XWPFTable table, int index, ExcelListEntity entity)
          解析上一行并生成更多行
 
从类 org.jeecgframework.poi.excel.export.base.ExportBase 继承的方法
getAllExcelField, getCellOrder, getCellValue, getExcelName, getFieldBySomeMethod, getListCellValue, getRowHeight, isInteger, sortAllParams
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ExcelEntityParse

public ExcelEntityParse()
方法详细信息

createListCells

public void createListCells(int index,
                            int cellNum,
                            Object obj,
                            List<ExcelExportEntity> excelParams,
                            org.apache.poi.xwpf.usermodel.XWPFTable table)
                     throws Exception
创建List之后的各个Cells

参数:
styles -
抛出:
Exception

parseNextRowAndAddRow

public void parseNextRowAndAddRow(org.apache.poi.xwpf.usermodel.XWPFTable table,
                                  int index,
                                  ExcelListEntity entity)
解析上一行并生成更多行

参数:
table -
i -
listobj -


Copyright © 2015. All Rights Reserved.