org.apache.poi.hssf.dev
Class ReSave

java.lang.Object
  extended by org.apache.poi.hssf.dev.ReSave

public class ReSave
extends java.lang.Object

Utility to test that POI produces readable output after re-saving xls files. Usage: ReSave [-dg] input.xls -dg initialize drawings, causes to re-build escher aggregates in all sheets -bos only write to memory instead of a file


Constructor Summary
ReSave()
           
 
Method Summary
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

ReSave

public ReSave()
Method Detail

main

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