edu.jhu.tmaj.util
Class ExcelUtil

java.lang.Object
  extended by edu.jhu.tmaj.util.ExcelUtil

public final class ExcelUtil
extends java.lang.Object

Contains utilities for opening Microsoft Excel from our program.


Method Summary
static java.io.File getTemporaryExcelFile(java.lang.String description)
          Returns the file path where a new Excel file can be placed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTemporaryExcelFile

public static java.io.File getTemporaryExcelFile(java.lang.String description)
Returns the file path where a new Excel file can be placed.