Class ExcelRow
java.lang.Object
org.eclipse.epsilon.emc.spreadsheets.SpreadsheetRow
org.eclipse.epsilon.emc.spreadsheets.excel.ExcelRow
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.poi.ss.usermodel.Rowprotected ExcelWorksheet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.apache.poi.ss.usermodel.RowgetRow()getVisibleCellValue(SpreadsheetColumn column) The purpose of this method is to return the visible value stored by the given cell.inthashCode()voidoverwriteCellValue(SpreadsheetColumn column, String value) The purpose of this method is to overwrite the value of the cell.Methods inherited from class org.eclipse.epsilon.emc.spreadsheets.SpreadsheetRow
getAllVisibleCellValues, getAllVisibleCellValues, getAllVisibleCellValuesAsIs, getColumn, getModel, getReferencesBySource, getReferencesByTarget, getWorksheet, toString, validateColumn, writeManyVisibleValues, writeOneVisibleValue, writeVisibleCellValues
-
Field Details
-
worksheet
-
row
protected org.apache.poi.ss.usermodel.Row row
-
-
Constructor Details
-
ExcelRow
-
-
Method Details
-
getVisibleCellValue
Description copied from class:SpreadsheetRowThe purpose of this method is to return the visible value stored by the given cell. The 'visible value' means the value stored by the cell and observed when the row is viewed in the spreadsheet. This means any worksheet metadata shall be disregarded by this method.- Specified by:
getVisibleCellValuein classSpreadsheetRow- Returns:
- the visible value of the cell
-
overwriteCellValue
Description copied from class:SpreadsheetRowThe purpose of this method is to overwrite the value of the cell.- Specified by:
overwriteCellValuein classSpreadsheetRowvalue- the new value of the cell
-
getRow
public org.apache.poi.ss.usermodel.Row getRow() -
hashCode
public int hashCode() -
equals
-