public class GZIPSheetDataWriter extends SheetDataWriter
| Constructor and Description |
|---|
GZIPSheetDataWriter() |
| Modifier and Type | Method and Description |
|---|---|
File |
createTempFile()
Create a temp file to write sheet data.
|
Writer |
createWriter(File fd)
Create a writer for the sheet data.
|
InputStream |
getWorksheetXMLInputStream() |
close, finalize, getLowestIndexOfFlushedRows, getNumberOfCellsOfLastFlushedRow, getNumberOfFlushedRows, outputQuotedString, writeCell, writeRowpublic GZIPSheetDataWriter()
throws IOException
IOExceptionpublic File createTempFile() throws IOException
SheetDataWriter.gzcreateTempFile in class SheetDataWriterIOExceptionpublic Writer createWriter(File fd) throws IOException
SheetDataWritercreateWriter in class SheetDataWriterfd - the file to write toIOExceptionpublic InputStream getWorksheetXMLInputStream() throws IOException
getWorksheetXMLInputStream in class SheetDataWriterIOExceptionCopyright © 2020. All rights reserved.