net.sf.jxls.controller
Interface SheetCellFinder


public interface SheetCellFinder

This interface defines methods for searching transformed Cells inside a single sheet

Author:
Leonid Vysochyn

Method Summary
 java.util.List findCell(int rowNum, int colNum)
           
 java.util.List findCell(java.lang.String cellName)
           
 

Method Detail

findCell

java.util.List findCell(java.lang.String cellName)

findCell

java.util.List findCell(int rowNum,
                        int colNum)


Copyright © 2005-2013 jXLS Team. All Rights Reserved.