Class BaseExport
- java.lang.Object
-
- org.openl.rules.testmethod.export.BaseExport
-
- Direct Known Subclasses:
ResultExport
public abstract class BaseExport extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.openl.rules.testmethod.export.Stylesstyles
-
Constructor Summary
Constructors Constructor Description BaseExport()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidautoSizeColumns(org.apache.poi.xssf.streaming.SXSSFSheet sheet)protected org.apache.poi.ss.usermodel.CellcreateCell(org.apache.poi.ss.usermodel.Row row, int cellNum, Object value, org.apache.poi.ss.usermodel.CellStyle style)protected ObjectgetSimpleValue(Object value)protected static voidsetCellComment(org.apache.poi.ss.usermodel.Cell cell, String message)
-
-
-
Method Detail
-
setCellComment
protected static void setCellComment(org.apache.poi.ss.usermodel.Cell cell, String message)
-
autoSizeColumns
protected void autoSizeColumns(org.apache.poi.xssf.streaming.SXSSFSheet sheet)
-
createCell
protected org.apache.poi.ss.usermodel.Cell createCell(org.apache.poi.ss.usermodel.Row row, int cellNum, Object value, org.apache.poi.ss.usermodel.CellStyle style)
-
-