Package com.github.javaxcel.annotation
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
-
Element Details
-
value
String valueExpression to be written as cell value.- Returns:
- expression to be parsed
- See Also:
ExpressiveWritingConverter
,Expression
-