org.jboss.dna.sequencer.msoffice.excel
Class ExcelMetadata

java.lang.Object
  extended by org.jboss.dna.sequencer.msoffice.excel.ExcelMetadata

public class ExcelMetadata
extends Object

Metadata for Excel (Full text contents and list of sheet names)


Constructor Summary
ExcelMetadata()
           
 
Method Summary
 List<String> getSheets()
           
 String getText()
           
 void setSheets(List<String> sheets)
           
 void setText(String text)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelMetadata

public ExcelMetadata()
Method Detail

getText

public String getText()

setText

public void setText(String text)

getSheets

public List<String> getSheets()

setSheets

public void setSheets(List<String> sheets)


Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.