public class GZIPSheetDataWriter extends SheetDataWriter
| Constructor | Description |
|---|---|
GZIPSheetDataWriter() |
|
GZIPSheetDataWriter(SharedStringsTable sharedStringsTable) |
| Modifier and Type | Method | 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() |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, 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 2018 The Apache Software Foundation or its licensors, as applicable.