com.northconcepts.datapipeline.excel
Class ExcelDocument

java.lang.Object
  extended by com.northconcepts.datapipeline.excel.ExcelDocument

public class ExcelDocument
extends Object


Nested Class Summary
static class ExcelDocument.ProviderType
           
 
Constructor Summary
ExcelDocument()
           
ExcelDocument(ExcelDocument.ProviderType providerType)
           
 
Method Summary
 ExcelDocument.ProviderType getProviderType()
           
 ExcelDocument open(File file)
           
 ExcelDocument open(InputStream inputStream)
           
 ExcelDocument save(File file)
           
 ExcelDocument save(OutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelDocument

public ExcelDocument()

ExcelDocument

public ExcelDocument(ExcelDocument.ProviderType providerType)
Method Detail

getProviderType

public ExcelDocument.ProviderType getProviderType()

open

public ExcelDocument open(InputStream inputStream)

open

public ExcelDocument open(File file)

save

public ExcelDocument save(OutputStream outputStream)

save

public ExcelDocument save(File file)


Copyright (c) 2007-2009 North Concepts Inc. All Rights Reserved.