类 XSSFExcelParser
java.lang.Object
com.bstek.ureport.console.importexcel.ExcelParser
com.bstek.ureport.console.importexcel.XSSFExcelParser
- 从以下版本开始:
- 2017年5月27日
- 作者:
- Jacky.gao
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidaddBlankCells(List<com.bstek.ureport.definition.CellDefinition> cellDefs, int rowNumber, int totalColumn) com.bstek.ureport.definition.ReportDefinitionparse(InputStream inputStream) boolean
-
构造器详细资料
-
XSSFExcelParser
public XSSFExcelParser()
-
-
方法详细资料
-
parse
public com.bstek.ureport.definition.ReportDefinition parse(InputStream inputStream) throws Exception - 指定者:
parse在类中ExcelParser- 抛出:
Exception
-
addBlankCells
protected void addBlankCells(List<com.bstek.ureport.definition.CellDefinition> cellDefs, int rowNumber, int totalColumn) -
support
- 指定者:
support在类中ExcelParser
-