org.adempiere.impexp
Class AbstractExcelExporter
java.lang.Object
org.adempiere.impexp.AbstractExcelExporter
- Direct Known Subclasses:
- ArrayExcelExporter, PrintDataExcelExporter, RModelExcelExporter
public abstract class AbstractExcelExporter
- extends Object
Abstract MS Excel Format (xls) Exporter
- Author:
- Teo Sarca, SC ARHIPAC SERVICE SRL
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected CLogger log
- Logger
AbstractExcelExporter
public AbstractExcelExporter()
isFunctionRow
protected abstract boolean isFunctionRow()
getColumnCount
protected abstract int getColumnCount()
getRowCount
protected abstract int getRowCount()
setCurrentRow
protected abstract void setCurrentRow(int row)
isColumnPrinted
protected abstract boolean isColumnPrinted(int col)
getHeaderName
protected abstract String getHeaderName(int col)
getDisplayType
protected abstract int getDisplayType(int row,
int col)
getValueAt
protected abstract Object getValueAt(int row,
int col)
isPageBreak
protected abstract boolean isPageBreak(int row,
int col)
getCtx
protected Properties getCtx()
setFreezePane
protected void setFreezePane(int colSplit,
int rowSplit)
getLanguage
protected Language getLanguage()
createHeaderFooter
protected void createHeaderFooter(org.apache.poi.hssf.usermodel.HSSFSheet sheet)
formatPage
protected void formatPage(org.apache.poi.hssf.usermodel.HSSFSheet sheet)
export
public void export(File file,
Language language)
throws Exception
- Export to file
- Parameters:
file - language - reporting language
- Throws:
Exception
export
public void export(File file,
Language language,
boolean autoOpen)
throws Exception
- Export to file
- Parameters:
file - language - reporting languageautoOpen - auto open file after generated
- Throws:
Exception
Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.