public class JxlsHelper extends Object
public static JxlsHelper getInstance()
public AreaBuilder getAreaBuilder()
public JxlsHelper setAreaBuilder(AreaBuilder areaBuilder)
public boolean isProcessFormulas()
public JxlsHelper setProcessFormulas(boolean processFormulas)
public boolean isHideTemplateSheet()
public JxlsHelper setHideTemplateSheet(boolean hideTemplateSheet)
public boolean isDeleteTemplateSheet()
public JxlsHelper setDeleteTemplateSheet(boolean deleteTemplateSheet)
public boolean isUseFastFormulaProcessor()
public JxlsHelper setUseFastFormulaProcessor(boolean useFastFormulaProcessor)
public JxlsHelper buildExpressionNotation(String expressionNotationBegin, String expressionNotationEnd)
public JxlsHelper processTemplate(InputStream templateStream, OutputStream targetStream, Context context) throws IOException
IOExceptionpublic void processTemplate(Context context, Transformer transformer) throws IOException
IOExceptionpublic JxlsHelper processTemplateAtCell(InputStream templateStream, OutputStream targetStream, Context context, String targetCell) throws IOException
IOExceptionpublic JxlsHelper processGridTemplate(InputStream templateStream, OutputStream targetStream, Context context, String objectProps) throws IOException
IOExceptionpublic void processGridTemplateAtCell(InputStream templateStream, OutputStream targetStream, Context context, String objectProps, String targetCell) throws IOException
IOExceptionpublic JxlsHelper registerGridTemplate(InputStream inputStream) throws IOException
IOExceptionpublic JxlsHelper gridExport(Collection headers, Collection dataObjects, String objectProps, OutputStream outputStream)
public Transformer createTransformer(InputStream templateStream, OutputStream targetStream)
Copyright © 2016. All rights reserved.