Uses of Class
org.modeshape.sequencer.msoffice.excel.ExcelSheetMetadata

Packages that use ExcelSheetMetadata
org.modeshape.sequencer.msoffice.excel The classes for reading Microsoft Excel metadata. 
 

Uses of ExcelSheetMetadata in org.modeshape.sequencer.msoffice.excel
 

Methods in org.modeshape.sequencer.msoffice.excel that return ExcelSheetMetadata
 ExcelSheetMetadata ExcelMetadata.getSheet(String name)
           
 

Methods in org.modeshape.sequencer.msoffice.excel that return types with arguments of type ExcelSheetMetadata
 List<ExcelSheetMetadata> ExcelMetadata.getSheets()
           
 

Method parameters in org.modeshape.sequencer.msoffice.excel with type arguments of type ExcelSheetMetadata
 void ExcelMetadata.setSheets(List<ExcelSheetMetadata> sheets)
           
 



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