Package net.bioclipse.managers
Class ExcelManager
java.lang.Object
net.bioclipse.managers.ExcelManager
- All Implemented Interfaces:
IBactingManager,net.bioclipse.managers.business.IBioclipseManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoi()Lists the DOIs of the articles associated to this manager.net.bioclipse.core.domain.StringMatrixnet.bioclipse.core.domain.StringMatrix
-
Constructor Details
-
ExcelManager
-
-
Method Details
-
getSheet
public net.bioclipse.core.domain.StringMatrix getSheet(String filename, int sheetNumber) throws net.bioclipse.core.business.BioclipseException - Throws:
net.bioclipse.core.business.BioclipseException
-
getSheet
public net.bioclipse.core.domain.StringMatrix getSheet(String filename, int sheetNumber, boolean hasHeader) throws net.bioclipse.core.business.BioclipseException - Throws:
net.bioclipse.core.business.BioclipseException
-
getManagerName
- Specified by:
getManagerNamein interfacenet.bioclipse.managers.business.IBioclipseManager
-
doi
Description copied from interface:IBactingManagerLists the DOIs of the articles associated to this manager.- Specified by:
doiin interfaceIBactingManager- Returns:
- a
Listof String with DOIs
-