net.sf.jxls.controller
Class WorkbookCellFinderImpl
java.lang.Object
net.sf.jxls.controller.WorkbookCellFinderImpl
- All Implemented Interfaces:
- WorkbookCellFinder
public class WorkbookCellFinderImpl
- extends java.lang.Object
- implements WorkbookCellFinder
Simple implementation of WorkbookCellFinder based on SheetCellFinder mapping to corresponding worksheets
- Author:
- Leonid Vysochyn
|
Method Summary |
java.util.List |
findCell(java.lang.String sheetName,
int rowNum,
int colNum)
|
java.util.List |
findCell(java.lang.String sheetName,
java.lang.String cellName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkbookCellFinderImpl
public WorkbookCellFinderImpl()
WorkbookCellFinderImpl
public WorkbookCellFinderImpl(java.util.Map sheetCellFinderMapping)
findCell
public java.util.List findCell(java.lang.String sheetName,
java.lang.String cellName)
- Specified by:
findCell in interface WorkbookCellFinder
findCell
public java.util.List findCell(java.lang.String sheetName,
int rowNum,
int colNum)
- Specified by:
findCell in interface WorkbookCellFinder
Copyright © 2005-2013 jXLS Team. All Rights Reserved.