Class GZIPSheetDataWriter

java.lang.Object
org.apache.poi.xssf.streaming.SheetDataWriter
org.apache.poi.xssf.streaming.GZIPSheetDataWriter
All Implemented Interfaces:
Closeable, AutoCloseable

public class GZIPSheetDataWriter extends SheetDataWriter
Sheet writer that supports gzip compression of the temp files.
  • Constructor Details

  • Method Details

    • createTempFile

      @Deprecated @Removal(version="6.0.0") public File createTempFile() throws IOException
      Deprecated.
      no need for this be public, will be made private or protected in an upcoming release
      Description copied from class: SheetDataWriter
      Create a temp file to write sheet data. By default, temp files are created in the default temporary-file directory with a prefix "poi-sxssf-sheet" and suffix ".xml". Subclasses can override it and specify a different temp directory or filename or suffix, e.g. .gz
      Overrides:
      createTempFile in class SheetDataWriter
      Returns:
      temp file to write sheet data
      Throws:
      IOException