public class DefaultExcelCellService extends java.lang.Object implements ExcelCellService
ExcelCellService| Constructor and Description |
|---|
DefaultExcelCellService() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
escapeExportFormula(java.lang.String value) |
protected java.lang.String |
escapeImportFormula(java.lang.String value) |
java.lang.String |
getCellValue(Cell cell)
Returns cell value as a string value.
|
java.util.Collection<com.hybris.backoffice.excel.template.cell.CellValue> |
getCellValues() |
void |
insertAttributeValue(Cell cell,
java.lang.Object value)
Inserts given value to a given cell
|
void |
setCellValues(java.util.List<com.hybris.backoffice.excel.template.cell.CellValue> cellValues) |
public java.lang.String getCellValue(Cell cell)
ExcelCellServicegetCellValue in interface ExcelCellServicecell - Cellpublic void insertAttributeValue(Cell cell,
java.lang.Object value)
ExcelCellServiceinsertAttributeValue in interface ExcelCellServicecell - where the value will be insertedvalue - a value to insertprotected java.lang.String escapeExportFormula(java.lang.String value)
protected java.lang.String escapeImportFormula(java.lang.String value)
public java.util.Collection<com.hybris.backoffice.excel.template.cell.CellValue> getCellValues()
public void setCellValues(java.util.List<com.hybris.backoffice.excel.template.cell.CellValue> cellValues)
Copyright © 2018 SAP SE. All Rights Reserved.