org.apache.poi.xssf.streaming
Class SXSSFSheet.SheetDataWriter
java.lang.Object
org.apache.poi.xssf.streaming.SXSSFSheet.SheetDataWriter
- Enclosing class:
- SXSSFSheet
public class SXSSFSheet.SheetDataWriter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SXSSFSheet.SheetDataWriter
public SXSSFSheet.SheetDataWriter()
throws java.io.IOException
- Throws:
java.io.IOException
getNumberOfFlushedRows
public int getNumberOfFlushedRows()
getNumberOfCellsOfLastFlushedRow
public int getNumberOfCellsOfLastFlushedRow()
getLowestIndexOfFlushedRows
public int getLowestIndexOfFlushedRows()
finalize
protected void finalize()
throws java.lang.Throwable
- Overrides:
finalize
in class java.lang.Object
- Throws:
java.lang.Throwable
getWorksheetXMLInputStream
public java.io.InputStream getWorksheetXMLInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
writeRow
public void writeRow(int rownum,
SXSSFRow row)
throws java.io.IOException
- Write a row to the file
- Parameters:
rownum
- 0-based row numberrow
- a row
- Throws:
java.io.IOException
writeCell
public void writeCell(int columnIndex,
Cell cell)
throws java.io.IOException
- Throws:
java.io.IOException
outputQuotedString
protected void outputQuotedString(java.lang.String s)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright 2011 The Apache Software Foundation or
its licensors, as applicable.