public class GZIPSheetDataWriter extends SheetDataWriter
Constructor and Description |
---|
GZIPSheetDataWriter() |
GZIPSheetDataWriter(SharedStringsTable sharedStringsTable) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
createTempFile()
Create a temp file to write sheet data.
|
java.io.Writer |
createWriter(java.io.File fd)
Create a writer for the sheet data.
|
java.io.InputStream |
getWorksheetXMLInputStream() |
close, finalize, getLastFlushedRow, getLowestIndexOfFlushedRows, getNumberOfCellsOfLastFlushedRow, getNumberOfFlushedRows, outputQuotedString, writeCell, writeRow
public GZIPSheetDataWriter() throws java.io.IOException
java.io.IOException
public GZIPSheetDataWriter(SharedStringsTable sharedStringsTable) throws java.io.IOException
sharedStringsTable
- the shared strings table, or null if inline text is usedjava.io.IOException
public java.io.File createTempFile() throws java.io.IOException
SheetDataWriter
.gz
createTempFile
in class SheetDataWriter
java.io.IOException
public java.io.Writer createWriter(java.io.File fd) throws java.io.IOException
SheetDataWriter
createWriter
in class SheetDataWriter
fd
- the file to write tojava.io.IOException
public java.io.InputStream getWorksheetXMLInputStream() throws java.io.IOException
getWorksheetXMLInputStream
in class SheetDataWriter
java.io.IOException
Copyright 2015 The Apache Software Foundation or its licensors, as applicable.