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