org.apache.poi.xssf.dev
Class XSSFDump

java.lang.Object
  extended by org.apache.poi.xssf.dev.XSSFDump

public final class XSSFDump
extends java.lang.Object

Utility class which dumps the contents of a *.xlsx file into file system.

Author:
Yegor Kozlov

Constructor Summary
XSSFDump()
           
 
Method Summary
static void dump(java.util.zip.ZipFile zip)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSSFDump

public XSSFDump()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

dump

public static void dump(java.util.zip.ZipFile zip)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.