Interface ExcelFormatter<T,​E>

    • Method Detail

      • toExcelValue

        ExcelValue<E> toExcelValue​(T value)
        Convert and format the given value to an Excel value. If the value is null the implementation may return null to create an empty cell or it may return another non-null value.