Package org.openrefine.exporters
Class XlsExporter
- java.lang.Object
-
- org.openrefine.exporters.XlsExporter
-
- All Implemented Interfaces:
Exporter
,StreamExporter
public class XlsExporter extends Object implements StreamExporter
-
-
Constructor Summary
Constructors Constructor Description XlsExporter(boolean xml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, OutputStream outputStream)
String
getContentType()
-
-
-
Method Detail
-
getContentType
public String getContentType()
- Specified by:
getContentType
in interfaceExporter
- Returns:
- MIME content type handled by exporter
-
export
public void export(Grid grid, ProjectMetadata projectMetadata, long projectId, Properties params, Engine engine, OutputStream outputStream) throws IOException
- Specified by:
export
in interfaceStreamExporter
- Throws:
IOException
-
-