os.djtagger.tagger.sheet
Class XlsHandler

java.lang.Object
  extended by os.djtagger.tagger.sheet.XlsHandler
All Implemented Interfaces:
SheetHandler

public class XlsHandler
extends java.lang.Object
implements SheetHandler


Constructor Summary
XlsHandler()
           
 
Method Summary
 void doWrite(SheetInformation sheetInfo)
           
 java.io.File getFile()
           
 SheetInformation read()
           
 void setFile(java.io.File file)
           
 void write(SheetInformation sheetInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XlsHandler

public XlsHandler()
Method Detail

getFile

public java.io.File getFile()

setFile

public void setFile(java.io.File file)

write

public void write(SheetInformation sheetInfo)
Specified by:
write in interface SheetHandler

read

public SheetInformation read()
Specified by:
read in interface SheetHandler

doWrite

public void doWrite(SheetInformation sheetInfo)
             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2007-2010 Pointbreak. All Rights Reserved.