public interface ToCellValueConverter
| Modifier and Type | Method and Description |
|---|---|
CellValue |
from(CellType type,
Object o)
Converts a value to a CellValue
|
CellValue |
from(Object o)
Converts a value to a CellValue
|
CellValue from(Object o)
o - the valueCellValue from(CellType type, Object o) throws FastOdsException
type - a hinto - the valueFastOdsException - if the cast was not possibleCopyright © 2016–2021. All rights reserved.