Class 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

      Constructors 
      Constructor Description
      ReSave()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        equals, 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