Class XlsxHandler
java.lang.Object
ch.tocco.nice2.reporting.impl.freemarker.handlers.XlsxHandler
- All Implemented Interfaces:
- FileFormatHandler
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleFileFormat(OutputStream target, TemplateEngine templateEngine, Nice2Template nice2Template, com.google.common.io.FileBackedOutputStream fileBackedOutputStream, String businessUnitId, String css, ReportDescription reportDescription, String encoding) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.tocco.nice2.reporting.impl.freemarker.handlers.FileFormatHandlerhandleFileFormat
- 
Constructor Details- 
XlsxHandler
 
- 
- 
Method Details- 
getFileExtension- Specified by:
- getFileExtensionin interface- FileFormatHandler
 
- 
handleFileFormatpublic void handleFileFormat(OutputStream target, TemplateEngine templateEngine, Nice2Template nice2Template, com.google.common.io.FileBackedOutputStream fileBackedOutputStream, String businessUnitId, String css, ReportDescription reportDescription, String encoding) throws IOException - Specified by:
- handleFileFormatin interface- FileFormatHandler
- Throws:
- IOException
 
 
-