org.modeshape.sequencer.msoffice.excel
Class ExcelMetadata
java.lang.Object
org.modeshape.sequencer.msoffice.excel.ExcelMetadata
public class ExcelMetadata
- extends Object
Metadata for Excel (Full text contents and list of sheet names)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExcelMetadata
public ExcelMetadata()
getMetadata
public MSOfficeMetadata getMetadata()
setMetadata
public void setMetadata(MSOfficeMetadata metadata)
setMetadata
public void setMetadata(org.apache.poi.hpsf.SummaryInformation info)
getText
public String getText()
setText
public void setText(String text)
getSheets
public List<ExcelSheetMetadata> getSheets()
setSheets
public void setSheets(List<ExcelSheetMetadata> sheets)
getSheet
public ExcelSheetMetadata getSheet(String name)
Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.