Package io.keikai.range.impl.imexp
Class ExcelExportFactory
- java.lang.Object
-
- io.keikai.range.impl.imexp.ExcelExportFactory
-
- All Implemented Interfaces:
SExporterFactory,java.io.Serializable
public class ExcelExportFactory extends java.lang.Object implements SExporterFactory, java.io.Serializable
- Since:
- 3.5.0
- Author:
- dennis, Hawk
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExcelExportFactory.Type
-
Constructor Summary
Constructors Constructor Description ExcelExportFactory(ExcelExportFactory.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SExportercreateExporter()Create an exporter
-
-
-
Constructor Detail
-
ExcelExportFactory
public ExcelExportFactory(ExcelExportFactory.Type type)
-
-
Method Detail
-
createExporter
public SExporter createExporter()
Description copied from interface:SExporterFactoryCreate an exporter- Specified by:
createExporterin interfaceSExporterFactory
-
-