| java.lang.Object org.apache.poi.hssf.util.RangeAddress
RangeAddress | public class RangeAddress (Code) | | Title: Range Address
Description: provides connectivity utilities for ranges
REFERENCE:
author: IgOr KaTz && EuGeNe BuMaGiN (Tal Moshaiov) (VistaPortal LDT.) version: 1.0 |
Constructor Summary | |
public | RangeAddress(String _url) Accepts an external reference from excel.
i.e. | public | RangeAddress(int _startCol, int _startRow, int _endCol, int _endRow) |
MAX_HEIGHT | final static int MAX_HEIGHT(Code) | | |
SO_FORMNAME_ENCLOSURE | final static char SO_FORMNAME_ENCLOSURE(Code) | | |
WRONG_POS | final static int WRONG_POS(Code) | | |
RangeAddress | public RangeAddress(String _url)(Code) | | Accepts an external reference from excel.
i.e. Sheet1!$A$4:$B$9
Parameters: _url - |
RangeAddress | public RangeAddress(int _startCol, int _startRow, int _endCol, int _endRow)(Code) | | |
getAddress | public String getAddress()(Code) | | String note: All absolute references are removed |
getHeight | public int getHeight()(Code) | | |
getWidth | public int getWidth()(Code) | | |
hasCell | public boolean hasCell()(Code) | | |
hasRange | public boolean hasRange()(Code) | | |
hasSheetName | public boolean hasSheetName()(Code) | | |
isSheetNameOk | public boolean isSheetNameOk()(Code) | | |
isSheetNameOk | public static boolean isSheetNameOk(String _sheetName)(Code) | | |
setSize | public void setSize(int _width, int _height)(Code) | | |
|
|