![JAR search and dependency download from the Maven repository](/logo.png)
org.jxls.expression.ExpressionEvaluator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jxls-core Show documentation
Show all versions of jxls-core Show documentation
Small library for Excel generation based on XLS templates
The newest version!
package org.jxls.expression;
import java.util.Map;
/**
* An interface to evaluate expressions
*
* @author Leonid Vysochyn
*/
public interface ExpressionEvaluator {
Object evaluate(String expression, Map context);
Object evaluate(Map context);
String getExpression();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy