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, writeRow
public GZIPSheetDataWriter() throws IOException
IOException
public File createTempFile() throws IOException
SheetDataWriter
.gz
createTempFile
in class SheetDataWriter
IOException
public Writer createWriter(File fd) throws IOException
SheetDataWriter
createWriter
in class SheetDataWriter
fd
- the file to write toIOException
public InputStream getWorksheetXMLInputStream() throws IOException
getWorksheetXMLInputStream
in class SheetDataWriter
IOException
Copyright © 2020. All rights reserved.