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, writeRowpublic GZIPSheetDataWriter()
throws java.io.IOException
java.io.IOExceptionpublic GZIPSheetDataWriter(SharedStringsTable sharedStringsTable) throws java.io.IOException
sharedStringsTable - the shared strings table, or null if inline text is usedjava.io.IOExceptionpublic java.io.File createTempFile()
throws java.io.IOException
SheetDataWriter.gzcreateTempFile in class SheetDataWriterjava.io.IOExceptionpublic java.io.Writer createWriter(java.io.File fd)
throws java.io.IOException
SheetDataWritercreateWriter in class SheetDataWriterfd - the file to write tojava.io.IOExceptionpublic java.io.InputStream getWorksheetXMLInputStream()
throws java.io.IOException
getWorksheetXMLInputStream in class SheetDataWriterjava.io.IOExceptionCopyright 2017 The Apache Software Foundation or its licensors, as applicable.