- getAbsRow() - Method in class com.psec.excel.WriteExcel.Area
-
Return next absolute row.
- getBaseCol() - Method in class com.psec.excel.WriteExcel.Area
-
Return absolute column of start of Area on sheet.
- getBaseRow() - Method in class com.psec.excel.WriteExcel.Area
-
Return absolute row of start of Area on sheet.
- getColAsStr(Row, ReadExcelFile.ColMap) - Method in class com.psec.excel.ReadExcelFile
-
Return a stringized version of the Cell at the specified location.
- getColCell(Row, ReadExcelFile.ColMap) - Method in class com.psec.excel.ReadExcelFile
-
Return Cell at the specified location.
- getColMap() - Method in class com.psec.excel.ReadExcelRecord
-
The ColMap string definition is returned.
- getColMap() - Method in class com.psec.run.DemoExcel.ReadCounts
-
- getDataRow() - Method in class com.psec.excel.WriteExcel.Area
-
Return absolute row of first data row.
- getHdrCount() - Method in class com.psec.excel.WriteExcel.Area
-
Return size of Header array.
- getHdrExtras() - Method in class com.psec.excel.WriteExcel
-
Gets the standard header builtins styles.
- getPrintArea(String) - Method in class com.psec.excel.ReadExcelFile
-
Returns the String version of a Sheet print area.
- getProp(String) - Method in class com.psec.util.Parm.Opt
-
Return property value for sKey
or null;
- getProp(String, String) - Method in class com.psec.util.Parm.Opt
-
Return property value for sKey
or sDef;
- getProps() - Method in class com.psec.util.Parm.Opt
-
Return an array of property value names;
- getRowCount() - Method in class com.psec.excel.WriteExcel.Area
-
Return size of Rows array.
- getRowCount(String) - Method in class com.psec.excel.WriteExcel
-
Gets the Row count on the specified Sheet.
- getRows() - Method in class com.psec.excel.WriteExcel.Area
-
Gets the current row array contents.
- getSheet(String) - Method in class com.psec.excel.ReadExcelFile
-
Returns the named Sheet.
- getSheet() - Method in class com.psec.excel.WriteExcel.Area
-
Return Sheet name area.
- getStdExtras() - Method in class com.psec.excel.WriteExcel
-
Gets the standard builtins styles.
- getStrValue(String, int, int) - Method in class com.psec.excel.WriteExcel
-
Gets the String value of the specified Cell.
- getWorkbook() - Method in class com.psec.excel.ReadExcelFile
-
Gets the Workbook
being accessed.
- getWorkbook() - Method in class com.psec.excel.WriteExcel
-
Gets the Workbook
being constructed.
- getWriter() - Method in class com.psec.excel.WriteExcel.Area
-
Return WriteExcel for this area.