org.easycsv.handler
Class ExcelHandler

java.lang.Object
  extended by org.easycsv.handler.ExcelHandler

public final class ExcelHandler
extends java.lang.Object

Version:
$LastChangedRevision:12 $
Author:
Oliver J. Siegmar

Method Summary
static byte[] exportExcel(ExportSettings exportSettings, CsvDataStore csvDataStore)
           
static void exportExcel(ExportSettings exportSettings, CsvDataStore csvDataStore, java.io.File file)
           
static void exportExcel(ExportSettings exportSettings, CsvDataStore csvDataStore, java.io.OutputStream outputStream)
           
static CsvDataStore importExcel(ImportSettings importSettings, byte[] byteArray)
           
static CsvDataStore importExcel(ImportSettings importSettings, java.io.File file)
           
static CsvDataStore importExcel(ImportSettings importSettings, java.io.InputStream inputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

importExcel

public static CsvDataStore importExcel(ImportSettings importSettings,
                                       java.io.InputStream inputStream)
                                throws CsvException
Throws:
CsvException

importExcel

public static CsvDataStore importExcel(ImportSettings importSettings,
                                       java.io.File file)
                                throws CsvException
Throws:
CsvException

importExcel

public static CsvDataStore importExcel(ImportSettings importSettings,
                                       byte[] byteArray)
                                throws CsvException
Throws:
CsvException

exportExcel

public static void exportExcel(ExportSettings exportSettings,
                               CsvDataStore csvDataStore,
                               java.io.OutputStream outputStream)
                        throws java.io.IOException
Throws:
java.io.IOException

exportExcel

public static void exportExcel(ExportSettings exportSettings,
                               CsvDataStore csvDataStore,
                               java.io.File file)
                        throws java.io.IOException
Throws:
java.io.IOException

exportExcel

public static byte[] exportExcel(ExportSettings exportSettings,
                                 CsvDataStore csvDataStore)
                          throws java.io.IOException
Throws:
java.io.IOException


Copyright 2005-2005-2006 null. All Rights Reserved.