Uses of Class
com.jbstrap.core.data.DataExporter
Packages that use DataExporter
-
Uses of DataExporter in com.jbstrap.core.data
Methods in com.jbstrap.core.data that return DataExporterModifier and TypeMethodDescriptionDataExporter.addColumnMapping
(String columnName) DataExporter.addColumnMapping
(String columnName, String title) Adds a column mapping to the exporterDataExporter.removeColumnMapping
(String columnName) Removes a column mapping from the exporterMethods in com.jbstrap.core.data that return types with arguments of type DataExporterModifier and TypeMethodDescriptionClass<? extends DataExporter>
ExportTypes.getImplementationClass()
-
Uses of DataExporter in com.jbstrap.core.data.export
Subclasses of DataExporter in com.jbstrap.core.data.exportModifier and TypeClassDescriptionclass
This class handles the exporting of data into a textual format (CSV Exporting class)class
Class for exporting data into Excel format (xls, xlsx)