public class SExporters extends Object
| Constructor and Description |
|---|
SExporters() |
| Modifier and Type | Method and Description |
|---|---|
static SExporter |
getExporter()
Gets the default exporter, which is excel xlsx format
|
static SExporter |
getExporter(String name)
Gets the registered exporter by name
|
static void |
register(String name,
SExporterFactory factory)
Register a exporter factory
|
public static final SExporter getExporter()
public static final SExporter getExporter(String name)
name - the exporter namepublic static final void register(String name, SExporterFactory factory)
name - the namefactory - the exporter factoryCopyright © 2020. All rights reserved.