Annotation Type ExcelWriterExpression


@Documented
@Target(FIELD)
@Retention(RUNTIME)
public @interface ExcelWriterExpression
Expression for conversion of field value to cell value.
See Also:
SpelExpressionParser, StandardEvaluationContext, Expression
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value
    Expression to be written as cell value.