com.jeffpalm.graph.report.bin
Class Excel

java.lang.Object
  extended by com.jeffpalm.graph.report.bin.Excel

public class Excel
extends java.lang.Object


Nested Class Summary
static class Excel.FileStuff
           
 
Field Summary
 java.io.File basedir
           
 java.io.File outdir
           
 
Constructor Summary
Excel()
           
 
Method Summary
static Excel.FileStuff[] allFiles(java.util.List files, java.io.File basedir)
           
static void main(java.lang.String[] args)
           
 void upyours(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

basedir

public java.io.File basedir

outdir

public java.io.File outdir
Constructor Detail

Excel

public Excel()
Method Detail

main

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

upyours

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

allFiles

public static Excel.FileStuff[] allFiles(java.util.List files,
                                         java.io.File basedir)
                                  throws java.lang.Exception
Throws:
java.lang.Exception