Package com.google.refine.exporters
Class XlsExporter
java.lang.Object
com.google.refine.exporters.XlsExporter
- All Implemented Interfaces:
Exporter,StreamExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexport(Project project, Properties params, Engine engine, OutputStream outputStream)
-
Constructor Details
-
XlsExporter
public XlsExporter(boolean xml)
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein interfaceExporter- Returns:
- MIME content type handled by exporter
-
export
public void export(Project project, Properties params, Engine engine, OutputStream outputStream) throws IOException - Specified by:
exportin interfaceStreamExporter- Throws:
IOException
-