org.easycsv.handler
Class ExcelHandler
java.lang.Object
org.easycsv.handler.ExcelHandler
public final class ExcelHandler
- extends java.lang.Object
- Version:
- $LastChangedRevision:12 $
- Author:
- Oliver J. Siegmar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.