Package org.openforis.commons.io.excel
Class ExcelFlatValuesWriter
java.lang.Object
org.openforis.commons.io.csv.CsvProcessor
org.openforis.commons.io.flat.FlatDataWriter
org.openforis.commons.io.excel.ExcelFlatValuesWriter
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Field Summary
Fields inherited from class org.openforis.commons.io.flat.FlatDataWriter
headersWritten, linesWritten -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidflush()protected voidwriteNextInternal(Object[] values) Methods inherited from class org.openforis.commons.io.flat.FlatDataWriter
getLinesWritten, isHeadersWritten, writeAll, writeHeaders, writeHeaders, writeHeaders, writeNext, writeNext, writeNextMethods inherited from class org.openforis.commons.io.csv.CsvProcessor
getDateFormat, getFieldNames, getFields, setDateFormat, setDateFormat, setFieldNames, setFields, setFields
-
Constructor Details
-
ExcelFlatValuesWriter
- Throws:
UnsupportedEncodingException
-
-
Method Details
-
writeNextInternal
- Specified by:
writeNextInternalin classFlatDataWriter
-
flush
- Specified by:
flushin classFlatDataWriter- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classFlatDataWriter- Throws:
IOException
-